Skip to content

Commit

Permalink
Update the pom to the latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abradle committed Aug 3, 2016
1 parent 4d2eb2c commit ef8fc1f
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 @@ -36,7 +36,7 @@
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
<maxmem>512M</maxmem>
<slf4j.version>1.7.21</slf4j.version>
<log4j.version>2.6.1</log4j.version>
<log4j.version>2.6.2</log4j.version>
</properties>
<scm>
<connection>scm:git:git://github.com:rcsb/mmtf-java.git</connection>
Expand Down Expand Up @@ -94,7 +94,7 @@
</plugin>
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<version>1.9.4</version>
<version>1.9.5</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -165,7 +165,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</plugin>

<plugin>
Expand Down

0 comments on commit ef8fc1f

Please sign in to comment.