We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ac16b commit d758b97Copy full SHA for d758b97
1 file changed
main.distribution/pom.xml
@@ -27,7 +27,7 @@
27
<packaging>pom</packaging>
28
<name>Apache Felix Main Distribution</name>
29
<artifactId>org.apache.felix.main.distribution</artifactId>
30
- <version>7.0.4</version>
+ <version>7.1.0-SNAPSHOT</version>
31
<properties>
32
<dollar>$</dollar>
33
<framework.version>7.0.4</framework.version>
@@ -42,7 +42,7 @@
42
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
43
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
44
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
45
- <tag>org.apache.felix.main.distribution-7.0.4</tag>
+ <tag>HEAD</tag>
46
</scm>
47
<build>
48
<plugins>
0 commit comments