This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree
Expand file treeCollapse file tree3 files changed
+8
-8
lines changed Expand file treeCollapse file tree3 files changed
+8
-8
lines changed Original file line number | Diff line number | Diff line change |
---|
|
47 | 47 | <parent>
|
48 | 48 | <groupId>org.glassfish</groupId>
|
49 | 49 | <artifactId>json</artifactId>
|
50 |
| -<version>1.1.0-SNAPSHOT</version> |
| 50 | +<version>1.1.0-M1</version> |
51 | 51 | <relativePath>../pom.xml</relativePath>
|
52 | 52 | </parent>
|
53 | 53 |
|
54 | 54 | <groupId>javax.json</groupId>
|
55 | 55 | <artifactId>javax.json-api</artifactId>
|
56 | 56 | <packaging>bundle</packaging>
|
57 |
| -<version>1.1.0-SNAPSHOT</version> |
| 57 | +<version>1.1.0-M1</version> |
58 | 58 | <name>JSR 374 (JSON Processing) API</name>
|
59 | 59 | <description>API module of JSR 374:Java API for Processing JSON</description>
|
60 | 60 | <url>http://json-processing-spec.java.net</url>
|
|
Original file line number | Diff line number | Diff line change |
---|
|
47 | 47 | <parent>
|
48 | 48 | <groupId>org.glassfish</groupId>
|
49 | 49 | <artifactId>json</artifactId>
|
50 |
| -<version>1.1.0-SNAPSHOT</version> |
| 50 | +<version>1.1.0-M1</version> |
51 | 51 | <relativePath>../pom.xml</relativePath>
|
52 | 52 | </parent>
|
53 | 53 |
|
54 | 54 | <groupId>org.glassfish</groupId>
|
55 | 55 | <artifactId>javax.json</artifactId>
|
56 | 56 | <packaging>bundle</packaging>
|
57 |
| -<version>1.1.0-SNAPSHOT</version> |
| 57 | +<version>1.1.0-M1</version> |
58 | 58 | <name>JSR 374 (JSON Processing) Default Provider</name>
|
59 | 59 | <description>Default provider for JSR 374:Java API for Processing JSON</description>
|
60 | 60 | <url>http://jsonp.java.net</url>
|
|
Original file line number | Diff line number | Diff line change |
---|
|
57 | 57 | <groupId>org.glassfish</groupId>
|
58 | 58 | <artifactId>json</artifactId>
|
59 | 59 | <packaging>pom</packaging>
|
60 |
| -<version>1.1.0-SNAPSHOT</version> |
| 60 | +<version>1.1.0-M1</version> |
61 | 61 | <name>JSR 374 (JSON Processing) RI</name>
|
62 | 62 | <description>JSR 374:Java API for Processing JSON RI</description>
|
63 | 63 | <url>http://jsonp.java.net</url>
|
|
66 | 66 | <connection>scm:git:git://java.net/jsonp~git/api</connection>
|
67 | 67 | <developerConnection>scm:git:ssh://git.java.net/jsonp~git/</developerConnection>
|
68 | 68 | <url>http://java.net/projects/jsonp/sources/git/show</url>
|
69 |
| -<tag>HEAD</tag> |
| 69 | +<tag>1.1.0-M1</tag> |
70 | 70 | </scm>
|
71 | 71 |
|
72 | 72 | <licenses>
|
|
99 | 99 | <api_package>javax.json</api_package>
|
100 | 100 | <impl_namespace>org.glassfish</impl_namespace>
|
101 | 101 | <spec_version>1.1</spec_version>
|
102 |
| -<spec_impl_version>1.1.0-SNAPSHOT</spec_impl_version> |
103 |
| -<impl_version>1.1.0-SNAPSHOT</impl_version> |
| 102 | +<spec_impl_version>1.1.0-M1</spec_impl_version> |
| 103 | +<impl_version>1.1.0-M1</impl_version> |
104 | 104 | <packages.private>org.glassfish.*</packages.private>
|
105 | 105 | <packages.export>javax.json.*</packages.export>
|
106 | 106 | </properties>
|
|
You can’t perform that action at this time.
0 commit comments