Skip to content

Commit 0539fba

Browse files
committed
[maven-release-plugin] prepare release org.apache.felix.http.bridge-6.0.0
1 parent bfd7648 commit 0539fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http/bridge/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<name>Apache Felix Http Bridge</name>
3030
<description>This is an implementation of the OSGi Servlet Service, the OSGi Http Service and the OSGi Http Whiteboard Specification used when run as a web application</description>
3131
<artifactId>org.apache.felix.http.bridge</artifactId>
32-
<version>6.0.0-SNAPSHOT</version>
32+
<version>6.0.0</version>
3333
<packaging>bundle</packaging>
3434

3535
<scm>
3636
<connection>scm:git:https://github.com/apache/felix-dev.git</connection>
3737
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
3838
<url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
39-
<tag>HEAD</tag>
39+
<tag>org.apache.felix.http.bridge-6.0.0</tag>
4040
</scm>
4141

4242
<properties>
@@ -186,7 +186,7 @@
186186
<dependency>
187187
<groupId>org.apache.felix</groupId>
188188
<artifactId>org.apache.felix.http.base</artifactId>
189-
<version>5.1.13-SNAPSHOT</version>
189+
<version>5.1.14</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)