Skip to content

Commit

Permalink
0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Sep 4, 2014
1 parent ad249bf commit ea77366
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.11</version>
<packaging>pom</packaging>
<name>qulice</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion qulice-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.11</version>
</parent>
<artifactId>qulice-checkstyle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qulice-codenarc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.11</version>
</parent>
<artifactId>qulice-codenarc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qulice-findbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.11</version>
</parent>
<artifactId>qulice-findbugs</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qulice-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.11</version>
</parent>
<artifactId>qulice-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qulice-pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.11</version>
</parent>
<artifactId>qulice-pmd</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qulice-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.11</version>
</parent>
<artifactId>qulice-spi</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qulice-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.11</version>
</parent>
<artifactId>qulice-xml</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit ea77366

Please sign in to comment.