Skip to content

Commit

Permalink
0.5, and versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Mar 11, 2014
1 parent 09707f2 commit a617e87
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 20 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.5</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 @@ -36,7 +36,7 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.5</version>
</parent>
<artifactId>qulice-checkstyle</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions 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.5</version>
</parent>
<artifactId>qulice-codenarc</artifactId>
<packaging>jar</packaging>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.codenarc</groupId>
<artifactId>CodeNarc</artifactId>
<version>0.19</version>
<version>0.20</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
Expand Down
21 changes: 12 additions & 9 deletions qulice-findbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.5</version>
</parent>
<artifactId>qulice-findbugs</artifactId>
<packaging>jar</packaging>
<name>qulice-findbugs</name>
<properties>
<asm.version>3.3.1</asm.version>
</properties>
<dependencies>
<dependency>
<groupId>com.qulice</groupId>
Expand All @@ -67,7 +70,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
Expand All @@ -90,34 +93,34 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.1</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jFormatString</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
<dependency>
<!-- fix for http://icu-project.org/trac/ticket/3209 -->
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>3.8</version>
<version>52.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>3.3.1</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-tree</artifactId>
<version>3.3.1</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<version>3.3.1</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<!-- Required for FindBugs -->
Expand All @@ -144,7 +147,7 @@
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.1</version>
<version>1.1.6</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
Expand Down
8 changes: 4 additions & 4 deletions 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.5</version>
</parent>
<artifactId>qulice-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>2.1</version>
<version>3.1.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -174,7 +174,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.15</version>
<version>3.0.17</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -191,7 +191,7 @@
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
<version>2.4.3</version>
<version>2.5.3</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
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.5</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.5</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.5</version>
</parent>
<artifactId>qulice-xml</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit a617e87

Please sign in to comment.