Skip to content

Commit

Permalink
Updated version in master to 3.2.0 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Jan 10, 2014
1 parent c142102 commit a3990e4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion liquibase-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>
<artifactId>liquibase-cdi</artifactId>
<name>Liquibase CDI</name>
Expand Down
4 changes: 2 additions & 2 deletions liquibase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<properties>
<bundle.namespace>liquibase.*</bundle.namespace>
<project.version>3.1.0</project.version>
<project.version>3.2.0</project.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions liquibase-debian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>liquibase-debian</artifactId>

<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<name>Liquibase Debian Packager</name>
<description>Debian package builder for liquibase.</description>
<organization>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>liquibase-parent</artifactId>
<groupId>org.liquibase</groupId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion liquibase-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>liquibase-parent</artifactId>
<groupId>org.liquibase</groupId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions liquibase-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<properties>
<liquibase.version>3.1.1-SNAPSHOT</liquibase.version>
<liquibase.version>3.2.0-SNAPSHOT</liquibase.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Liquibase Parent Configuration</name>
Expand Down

0 comments on commit a3990e4

Please sign in to comment.