Skip to content

Commit

Permalink
[maven-release-plugin] prepare release liquibase-parent-2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Apr 19, 2012
1 parent 15cd937 commit 3f68945
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 13 deletions.
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>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>2.0.4-SNAPSHOT</version>
<version>2.0.4</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>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
</parent>

<dependencies>
Expand Down
9 changes: 3 additions & 6 deletions liquibase-osgi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

<artifactId>liquibase-osgi</artifactId>
Expand All @@ -12,12 +9,12 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<properties>
<liquibase.version>2.0.4-SNAPSHOT</liquibase.version>
<liquibase.version>2.0.4</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>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<packaging>pom</packaging>

<name>Liquibase Parent Configuration</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/liquibase-ext-change/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/liquibase-ext-changewithnestedtags/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/liquibase-ext-sqlgenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 3f68945

Please sign in to comment.