Skip to content

Commit

Permalink
Updates dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-m committed Feb 11, 2016
1 parent 59b9f72 commit 9bbad25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<version>3.5.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down Expand Up @@ -193,7 +193,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.3.3</version>
<version>3.3.9</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -223,7 +223,7 @@
<dependency>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release-manager</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9bbad25

Please sign in to comment.