Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cukedoctor-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Aug 18, 2015
1 parent 3a6e45d commit 88c79bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cukedoctor-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>cukedoctor-converter</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions cukedoctor-extension/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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/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">
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions cukedoctor-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>cukedoctor-main</artifactId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<plugin>
<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor-maven-plugin</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion cukedoctor-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>cukedoctor-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>

<name>cukedoctor</name>
Expand Down

0 comments on commit 88c79bc

Please sign in to comment.