Skip to content

Commit

Permalink
Updated dependency and plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Aug 8, 2015
1 parent c8c95aa commit 365522e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
4 changes: 2 additions & 2 deletions carcv-core/pom.xml
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.3.2</version>
<configuration>
<mainClass>org.carcv.impl.core.run.Main</mainClass>
</configuration>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0.1</version>
<version>19.0-rc1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
4 changes: 2 additions & 2 deletions carcv-cpp/pom.xml
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.3.2</version>
<executions>
<execution>
<goals>
Expand All @@ -30,7 +30,7 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4.1</version>
<version>2.5</version>
<configuration>
<followSymLinks>false</followSymLinks>
<filesets>
Expand Down
12 changes: 5 additions & 7 deletions carcv-webapp/pom.xml
Expand Up @@ -16,8 +16,6 @@
<version.jboss-as>7.1.1.Final</version.jboss-as>
<version.jboss-eap>7.1.1.Final</version.jboss-eap>
<version.carcv-core>${project.version}</version.carcv-core>
<version.arquillian>1.1.2.Final</version.arquillian>
<version.shrinkwrap.resolvers>2.1.0-alpha-1</version.shrinkwrap.resolvers>
</properties>
<build>
<finalName>carcv-webapp</finalName>
Expand Down Expand Up @@ -59,12 +57,12 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>5.5.1</version>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.29</version>
<version>5.1.36</version>
</dependency>
<dependency>
<groupId>org.carcv.core</groupId>
Expand Down Expand Up @@ -115,14 +113,14 @@
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-bom</artifactId>
<version>${version.shrinkwrap.resolvers}</version>
<version>2.2.0-beta-2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${version.arquillian}</version>
<version>1.1.8.Final</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -147,7 +145,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<version>2.6</version>
<configuration>
<outputDirectory>deployments</outputDirectory>
<warName>ROOT</warName>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -56,18 +56,18 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.0</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<version>3.0.2.Final</version>
<version>3.0.3.Final</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -104,7 +104,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
<configuration>
<repoToken>${env.COVERALLS_TOKEN}</repoToken>
</configuration>
Expand Down Expand Up @@ -241,15 +241,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<version>2.17</version>
<configuration>
<skipTests>${skipTests}</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.16</version>
<version>2.18.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 365522e

Please sign in to comment.