Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of liquibase-parent-3.0.0…
Browse files Browse the repository at this point in the history
…-beta1
  • Loading branch information
nvoxland committed Feb 12, 2013
1 parent 5820916 commit 33da114
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
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.0-beta1</version>
<version>3.0.0-beta1-SNAPSHOT</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.0-beta1</version>
<version>3.0.0-beta1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
9 changes: 6 additions & 3 deletions liquibase-osgi/pom.xml
@@ -1,5 +1,8 @@
<?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 @@ -9,12 +12,12 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.0.0-beta1</version>
<version>3.0.0-beta1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion samples/liquibase-ext-changewithnestedtags/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.0.0-beta1</version>
<version>3.0.0-beta1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/liquibase-ext-sqlgenerator/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent</artifactId>
<version>3.0.0-beta1</version>
<version>3.0.0-beta1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 33da114

Please sign in to comment.