This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git
commit b5d03a22f6720f8e68304c6b97f7dad0050ccbff Author: Robert Munteanu <[email protected]> AuthorDate: Mon Jun 29 17:46:03 2020 +0200 Tweak name and version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2041b5d..4716b6f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,10 +29,10 @@ </parent> <artifactId>feature-launcher-maven-plugin</artifactId> - <version>1.0-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> - <name>Feature Launcher Maven Plugin</name> + <name>Apache Sling Feature Launcher Maven Plugin</name> <prerequisites> <maven>${maven.version}</maven>
