Skip to content

Commit 034a9f9

Browse files
committed
pom fest: update scm + deps versions
1 parent 3513bfb commit 034a9f9

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

pom.xml

+26-11
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,47 @@
1616
<version>1.9-SNAPSHOT</version>
1717
<relativePath>../nativelibs4java/libraries</relativePath>
1818
</parent>
19+
20+
<scm>
21+
<connection>scm:git:[email protected]:nativelibs4java/maven-velocity-plugin.git</connection>
22+
<developerConnection>scm:git:[email protected]:nativelibs4java/maven-velocity-plugin.git</developerConnection>
23+
<url>http://github.com/nativelibs4java/maven-velocity-plugin</url>
24+
</scm>
1925

2026
<dependencies>
27+
28+
<dependency>
29+
<groupId>junit</groupId>
30+
<artifactId>junit</artifactId>
31+
<version>4.12</version>
32+
<scope>test</scope>
33+
</dependency>
34+
2135
<dependency>
22-
<groupId>org.apache.velocity</groupId>
23-
<artifactId>velocity</artifactId>
24-
<version>1.7</version>
25-
</dependency>
36+
<groupId>org.apache.velocity</groupId>
37+
<artifactId>velocity</artifactId>
38+
<version>1.7</version>
39+
</dependency>
2640

27-
<dependency>
41+
<dependency>
2842
<groupId>org.apache.maven</groupId>
2943
<artifactId>maven-plugin-api</artifactId>
3044
<version>3.3.1</version>
3145
</dependency>
3246

33-
<dependency>
47+
<dependency>
3448
<groupId>org.apache.maven</groupId>
3549
<artifactId>maven-project</artifactId>
3650
<version>3.0-alpha-2</version>
3751
</dependency>
3852
</dependencies>
53+
3954
<build>
40-
<plugins>
41-
<plugin>
42-
<groupId>org.apache.maven.plugins</groupId>
43-
<artifactId>maven-javadoc-plugin</artifactId>
44-
<configuration>
55+
<plugins>
56+
<plugin>
57+
<groupId>org.apache.maven.plugins</groupId>
58+
<artifactId>maven-javadoc-plugin</artifactId>
59+
<configuration>
4560
<tags>
4661
<tag>
4762
<name>description</name>

0 commit comments

Comments
 (0)