Skip to content

Commit fe26424

Browse files
authored
Merge pull request #286 from eclipse-ee4j/2.0.1
2.0.1 release (implementation)
2 parents 7301436 + 6952d04 commit fe26424

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

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>2.0.1-SNAPSHOT</version>
26+
<version>2.0.2-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>2.0.1-SNAPSHOT</version>
25+
<version>2.0.2-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>2.0.1-SNAPSHOT</version>
19+
<version>2.0.2-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>2.0.1-SNAPSHOT</version>
19+
<version>2.0.2-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>2.0.1-SNAPSHOT</version>
19+
<version>2.0.2-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>2.0.1-SNAPSHOT</version>
19+
<version>2.0.2-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>2.0.1-SNAPSHOT</version>
19+
<version>2.0.2-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>2.0.1-SNAPSHOT</version>
19+
<version>2.0.2-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>2.0.1-SNAPSHOT</version>
19+
<version>2.0.2-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

gf/customprovider/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.jsonp</groupId>
2424
<artifactId>providers</artifactId>
25-
<version>2.0.1-SNAPSHOT</version>
25+
<version>2.0.2-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)