Skip to content

Commit a1ccdfe

Browse files
Updated project version to 1.0.0-SNAPSHOT
1 parent 897b6b2 commit a1ccdfe

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

jagged-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.4.1</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>jagged-api</name>

jagged-bech32/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.4.1</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>jagged-bech32</name>

jagged-bom/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.4.1</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>jagged-bom</name>
@@ -21,32 +21,32 @@
2121
<dependency>
2222
<groupId>com.exceptionfactory.jagged</groupId>
2323
<artifactId>jagged-api</artifactId>
24-
<version>0.4.1</version>
24+
<version>1.0.0-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.exceptionfactory.jagged</groupId>
2828
<artifactId>jagged-framework</artifactId>
29-
<version>0.4.1</version>
29+
<version>1.0.0-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.exceptionfactory.jagged</groupId>
3333
<artifactId>jagged-scrypt</artifactId>
34-
<version>0.4.1</version>
34+
<version>1.0.0-SNAPSHOT</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.exceptionfactory.jagged</groupId>
3838
<artifactId>jagged-ssh</artifactId>
39-
<version>0.4.1</version>
39+
<version>1.0.0-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.exceptionfactory.jagged</groupId>
4343
<artifactId>jagged-bech32</artifactId>
44-
<version>0.4.1</version>
44+
<version>1.0.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.exceptionfactory.jagged</groupId>
4848
<artifactId>jagged-x25519</artifactId>
49-
<version>0.4.1</version>
49+
<version>1.0.0-SNAPSHOT</version>
5050
</dependency>
5151
</dependencies>
5252
</dependencyManagement>

jagged-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.4.1</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>jagged-framework</name>

jagged-scrypt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.4.1</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>jagged-scrypt</name>

jagged-ssh/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.4.1</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>jagged-ssh</name>

jagged-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.4.1</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>jagged-test</name>

jagged-x25519/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exceptionfactory.jagged</groupId>
99
<artifactId>jagged</artifactId>
10-
<version>0.4.1</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>jagged-x25519</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.exceptionfactory.jagged</groupId>
88
<artifactId>jagged</artifactId>
9-
<version>0.4.1</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>jagged</name>

0 commit comments

Comments
 (0)