We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba5190 commit 246b04cCopy full SHA for 246b04c
pom.xml
@@ -8,15 +8,15 @@
8
</parent>
9
<groupId>org.netbeans.tools</groupId>
10
<artifactId>sigtest-maven-plugin</artifactId>
11
- <version>1.4</version>
+ <version>2.0-SNAPSHOT</version>
12
<packaging>maven-plugin</packaging>
13
<name>API Signature Test Plugin</name>
14
<url>http://wiki.netbeans.org/APITest</url>
15
<scm>
16
<connection>scm:git:https://github.com/jtulach/netbeans-apitest/</connection>
17
<developerConnection>scm:git:https://github.com/jtulach/netbeans-apitest/</developerConnection>
18
<url>https://github.com/jtulach/netbeans-apitest/</url>
19
- <tag>release-1.4</tag>
+ <tag>master</tag>
20
</scm>
21
<properties>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments