Skip to content

Commit

Permalink
prepare v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Jul 14, 2015
1 parent 2c46673 commit 14563f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 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.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>cukedoctor-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1-SNAPSHOT</version>
<version>0.4.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 @@ -5,7 +5,7 @@
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

<artifactId>cukedoctor-maven-plugin</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<?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">
<modelVersion>4.0.0</modelVersion>

<parent>
<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.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>pom</packaging>

<name>cukedoctor</name>
Expand Down

0 comments on commit 14563f4

Please sign in to comment.