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 b49f94a commit 6bcd7b4Copy full SHA for 6bcd7b4
1 file changed
testsupport/testsupport-unit/pom.xml
@@ -32,7 +32,7 @@
32
<artifactId>org.apache.aries.testsupport.unit</artifactId>
33
<packaging>bundle</packaging>
34
<name>Apache Aries Unit Test Support</name>
35
- <version>2.0.0</version>
+ <version>2.0.1-SNAPSHOT</version>
36
<description>
37
This bundle provides unit test support.
38
</description>
@@ -41,7 +41,7 @@
41
<connection>scm:git:git@github.com:apache/aries.git</connection>
42
<developerConnection>scm:git:git@github.com:apache/aries.git</developerConnection>
43
<url>https://github.com/apache/aries</url>
44
- <tag>testsupport-unit-2.0.0</tag>
+ <tag>HEAD</tag>
45
</scm>
46
47
<properties>
0 commit comments