Skip to content

Commit 27efe21

Browse files
author
Joshua Shinavier
committed
Updated Maven template
1 parent 80a3803 commit 27efe21

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

utils/maven-template/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
</repositories>
2121

2222
<properties>
23-
<extendo.version>1.1-SNAPSHOT</extendo.version>
24-
<ripple.version>1.1</ripple.version>
25-
<sesame.version>2.7.10</sesame.version>
26-
<sesametools.version>1.8</sesametools.version>
27-
<tinkerpop.version>2.5.0</tinkerpop.version>
28-
<junit.version>4.11</junit.version>
23+
<smsn.version>1.1-SNAPSHOT</smsn.version>
24+
<ripple.version>1.3</ripple.version>
25+
<sesame.version>2.7.14</sesame.version>
26+
<sesametools.version>1.9</sesametools.version>
27+
<tinkerpop.version>2.6.0</tinkerpop.version>
28+
<junit.version>4.12</junit.version>
2929
</properties>
3030

3131
<dependencies>
@@ -64,33 +64,33 @@
6464
</plugins>
6565
</build>
6666

67-
<!-- Note: plugin versions are the most recent (in repo1.maven.org) as of 2011-04-05 -->
67+
<!-- Note: plugin versions are the most recent (in repo1.maven.org) as of 2016-05-09 -->
6868
<reporting>
6969
<plugins>
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-javadoc-plugin</artifactId>
73-
<version>2.7</version>
73+
<version>2.10.3</version>
7474
<configuration>
7575
<aggregate>true</aggregate>
7676
</configuration>
7777
</plugin>
7878
<plugin>
7979
<groupId>org.codehaus.mojo</groupId>
8080
<artifactId>cobertura-maven-plugin</artifactId>
81-
<version>2.4</version>
81+
<version>2.7</version>
8282
</plugin>
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-jxr-plugin</artifactId>
86-
<version>2.2</version>
86+
<version>2.5</version>
8787
</plugin>
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-checkstyle-plugin</artifactId>
91-
<version>2.6</version>
91+
<version>2.17</version>
9292
<configuration>
93-
<configLocation>${basedir}/ripple-demo/src/site/checkstyle.xml</configLocation>
93+
<!--<configLocation>${basedir}/src/site/checkstyle.xml</configLocation>-->
9494
</configuration>
9595
</plugin>
9696
</plugins>

0 commit comments

Comments
 (0)