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

Commit 04bd0e9

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a073b72 commit 04bd0e9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

jaxrs/pom.xml

Lines changed: 2 additions & 6 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.1</version>
50+
<version>1.2-SNAPSHOT</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.1.1</version>
57+
<version>1.2-SNAPSHOT</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.github.io/jsonp</url>
@@ -142,8 +142,4 @@
142142
</build>
143143
</profile>
144144
</profiles>
145-
146-
<scm>
147-
<tag>jsonp-jaxrs-1.1.1</tag>
148-
</scm>
149145
</project>

0 commit comments

Comments
 (0)