This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git
commit a35fbd16c3d219563c09422f5922d5b41a651560 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Mar 17 21:45:40 2018 +0100 remove version property --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ad892e0..df18ca5 100644 --- a/pom.xml +++ b/pom.xml @@ -35,10 +35,6 @@ <name>Apache Sling - Karaf Features</name> <description>Apache Sling Features for provisioning with Apache Karaf</description> - <properties> - <org.apache.karaf.version>4.2.0.M2</org.apache.karaf.version> - </properties> - <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git</developerConnection> @@ -50,7 +46,7 @@ <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-maven-plugin</artifactId> - <version>${org.apache.karaf.version}</version> + <version>4.2.0.M2</version> <extensions>true</extensions> <executions> <execution> -- To stop receiving notification emails like this one, please contact [email protected].
