This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch http-4.x in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit 42520eda845fd5717bad2fefe3023598781def1a Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Aug 24 07:11:42 2023 +0200 [maven-release-plugin] prepare release org.apache.felix.http.wrappers-1.0.0 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ad699d23dd..d57cfff12e 100644 --- a/pom.xml +++ b/pom.xml @@ -28,14 +28,15 @@ <name>Apache Felix Http Wrappers</name> <artifactId>org.apache.felix.http.wrappers</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <scm> <connection>scm:git:https://github.com/apache/felix-dev.git</connection> <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url> - </scm> + <tag>org.apache.felix.http.wrappers-1.0.0</tag> + </scm> <properties> <felix.java.version>11</felix.java.version>
