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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
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</version>
5151
<relativePath>../pom.xml</relativePath>
5252
</parent>
5353

5454
<groupId>org.glassfish</groupId>
5555
<artifactId>jsonp-jaxrs</artifactId>
5656
<packaging>bundle</packaging>
57-
<version>1.2-SNAPSHOT</version>
57+
<version>1.1.1</version>
5858
<name>JSR 374 (JSON Processing) Media for JAX-RS</name>
5959
<description>JAX-RS MessageBodyReader and MessageBodyWriter to support JsonValue API of JSR 374:Java API for Processing JSON</description>
6060
<url>https://javaee..io/jsonp</url>
@@ -142,4 +142,8 @@
142142
</build>
143143
</profile>
144144
</profiles>
145+
146+
<scm>
147+
<tag>jsonp-jaxrs-1.1.1</tag>
148+
</scm>
145149
</project>

0 commit comments

Comments
 (0)