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-launchpad-oak-tar-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new a8e0f87 remove version properties
a8e0f87 is described below
commit a8e0f873363e574d5f2c2b39526bd7038900a3cb
Author: Oliver Lietz <[email protected]>
AuthorDate: Sat Mar 17 21:47:23 2018 +0100
remove version properties
---
pom.xml | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 72e4adc..d5d0b57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,11 +34,6 @@
<name>Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)</name>
<description>Launchpad Integration Tests for Apache Sling with Oak Tar on
Karaf</description>
- <properties>
- <org.apache.karaf.version>4.2.0.M2</org.apache.karaf.version>
- <org.ops4j.pax.exam.version>4.11.0</org.ops4j.pax.exam.version>
- </properties>
-
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git</developerConnection>
@@ -68,7 +63,7 @@
<groupId>org.apache.karaf</groupId>
<artifactId>apache-karaf</artifactId>
<type>tar.gz</type>
- <version>${org.apache.karaf.version}</version>
+ <version>4.2.0.M2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -109,19 +104,19 @@
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam</artifactId>
- <version>${org.ops4j.pax.exam.version}</version>
+ <version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-karaf</artifactId>
- <version>${org.ops4j.pax.exam.version}</version>
+ <version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-link-mvn</artifactId>
- <version>${org.ops4j.pax.exam.version}</version>
+ <version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -186,7 +181,7 @@
<plugin>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>exam-maven-plugin</artifactId>
- <version>${org.ops4j.pax.exam.version}</version>
+ <version>4.11.0</version>
</plugin>
</plugins>
</pluginManagement>
--
To stop receiving notification emails like this one, please contact
[email protected].