We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a5e09 commit 719f27fCopy full SHA for 719f27f
tools/osgicheck-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
23
</parent>
24
25
<artifactId>osgicheck-maven-plugin</artifactId>
26
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.2.0</version>
27
<packaging>maven-plugin</packaging>
28
29
<name>Apache Felix OSGi Check Maven Plugin</name>
@@ -40,7 +40,8 @@
40
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
41
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
42
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
43
- </scm>
+ <tag>osgicheck-maven-plugin-0.2.0</tag>
44
+ </scm>
45
46
<prerequisites>
47
<maven>${maven.version}</maven>
0 commit comments