This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-it.git
The following commit(s) were added to refs/heads/master by this push:
new f89a0ce Use released version
f89a0ce is described below
commit f89a0ceee1ab2f27af90475db6b33a71cc351a73
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Apr 27 19:12:43 2020 +0200
Use released version
---
.../java/org/apache/sling/installer/it/OsgiInstallerTestBase.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/test/java/org/apache/sling/installer/it/OsgiInstallerTestBase.java
b/src/test/java/org/apache/sling/installer/it/OsgiInstallerTestBase.java
index f71d4b2..6ef2992 100644
--- a/src/test/java/org/apache/sling/installer/it/OsgiInstallerTestBase.java
+++ b/src/test/java/org/apache/sling/installer/it/OsgiInstallerTestBase.java
@@ -537,8 +537,8 @@ public class OsgiInstallerTestBase implements
FrameworkListener {
mavenBundle("org.apache.felix",
"org.apache.felix.configadmin", "1.9.16"),
mavenBundle("org.apache.felix",
"org.apache.felix.metatype", "1.2.2"),
mavenBundle("org.apache.felix",
"org.apache.felix.converter", "1.0.14"),
- mavenBundle("org.apache.felix",
"org.apache.felix.cm.json", "1.0.3-SNAPSHOT"),
- mavenBundle("org.apache.sling",
"org.apache.sling.commons.johnzon", "1.2.1-SNAPSHOT"),
+ mavenBundle("org.apache.felix",
"org.apache.felix.cm.json", "1.0.2"),
+ mavenBundle("org.apache.sling",
"org.apache.sling.commons.johnzon", "1.2.2"),
mavenBundle("org.apache.sling",
"org.apache.sling.installer.core", POM_VERSION).startLevel(5),
mavenBundle("org.apache.sling",
"org.apache.sling.installer.factory.configuration",
CONFIG_VERSION).startLevel(5)