Skip to content

Commit

Permalink
[maven-release-plugin] prepare release liquibase-parent-3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildServer committed Dec 8, 2014
1 parent 9241b69 commit a360f8b
Show file tree
Hide file tree
Showing 8 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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>
<artifactId>liquibase-cdi</artifactId>
<name>Liquibase CDI</name>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>liquibase-debian</artifactId>

<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</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.3.1-SNAPSHOT</version>
<version>3.3.1</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.3.1-SNAPSHOT</version>
<version>3.3.1</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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<properties>
<liquibase.version>3.3.1-SNAPSHOT</liquibase.version>
<liquibase.version>3.3.1</liquibase.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-rpm</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<packaging>jar</packaging>
<url>http://www.liquibase.org/</url>

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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<packaging>pom</packaging>

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

0 comments on commit a360f8b

Please sign in to comment.