This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+4
-4
lines changed Expand file treeCollapse file tree2 files changed
+4
-4
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.0.3-SNAPSHOT</version> |
| 50 | +<version>1.0.3</version> |
51 | 51 | <relativePath>../pom.xml</relativePath>
|
52 | 52 | </parent>
|
53 | 53 |
|
|
Original file line number | Diff line number | Diff line change |
---|
|
53 | 53 | <groupId>org.glassfish</groupId>
|
54 | 54 | <artifactId>json</artifactId>
|
55 | 55 | <packaging>pom</packaging>
|
56 |
| -<version>1.0.3-SNAPSHOT</version> |
| 56 | +<version>1.0.3</version> |
57 | 57 | <name>JSR 353 (JSON Processing) RI</name>
|
58 | 58 | <description>JSR 353:Java API for Processing JSON RI</description>
|
59 | 59 | <url>http://jsonp.java.net</url>
|
|
62 | 62 | <connection>scm:git:git://java.net/jsonp~git/api</connection>
|
63 | 63 | < developerConnection>scm:git:ssh:// [email protected]/jsonp~git/</ developerConnection>
|
64 | 64 | <url>http://java.net/projects/jsonp/sources/git/show</url>
|
65 |
| -<tag>HEAD</tag> |
| 65 | +<tag>jsonp-1.0.3</tag> |
66 | 66 | </scm>
|
67 | 67 |
|
68 | 68 | <licenses>
|
|
97 | 97 | <impl_namespace>org.glassfish</impl_namespace>
|
98 | 98 | <spec_version>1.0</spec_version>
|
99 | 99 | <spec_impl_version>1.0</spec_impl_version>
|
100 |
| -<impl_version>1.0.3-SNAPSHOT</impl_version> |
| 100 | +<impl_version>1.0.3</impl_version> |
101 | 101 | <packages.private>org.glassfish.*</packages.private>
|
102 | 102 | <packages.export>javax.json.*</packages.export>
|
103 | 103 | </properties>
|
|
You can’t perform that action at this time.
0 commit comments