Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zathomas committed Apr 24, 2012
1 parent debdaa8 commit a27a5b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom-bundle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<parent>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.uxloader-wrap</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>./pom.xml</relativePath>
</parent>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.uxloader</artifactId>
<packaging>bundle</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</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 @@ -269,7 +269,7 @@
<dependency>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.hashfiles</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.uxloader-wrap</artifactId>
<packaging>pom</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
<name>Sakai 3 UX Loader Wrapper</name>
<description>Loads the Sakai 3 UI into the JCR</description>
<url>http://github.com/sakaiproject/3akai-ux</url>
Expand Down
4 changes: 2 additions & 2 deletions tools/hashfiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<parent>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.uxloader-wrap</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.sakaiproject.nakamura</groupId>
<artifactId>org.sakaiproject.nakamura.hashfiles</artifactId>
<packaging>jar</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</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 a27a5b1

Please sign in to comment.