Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit fefe9e1

Browse files
committed
Update version to 1.1
1 parent 3310625 commit fefe9e1

File tree

16 files changed

+26
-26
lines changed

16 files changed

+26
-26
lines changed

Diff for: api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.0.2</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

5454
<groupId>javax.json</groupId>
5555
<artifactId>javax.json-api</artifactId>
5656
<packaging>bundle</packaging>
57-
<version>1.0</version>
57+
<version>${spec_impl_version}</version>
5858
<name>JSR 353 (JSON Processing) API</name>
5959
<description>API module of JSR 353:Java API for Processing JSON</description>
6060
<url>http://json-processing-spec.java.net</url>

Diff for: bundles/licensee/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish</groupId>
4747
<artifactId>json-bundles</artifactId>
48-
<version>1.0.5-SNAPSHOT</version>
48+
<version>1.1</version>
4949
</parent>
5050

5151
<artifactId>json-licensee-bundle</artifactId>

Diff for: bundles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: bundles/ri/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>org.glassfish</groupId>
4747
<artifactId>json-bundles</artifactId>
48-
<version>1.0.5-SNAPSHOT</version>
48+
<version>1.1</version>
4949
</parent>
5050

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

Diff for: demos/facebook/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jsonp</groupId>
4949
<artifactId>demos</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: demos/jaxrs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jsonp</groupId>
4949
<artifactId>demos</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: demos/jsonpointer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jsonp</groupId>
4949
<artifactId>demos</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: demos/servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jsonp</groupId>
4949
<artifactId>demos</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: demos/twitter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jsonp</groupId>
4949
<artifactId>demos</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: gf/customprovider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jsonp</groupId>
4949
<artifactId>providers</artifactId>
50-
<version>1.0.2</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: gf/defaultprovider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish.jsonp</groupId>
4949
<artifactId>providers</artifactId>
50-
<version>1.0.2</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: gf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.0.2</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

Diff for: impl/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

5454
<groupId>org.glassfish</groupId>
5555
<artifactId>javax.json</artifactId>
5656
<packaging>bundle</packaging>
57+
<version>${impl_version}</version>
5758
<name>JSR 353 (JSON Processing) Default Provider</name>
5859
<description>Default provider for JSR 353:Java API for Processing JSON</description>
5960
<url>http://jsonp.java.net</url>

Diff for: pom.xml

+9-10
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
<groupId>org.glassfish</groupId>
5454
<artifactId>json</artifactId>
5555
<packaging>pom</packaging>
56-
<version>1.0.5-SNAPSHOT</version>
56+
<version>1.1</version>
5757
<name>JSR 353 (JSON Processing) RI</name>
5858
<description>JSR 353:Java API for Processing JSON RI</description>
5959
<url>http://jsonp.java.net</url>
6060

6161
<scm>
6262
<connection>scm:git:git://java.net/jsonp~git/api</connection>
63-
<developerConnection>scm:git:ssh://jitu@git.java.net/jsonp~git/</developerConnection>
63+
<developerConnection>scm:git:ssh://kchung@git.java.net/jsonp~git/</developerConnection>
6464
<url>http://java.net/projects/jsonp/sources/git/show</url>
6565
<tag>HEAD</tag>
6666
</scm>
@@ -82,9 +82,8 @@
8282

8383
<developers>
8484
<developer>
85-
<id>jitu</id>
86-
<name>Jitendra Kotamraju</name>
87-
<url>http://weblogs.java.net/blog/jitu</url>
85+
<id>kchung</id>
86+
<name>Kin-man Chung</name>
8887
<organization>Oracle</organization>
8988
<roles>
9089
<role>lead</role>
@@ -95,9 +94,9 @@
9594
<properties>
9695
<api_package>javax.json</api_package>
9796
<impl_namespace>org.glassfish</impl_namespace>
98-
<spec_version>1.0</spec_version>
99-
<spec_impl_version>1.0</spec_impl_version>
100-
<impl_version>1.0.5-SNAPSHOT</impl_version>
97+
<spec_version>1.1</spec_version>
98+
<spec_impl_version>1.1.0-SNAPSHOT</spec_impl_version>
99+
<impl_version>1.1.0-SNAPSHOT</impl_version>
101100
<packages.private>org.glassfish.*</packages.private>
102101
<packages.export>javax.json.*</packages.export>
103102
</properties>
@@ -171,8 +170,8 @@
171170
<artifactId>maven-compiler-plugin</artifactId>
172171
<version>2.5.1</version>
173172
<configuration>
174-
<source>1.6</source>
175-
<target>1.6</target>
173+
<source>1.8</source>
174+
<target>1.8</target>
176175
</configuration>
177176
</plugin>
178177
<plugin>

Diff for: tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<parent>
4848
<groupId>org.glassfish</groupId>
4949
<artifactId>json</artifactId>
50-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.1</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

0 commit comments

Comments
 (0)