Skip to content

Commit b04ab8c

Browse files
committed
Set version number to 2.0-SNAPSHOT
Signed-off-by: Jonathan Coustick <[email protected]>
1 parent 5735bb6 commit b04ab8c

File tree

18 files changed

+22
-22
lines changed

18 files changed

+22
-22
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<parent>
2424
<groupId>org.glassfish</groupId>
2525
<artifactId>json</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>2.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>jakarta.json</groupId>
3131
<artifactId>jakarta.json-api</artifactId>
3232
<packaging>bundle</packaging>
33-
<version>1.2-SNAPSHOT</version>
33+
<version>2.0-SNAPSHOT</version>
3434
<name>Jakarta JSON Processing API</name>
3535
<description>Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.</description>
3636
<url>https://github.com/eclipse-ee4j/jsonp</url>

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.glassfish</groupId>
2525
<artifactId>json</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>2.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

bundles/ri/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.glassfish</groupId>
2424
<artifactId>json-bundles</artifactId>
25-
<version>1.2-SNAPSHOT</version>
25+
<version>2.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>json-ri-bundle</artifactId>

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.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>2.0-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.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>2.0-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

demos/jaxrs/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.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>2.0-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.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>2.0-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.glassfish</groupId>
1818
<artifactId>json</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>2.0-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.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>2.0-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.glassfish.jsonp</groupId>
1818
<artifactId>demos</artifactId>
19-
<version>1.2-SNAPSHOT</version>
19+
<version>2.0-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

0 commit comments

Comments
 (0)