Skip to content

Commit

Permalink
versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed May 16, 2014
1 parent 0d0372a commit 06cb2f9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qulice-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
<version>14.0.1</version>
<version>17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion qulice-codenarc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.codenarc</groupId>
<artifactId>CodeNarc</artifactId>
<version>0.20</version>
<version>0.21</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
Expand Down
2 changes: 1 addition & 1 deletion qulice-findbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<!-- fix for http://icu-project.org/trac/ticket/3209 -->
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>52.1</version>
<version>53.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
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 @@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.2</version>
<version>3.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
20 changes: 19 additions & 1 deletion qulice-pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId>
<version>5.1.0</version>
<version>5.1.1</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Expand Down Expand Up @@ -87,4 +87,22 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>qulice</id>
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<exclude>xml:/src/main/resources/com/qulice/pmd/ruleset.xml</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 06cb2f9

Please sign in to comment.