Skip to content

Commit

Permalink
prepare v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Jun 30, 2015
1 parent 4105655 commit 4d2f5b8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cukedoctor-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>cukedoctor-main</artifactId>
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 @@ -7,7 +7,7 @@
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>cukedoctor-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cukedoctor-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>cukedoctor-reporter</artifactId>
Expand Down
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<relativePath />
<relativePath/>
</parent>

<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>

<name>cukedoctor</name>
Expand All @@ -23,6 +23,13 @@
BDD living documentation based on Cucumber and Asciidoctor
</description>

<developers>
<developer>
<name>Rafael M. Pestano</name>
<email>rmpestanoATgmail.com</email>
</developer>
</developers>


<modules>
<module>cukedoctor-reporter</module>
Expand Down

0 comments on commit 4d2f5b8

Please sign in to comment.