Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 6848e71

Browse files
committed
set proper version
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
1 parent 1b7c786 commit 6848e71

File tree

20 files changed

+26
-26
lines changed

20 files changed

+26
-26
lines changed

‎api/pom.xml

Lines changed: 2 additions & 2 deletions
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.2-SNAPSHOT</version>
50+
<version>1.1.2-SNAPSHOT</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.2-SNAPSHOT</version>
57+
<version>1.1.2-SNAPSHOT</version>
5858
<name>JSR 374 (JSON Processing) API</name>
5959
<description>API module of JSR 374:Java API for Processing JSON</description>
6060
<url>https://javaee.github.io/jsonp</url>

‎bundles/bundle/pom.xml

Lines changed: 2 additions & 2 deletions
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.2-SNAPSHOT</version>
50+
<version>1.1.2-SNAPSHOT</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>1.2-SNAPSHOT</version>
57+
<version>1.1.2-SNAPSHOT</version>
5858
<name>JSR 374 (JSON Processing) API + Impl Bundle</name>
5959
<description>Default provider for JSR 374:Java API for Processing JSON</description>
6060
<url>https://javaee.github.io/jsonp</url>

‎bundles/licensee/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0-SNAPSHOT</version>
48+
<version>1.1.2-SNAPSHOT</version>
4949
</parent>
5050

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

‎bundles/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
50+
<version>1.1.2-SNAPSHOT</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

‎bundles/ri/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish</groupId>
4848
<artifactId>json-bundles</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
</parent>
5151

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

‎demos/customprovider-jdk9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

‎demos/facebook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

‎demos/jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

‎demos/jsonpointer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.jsonp</groupId>
4848
<artifactId>demos</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

‎demos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish</groupId>
4848
<artifactId>json</artifactId>
49-
<version>1.2-SNAPSHOT</version>
49+
<version>1.1.2-SNAPSHOT</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /