We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7345b commit 5f3cbd2Copy full SHA for 5f3cbd2
1 file changed
main/pom.xml
@@ -27,18 +27,18 @@
27
<packaging>bundle</packaging>
28
<name>Apache Felix Main</name>
29
<artifactId>org.apache.felix.main</artifactId>
30
- <version>7.0.4</version>
+ <version>7.1.0-SNAPSHOT</version>
31
<scm>
32
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
33
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
34
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
35
- <tag>org.apache.felix.main-7.0.4</tag>
+ <tag>HEAD</tag>
36
</scm>
37
<dependencies>
38
<dependency>
39
<groupId>${project.groupId}</groupId>
40
<artifactId>org.apache.felix.framework</artifactId>
41
42
</dependency>
43
</dependencies>
44
<properties>
0 commit comments