Skip to content

Commit 448b4e6

Browse files
committed
revert to old snapshot for testing purposes
Signed-off-by: Sam Spycher <[email protected]>
1 parent d2c1d1b commit 448b4e6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

parsec-client-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.parallaxsecond</groupId>
88
<artifactId>parsec-java</artifactId>
9-
<version>0.1.1</version>
9+
<version>0.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>parsec-client-java</artifactId>
1212
<description>Core Java client for interacting with a Parsec service. Implements the PSA Certified Crypto API, enabling applications to perform cryptographic operations via Parsec.</description>

parsec-interface-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.parallaxsecond</groupId>
88
<artifactId>parsec-java</artifactId>
9-
<version>0.1.1</version>
9+
<version>0.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>parsec-interface-java</artifactId>
1212
<description>Internal component of the Parsec Java client, responsible for managing communication with the Parsec service and handling Protocol Buffer (protobuf) message serialization/deserialization. Not typically intended for direct use by end-user applications.</description>

parsec-jca-java-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.parallaxsecond</groupId>
77
<artifactId>parsec-java</artifactId>
8-
<version>0.1.1</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>parsec-jca-java-test</artifactId>
1111
<properties>

parsec-jca-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.parallaxsecond</groupId>
88
<artifactId>parsec-java</artifactId>
9-
<version>0.1.1</version>
9+
<version>0.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>parsec-jca-java</artifactId>
1212
<description>Java Cryptography Architecture (JCA) provider for Parsec. Allows existing Java applications using standard JCA interfaces (e.g., KeyStore, Signature, Cipher) to leverage Parsec for cryptographic operations with minimal code changes.</description>

parsec-protobuf-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.parallaxsecond</groupId>
88
<artifactId>parsec-java</artifactId>
9-
<version>0.1.1</version>
9+
<version>0.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>parsec-protobuf-java</artifactId>
1212
<description>Contains the generated Java classes from the Protocol Buffer (protobuf) definitions used for Parsec operations. These classes define the data structures for requests and responses when communicating with the Parsec service.</description>

parsec-testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.parallaxsecond</groupId>
77
<artifactId>parsec-java</artifactId>
8-
<version>0.1.1</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>parsec-testcontainers</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packaging>pom</packaging>
66
<groupId>org.parallaxsecond</groupId>
77
<artifactId>parsec-java</artifactId>
8-
<version>0.1.1</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
<name>Parsec Java Client</name>
1010
<description>Parent POM and Bill of Materials (BOM) for the Parsec Java libraries. Import this POM in your project's dependencyManagement section to ensure compatible versions of all Parsec Java modules.</description>
1111
<url>https://github.com/parallaxsecond/parsec-client-java</url>

0 commit comments

Comments
 (0)