Skip to content

Commit 8591528

Browse files
committed
New dev version
1 parent 3081b3d commit 8591528

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed</artifactId>
17-
<version>2.2.0-SNAPSHOT</version>
17+
<version>2.2.1-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed</artifactId>
17-
<version>2.2.0-SNAPSHOT</version>
17+
<version>2.2.1-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-core</artifactId>

crypto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed</artifactId>
18-
<version>2.2.0-SNAPSHOT</version>
18+
<version>2.2.1-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>seed-crypto</artifactId>

el/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.seed</groupId>
1717
<artifactId>seed</artifactId>
18-
<version>2.2.0-SNAPSHOT</version>
18+
<version>2.2.1-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>seed-el</artifactId>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed</artifactId>
17-
<version>2.2.0-SNAPSHOT</version>
17+
<version>2.2.1-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-metrics</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.seedstack.seed</groupId>
2121
<artifactId>seed</artifactId>
22-
<version>2.2.0-SNAPSHOT</version>
22+
<version>2.2.1-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<properties>

rest/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed-rest</artifactId>
17-
<version>2.2.0-SNAPSHOT</version>
17+
<version>2.2.1-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-rest-core</artifactId>

rest/jersey1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed-rest</artifactId>
17-
<version>2.2.0-SNAPSHOT</version>
17+
<version>2.2.1-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-rest-jersey1</artifactId>

rest/jersey2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.seed</groupId>
1616
<artifactId>seed-rest</artifactId>
17-
<version>2.2.0-SNAPSHOT</version>
17+
<version>2.2.1-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-rest-jersey2</artifactId>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.seedstack.seed</groupId>
1515
<artifactId>seed</artifactId>
16-
<version>2.2.0-SNAPSHOT</version>
16+
<version>2.2.1-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>seed-rest</artifactId>

0 commit comments

Comments
 (0)