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

Commit

Permalink
[maven-release-plugin] prepare release jsonp-1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitendra Kotamraju committed Nov 18, 2013
1 parent 40cbac4 commit a586e70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<groupId>org.glassfish</groupId>
<artifactId>json</artifactId>
<packaging>pom</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<name>JSR 353 (JSON Processing) RI</name>
<description>JSR 353:Java API for Processing JSON RI</description>
<url>http://jsonp.java.net</url>
Expand All @@ -62,7 +62,7 @@
<connection>scm:git:git://java.net/jsonp~git/api</connection>
<developerConnection>scm:git:ssh://[email protected]/jsonp~git/</developerConnection>
<url>http://java.net/projects/jsonp/sources/git/show</url>
<tag>HEAD</tag>
<tag>jsonp-1.0.4</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -97,7 +97,7 @@
<impl_namespace>org.glassfish</impl_namespace>
<spec_version>1.0</spec_version>
<spec_impl_version>1.0</spec_impl_version>
<impl_version>1.0.4-SNAPSHOT</impl_version>
<impl_version>1.0.4</impl_version>
<packages.private>org.glassfish.*</packages.private>
<packages.export>javax.json.*</packages.export>
</properties>
Expand Down

0 comments on commit a586e70

Please sign in to comment.