Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed May 27, 2014
1 parent 40629ad commit c63dc9f
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 @@ -37,7 +37,7 @@
</parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.8.2</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.8.2</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.8.2</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 @@ -36,7 +36,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.8.2</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.8.2</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.8.2</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.8.2</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.8.2</version>
</parent>
<artifactId>qulice-xml</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit c63dc9f

Please sign in to comment.