This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree
Expand file treeCollapse file tree1 file changed
+6
-2
lines changed Expand file treeCollapse file tree1 file changed
+6
-2
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.2-SNAPSHOT</version> |
| 50 | +<version>1.1</version> |
51 | 51 | <relativePath>../pom.xml</relativePath>
|
52 | 52 | </parent>
|
53 | 53 |
|
54 | 54 | <groupId>org.glassfish</groupId>
|
55 | 55 | <artifactId>jsonp-jaxrs</artifactId>
|
56 | 56 | <packaging>bundle</packaging>
|
57 |
| -<version>1.2-SNAPSHOT</version> |
| 57 | +<version>1.1.1</version> |
58 | 58 | <name>JSR 374 (JSON Processing) Media for JAX-RS</name>
|
59 | 59 | <description>JAX-RS MessageBodyReader and MessageBodyWriter to support JsonValue API of JSR 374:Java API for Processing JSON</description>
|
60 | 60 | <url>https://javaee..io/jsonp</url>
|
|
142 | 142 | </build>
|
143 | 143 | </profile>
|
144 | 144 | </profiles>
|
| 145 | + |
| 146 | +<scm> |
| 147 | +<tag>jsonp-jaxrs-1.1.1</tag> |
| 148 | +</scm> |
145 | 149 | </project>
|
You can’t perform that action at this time.
0 commit comments