Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
update versions of plugins and deps
  • Loading branch information
cmosher01 committed Feb 10, 2014
1 parent 96341c5 commit 2897919
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Expand Up @@ -56,18 +56,30 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.9</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>nu.mine.mosher.gedcom</groupId>
<artifactId>gedcom-lib</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<version>[1.0.0,)</version>
</dependency>
<dependency>
<groupId>net.sourceforge.templat</groupId>
<artifactId>templat</artifactId>
<version>[1.0,)</version>
<version>[1.0.0,)</version>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
Expand Down

0 comments on commit 2897919

Please sign in to comment.