|
20 | 20 | </repositories>
|
21 | 21 |
|
22 | 22 | <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> |
29 | 29 | </properties>
|
30 | 30 |
|
31 | 31 | <dependencies>
|
|
64 | 64 | </plugins>
|
65 | 65 | </build>
|
66 | 66 |
|
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 --> |
68 | 68 | <reporting>
|
69 | 69 | <plugins>
|
70 | 70 | <plugin>
|
71 | 71 | <groupId>org.apache.maven.plugins</groupId>
|
72 | 72 | <artifactId>maven-javadoc-plugin</artifactId>
|
73 |
| - <version>2.7</version> |
| 73 | + <version>2.10.3</version> |
74 | 74 | <configuration>
|
75 | 75 | <aggregate>true</aggregate>
|
76 | 76 | </configuration>
|
77 | 77 | </plugin>
|
78 | 78 | <plugin>
|
79 | 79 | <groupId>org.codehaus.mojo</groupId>
|
80 | 80 | <artifactId>cobertura-maven-plugin</artifactId>
|
81 |
| - <version>2.4</version> |
| 81 | + <version>2.7</version> |
82 | 82 | </plugin>
|
83 | 83 | <plugin>
|
84 | 84 | <groupId>org.apache.maven.plugins</groupId>
|
85 | 85 | <artifactId>maven-jxr-plugin</artifactId>
|
86 |
| - <version>2.2</version> |
| 86 | + <version>2.5</version> |
87 | 87 | </plugin>
|
88 | 88 | <plugin>
|
89 | 89 | <groupId>org.apache.maven.plugins</groupId>
|
90 | 90 | <artifactId>maven-checkstyle-plugin</artifactId>
|
91 |
| - <version>2.6</version> |
| 91 | + <version>2.17</version> |
92 | 92 | <configuration>
|
93 |
| - <configLocation>${basedir}/ripple-demo/src/site/checkstyle.xml</configLocation> |
| 93 | + <!--<configLocation>${basedir}/src/site/checkstyle.xml</configLocation>--> |
94 | 94 | </configuration>
|
95 | 95 | </plugin>
|
96 | 96 | </plugins>
|
|
0 commit comments