This is an automated email from the ASF dual-hosted git repository. paulrutter pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit 89ac9f9294b1d74bf1dba081bbec46ae740ba0e8 Author: Paul Rütter <[email protected]> AuthorDate: Mon Jan 27 11:36:51 2025 +0100 Revert "[maven-release-plugin] prepare release osgicheck-maven-plugin-0.2.0" This reverts commit 719f27fc33e9440e53a02945cc726073b096883b. --- tools/osgicheck-maven-plugin/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/osgicheck-maven-plugin/pom.xml b/tools/osgicheck-maven-plugin/pom.xml index 2caed842e4..3b100c5f7e 100644 --- a/tools/osgicheck-maven-plugin/pom.xml +++ b/tools/osgicheck-maven-plugin/pom.xml @@ -23,7 +23,7 @@ </parent> <artifactId>osgicheck-maven-plugin</artifactId> - <version>0.2.0</version> + <version>0.1.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Felix OSGi Check Maven Plugin</name> @@ -40,8 +40,7 @@ <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> - <tag>osgicheck-maven-plugin-0.2.0</tag> - </scm> + </scm> <prerequisites> <maven>${maven.version}</maven>
