Skip to content

Commit

Permalink
[maven-release-plugin] prepare release opensocial-explorer-0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Nov 1, 2013
1 parent 9a179f9 commit dda9234
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions gadget-specs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opensocial-explorer</artifactId>
<groupId>org.opensocial.explorer</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>opensocial-explorer-gadget-specs</artifactId>
Expand Down Expand Up @@ -54,6 +54,6 @@
<url>${project.parent.scm.url}</url>
<connection>${project.parent.scm.connection}</connection>
<developerConnection>${project.parent.scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>opensocial-explorer-0.0.2</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions java/gadget-spec-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opensocial-explorer</artifactId>
<groupId>org.opensocial.explorer</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>opensocial-explorer-gadget-spec-server</artifactId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.opensocial.explorer</groupId>
<artifactId>opensocial-explorer-gadget-specs</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</dependency>
</dependencies>

Expand All @@ -71,6 +71,6 @@
<url>${project.parent.scm.url}</url>
<connection>${project.parent.scm.connection}</connection>
<developerConnection>${project.parent.scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>opensocial-explorer-0.0.2</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions java/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opensocial-explorer</artifactId>
<groupId>org.opensocial.explorer</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>opensocial-explorer-server</artifactId>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.opensocial.explorer</groupId>
<artifactId>opensocial-explorer-gadget-spec-server</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>org.openid4java</groupId>
Expand All @@ -100,6 +100,6 @@
<url>${project.parent.scm.url}</url>
<connection>${project.parent.scm.connection}</connection>
<developerConnection>${project.parent.scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>opensocial-explorer-0.0.2</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions opensocial-explorer-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.opensocial.explorer</groupId>
<artifactId>opensocial-explorer</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<artifactId>opensocial-explorer-assembly</artifactId>
Expand All @@ -34,7 +34,7 @@
<!-- ====================================================================== -->
<properties>
<maven-assembly-plugin.version>2.2.1</maven-assembly-plugin.version>
<opensocial-explorer.version>0.0.2-SNAPSHOT</opensocial-explorer.version>
<opensocial-explorer.version>0.0.2</opensocial-explorer.version>
</properties>

<!-- ====================================================================== -->
Expand All @@ -44,7 +44,7 @@
<url>${project.parent.scm.url}</url>
<connection>${project.parent.scm.connection}</connection>
<developerConnection>${project.parent.scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>opensocial-explorer-0.0.2</tag>
</scm>

<!-- ====================================================================== -->
Expand Down
8 changes: 4 additions & 4 deletions opensocial-explorer-server-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opensocial-explorer</artifactId>
<groupId>org.opensocial.explorer</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>opensocial-explorer-server-war</artifactId>
<packaging>war</packaging>
Expand All @@ -36,7 +36,7 @@
<maven-jetty-plugin.version>6.1.26</maven-jetty-plugin.version>
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
<maven-war-plugin.version>2.1.1</maven-war-plugin.version>
<opensocial-explorer-webcontent.version>0.0.2-SNAPSHOT</opensocial-explorer-webcontent.version>
<opensocial-explorer-webcontent.version>0.0.2</opensocial-explorer-webcontent.version>
<com.github.goldin.version>0.2.5</com.github.goldin.version>
</properties>

Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.opensocial.explorer</groupId>
<artifactId>opensocial-explorer-server</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand All @@ -176,6 +176,6 @@
<url>${project.parent.scm.url}</url>
<connection>${project.parent.scm.connection}</connection>
<developerConnection>${project.parent.scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>opensocial-explorer-0.0.2</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions opensocial-explorer-webcontent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opensocial-explorer</artifactId>
<groupId>org.opensocial.explorer</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>opensocial-explorer-webcontent</artifactId>
Expand Down Expand Up @@ -304,6 +304,6 @@
<url>${project.parent.scm.url}</url>
<connection>${project.parent.scm.connection}</connection>
<developerConnection>${project.parent.scm.developerConnection}</developerConnection>
<tag>HEAD</tag>
<tag>opensocial-explorer-0.0.2</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opensocial.explorer</groupId>
<artifactId>opensocial-explorer</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>
<name>OpenSocial Explorer</name>
<description>The OpenSocial Explorer is a tool to help developers learn how to build OpenSocial gadgets. The goal of the OpenSocial Explorer is to demonstrate how to use all the features and APIs that are part of the OpenSocial specification. Besides the samples, the OpenSocial Explorer has an editor which allows developers to tweak the gadget to learn more about the specific features and APIs the sample is demonstrating. After modifying the sample the OpenSocial Explorer allows developers to re-render the gadget to see how the changes effect the sample.</description>
Expand Down Expand Up @@ -534,7 +534,7 @@
<url>[email protected]:OpenSocial/explorer.git</url>
<connection>scm:git:[email protected]:OpenSocial/explorer.git</connection>
<developerConnection>scm:git:[email protected]:OpenSocial/explorer.git</developerConnection>
<tag>HEAD</tag>
<tag>opensocial-explorer-0.0.2</tag>
</scm>

<!-- ====================================================================== -->
Expand Down

0 comments on commit dda9234

Please sign in to comment.