Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
lancespeelmon committed Aug 20, 2012
1 parent baece32 commit 867a7a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom-bundle.xml
Expand Up @@ -15,13 +15,13 @@
<parent>
<groupId>com.rsmart.nakamura</groupId>
<artifactId>com.rsmart.nakamura.uxloader-wrap</artifactId>
<version>1.3.1-rsmart</version>
<version>1.3.2-rsmart-SNAPSHOT</version>
<relativePath>./pom.xml</relativePath>
</parent>
<groupId>com.rsmart.nakamura</groupId>
<artifactId>com.rsmart.nakamura.uxloader</artifactId>
<packaging>bundle</packaging>
<version>1.3.1-rsmart</version>
<version>1.3.2-rsmart-SNAPSHOT</version>
<name>Sakai 3 UX Loader</name>
<description>Loads the Sakai 3 UI into the JCR</description>
<url>http://github.com/sakaiproject/3akai-ux</url>
Expand Down Expand Up @@ -253,7 +253,7 @@
<dependency>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.hashfiles</artifactId>
<version>1.3.1-rsmart</version>
<version>1.3.2-rsmart-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -269,7 +269,7 @@
<dependency>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.hashfiles</artifactId>
<version>1.3.1-rsmart</version>
<version>1.3.2-rsmart-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@
<groupId>com.rsmart.nakamura</groupId>
<artifactId>com.rsmart.nakamura.uxloader-wrap</artifactId>
<packaging>pom</packaging>
<version>1.3.1-rsmart</version>
<version>1.3.2-rsmart-SNAPSHOT</version>
<name>Sakai 3 UX Loader Wrapper</name>
<description>Loads the Sakai 3 UI into the JCR</description>
<url>http://github.com/rSmart/3akai-ux</url>
Expand Down
4 changes: 2 additions & 2 deletions tools/hashfiles/pom.xml
Expand Up @@ -15,13 +15,13 @@
<parent>
<groupId>com.rsmart.nakamura</groupId>
<artifactId>com.rsmart.nakamura.uxloader-wrap</artifactId>
<version>1.3.1-rsmart</version>
<version>1.3.2-rsmart-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.hashfiles</artifactId>
<packaging>jar</packaging>
<version>1.3.1-rsmart</version>
<version>1.3.2-rsmart-SNAPSHOT</version>
<name>Sakai 3 UX File Hasher</name>
<description>Hashes files and appends the hash to the name to trigger proper caching</description>
<build>
Expand Down

0 comments on commit 867a7a9

Please sign in to comment.