Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of maven-yamlpom-plugin-0…
Browse files Browse the repository at this point in the history
….1.1
  • Loading branch information
Don Brown committed Mar 28, 2009
1 parent d54ca02 commit 1c6a60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.twdata.maven</groupId>
<artifactId>maven-yamlpom-plugin</artifactId>
<version>0.1.1</version>
<version>0.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>YAML POM Plugin</name>
<dependencies>
Expand Down Expand Up @@ -80,7 +80,7 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<preparationGoals>clean yamlpom:sync yamlpom:release-prepare verify</preparationGoals>
<preparationGoals>clean yamlpom:sync yamlpom:prepare-release verify</preparationGoals>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 1c6a60b

Please sign in to comment.