Skip to content

Commit

Permalink
Bump version number to 1.3.3
Browse files Browse the repository at this point in the history
FEA: ItEr77S03Community
  • Loading branch information
mrego committed Dec 21, 2012
1 parent d81cf40 commit 727bc64
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.3.2
1.3.3
2 changes: 1 addition & 1 deletion ganttzk/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</parent>
<artifactId>ganttzk</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions ganttzk/src/main/resources/metainfo/zk/lang-addon.xml
Expand Up @@ -6,9 +6,9 @@

<!-- When the version is changed, the browser will reload the
JavaScript modules. -->
<javascript-module name="ganttz" version="1.3.2" />
<javascript-module name="ganttz.resourceload" version="1.3.2" />
<javascript-module name="common" version="1.3.2" />
<javascript-module name="ganttz" version="1.3.3" />
<javascript-module name="ganttz.resourceload" version="1.3.3" />
<javascript-module name="common" version="1.3.3" />

<extension>zul</extension>
<extension>xul</extension>
Expand Down
2 changes: 1 addition & 1 deletion libreplan-business/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</parent>
<artifactId>libreplan-business</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion libreplan-webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</parent>
<artifactId>libreplan-webapp</artifactId>
<packaging>war</packaging>
Expand Down
Expand Up @@ -7,9 +7,9 @@

<!-- When the version is changed, the browser will reload the
JavaScript modules. -->
<javascript-module name="webcommon" version="1.3.2" />
<javascript-module name="limitingresources" version="1.3.2" />
<javascript-module name="limitingresources" version="1.3.2" />
<javascript-module name="webcommon" version="1.3.3" />
<javascript-module name="limitingresources" version="1.3.3" />
<javascript-module name="limitingresources" version="1.3.3" />

<component>
<component-name>twowayselector</component-name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.libreplan</groupId>
<artifactId>libreplan</artifactId>
<packaging>pom</packaging>
<version>1.3.2</version>
<version>1.3.3</version>
<name>LibrePlan</name>

<!--
Expand Down

0 comments on commit 727bc64

Please sign in to comment.