We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61b764 commit ce5dcdeCopy full SHA for ce5dcde
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>biz.netcentric.osgi.bnd</groupId>
5
<artifactId>bundle-namespace-validators</artifactId>
6
- <version>1.0.0</version>
+ <version>0.0.1-SNAPSHOT</version>
7
8
<name>Bundle Namespace Validators Bnd Plugin</name>
9
<description>Bnd plugin validating that the OSGi metadata complies with certain namespacing rules.</description>
@@ -34,7 +34,7 @@
34
<scm>
35
<connection>scm:git:ssh://git@github.com:Netcentric/bundle-namespace-validators.git</connection>
36
<developerConnection>scm:git:ssh://git@github.com:Netcentric/bundle-namespace-validators.git</developerConnection>
37
- <tag>1.0.0</tag>
+ <tag>HEAD</tag>
38
<url>https://github.com/Netcentric/bundle-namespace-validators</url>
39
</scm>
40
<distributionManagement>
0 commit comments