Skip to content

Commit abb3d24

Browse files
committed
Update shed to 1.0.1
1 parent a4bd3d6 commit abb3d24

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
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>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-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>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-core</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

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

2525
<properties>
2626
<poms.version>3.0.0</poms.version>
2727
<nuun-kernel.version>1.0.M9</nuun-kernel.version>
28-
<shed.version>1.0.0</shed.version>
28+
<shed.version>1.0.1</shed.version>
2929
<coffig.version>1.1.0</coffig.version>
3030
<commons-cli.version>1.3.1</commons-cli.version>
3131
<guice.version>4.0</guice.version>

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>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-rest-core</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>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-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>3.0.2-SNAPSHOT</version>
16+
<version>3.0.3-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>seed-rest</artifactId>

rest/specs/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-rest</artifactId>
16-
<version>3.0.2-SNAPSHOT</version>
16+
<version>3.0.3-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>seed-rest-specs</artifactId>

security/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-security</artifactId>
17-
<version>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

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

security/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>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-security</artifactId>

security/specs/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-security</artifactId>
16-
<version>3.0.2-SNAPSHOT</version>
16+
<version>3.0.3-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>seed-security-specs</artifactId>

specs/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>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-specs</artifactId>

testing/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>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-testing</artifactId>

web/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-web</artifactId>
17-
<version>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

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

web/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>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-web</artifactId>

web/security/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-web</artifactId>
17-
<version>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-web-security</artifactId>

web/specs/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-web</artifactId>
16-
<version>3.0.2-SNAPSHOT</version>
16+
<version>3.0.3-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>seed-web-specs</artifactId>

web/undertow/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-web</artifactId>
17-
<version>3.0.2-SNAPSHOT</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>seed-web-undertow</artifactId>

0 commit comments

Comments
 (0)