Skip to content

Commit

Permalink
[maven-release-plugin] prepare release liquibase-parent-3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Oct 8, 2013
1 parent bdade42 commit 3868e3e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions liquibase-cdi/pom.xml
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>
<artifactId>liquibase-cdi</artifactId>
<name>Liquibase CDI</name>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions liquibase-debian/pom.xml
@@ -1,9 +1,9 @@
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.liquibase.package</groupId>
<artifactId>liquibase-debian</artifactId>

<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</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
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>liquibase-parent</artifactId>
<groupId>org.liquibase</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion liquibase-maven-plugin/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>liquibase-parent</artifactId>
<groupId>org.liquibase</groupId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions liquibase-osgi/pom.xml
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

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

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

0 comments on commit 3868e3e

Please sign in to comment.