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-distribution.git
commit 21b17f2b4e96a6bc089bc349208df15327aa4278 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Mar 17 21:45:10 2018 +0100 remove version property --- pom.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index decbf91..ddbcfd8 100644 --- a/pom.xml +++ b/pom.xml @@ -43,21 +43,17 @@ <!-- https://github.com/apache/karaf/blob/master/assemblies/apache-karaf/pom.xml --> - <properties> - <org.apache.karaf.version>4.2.0.M2</org.apache.karaf.version> - </properties> - <dependencies> <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>framework</artifactId> - <version>${org.apache.karaf.version}</version> + <version>4.2.0.M2</version> <type>kar</type> </dependency> <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>standard</artifactId> - <version>${org.apache.karaf.version}</version> + <version>4.2.0.M2</version> <classifier>features</classifier> <type>xml</type> <scope>runtime</scope> @@ -378,7 +374,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].
