Skip to content

Commit 1820e42

Browse files
eclipse-parsson-botlukasj
authored andcommitted
Prepare next development cycle for 1.0.1-SNAPSHOT
1 parent bbbf342 commit 1820e42

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

bundles/dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.eclipse.parsson</groupId>
2424
<artifactId>parsson-bundles</artifactId>
25-
<version>1.0.0</version>
25+
<version>1.0.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>parsson-dist</artifactId>

bundles/jakarta.json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.eclipse.parsson</groupId>
2525
<artifactId>parsson-bundles</artifactId>
26-
<version>1.0.0</version>
26+
<version>1.0.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.eclipse.parsson</groupId>
3131
<artifactId>jakarta.json</artifactId>
32-
<version>1.0.0</version>
32+
<version>1.0.1-SNAPSHOT</version>
3333
<name>JSON-P with Parsson Provider</name>
3434
<description>Default provider for Jakarta JSON Processing</description>
3535

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.eclipse.parsson</groupId>
2525
<artifactId>project</artifactId>
26-
<version>1.0.0</version>
26+
<version>1.0.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

demos/customprovider-jdk9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.parsson</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/facebook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.parsson</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/jsonpointer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.parsson</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.parsson</groupId>
1818
<artifactId>project</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.parsson</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.parsson</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/twitter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.eclipse.parsson</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

0 commit comments

Comments
 (0)