Skip to content

Commit

Permalink
release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerW committed Apr 23, 2012
1 parent ad5b045 commit f379256
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.bitnoise.sonferenz</groupId>
<artifactId>sonferenz-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sonferenz-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.bitnoise.sonferenz</groupId>
<artifactId>sonferenz-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<groupId>de.bitnoise.sonferenz</groupId>
<artifactId>sonferenz-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonferenz-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.bitnoise.sonferenz</groupId>
<artifactId>sonferenz-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<groupId>de.bitnoise.sonferenz</groupId>
<artifactId>sonferenz-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sonferenz-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.bitnoise.sonferenz</groupId>
<artifactId>sonferenz-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>
<groupId>de.bitnoise.sonferenz</groupId>
<artifactId>sonferenz-web</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ void updateTo_v0_3_2() {
config.saveIntegerValue(INIT_MARKER_KEY, 3);
// since 0.3.2
texte.storeText("table.tokenTable.column.username", "erstellt von");
texte.storeText("login.SubscribeActionPanel$UserUnique", "Login Name schon vergeben");
}

void updateTo_v0_3_1() {
Expand Down

0 comments on commit f379256

Please sign in to comment.