Skip to content

Commit 3513bfb

Browse files
committed
Back to work: 0.10-SNAPSHOT
1 parent 995e600 commit 3513bfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
<groupId>com.nativelibs4java</groupId>
77
<artifactId>maven-velocity-plugin</artifactId>
8-
<version>0.9</version>
8+
<version>0.10-SNAPSHOT</version>
99
<packaging>maven-plugin</packaging>
1010
<url>http://maven.apache.org</url>
1111
<name>Maven Velocity Code Generator</name>
1212

1313
<parent>
1414
<groupId>com.nativelibs4java</groupId>
1515
<artifactId>nativelibs4java-parent</artifactId>
16-
<version>1.9</version>
17-
<relativePath>..</relativePath>
16+
<version>1.9-SNAPSHOT</version>
17+
<relativePath>../nativelibs4java/libraries</relativePath>
1818
</parent>
1919

2020
<dependencies>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.maven</groupId>
2929
<artifactId>maven-plugin-api</artifactId>
30-
<version>3.0.3</version>
30+
<version>3.3.1</version>
3131
</dependency>
3232

3333
<dependency>

0 commit comments

Comments
 (0)