Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-05-16 14:32:30 +0000
committerThomas Watson2017-05-16 15:13:21 +0000
commit13af9dee8d49f1c068d8bc8caaf3ec816f754a3a (patch)
treec9a911b8f11373d3a5073d170299711dd5fe898a /bundles/org.eclipse.osgi.tests/pom.xml
parent2cb31783a97c1232a5ad44ddd7fc7c416dd1fd71 (diff)
downloadrt.equinox.framework-13af9dee8d49f1c068d8bc8caaf3ec816f754a3a.tar.gz
rt.equinox.framework-13af9dee8d49f1c068d8bc8caaf3ec816f754a3a.tar.xz
rt.equinox.framework-13af9dee8d49f1c068d8bc8caaf3ec816f754a3a.zip
Need to update minor versions for when BREE increased Change-Id: I3120449b05a17aba070f062e108fd9704cf6ae00 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/pom.xml')
-rw-r--r--bundles/org.eclipse.osgi.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index 5fa05e019..96b163e90 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -36,7 +36,7 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
- <argLine>-Xmx128m -Dosgi.framework.extensions=reference:file:${basedir}/../org.eclipse.osgi.compatibility.plugins/target/org.eclipse.osgi.compatibility.plugins-1.0.100-SNAPSHOT.jar</argLine>
+ <argLine>-Xmx128m -Dosgi.framework.extensions=reference:file:${basedir}/../org.eclipse.osgi.compatibility.plugins/target/org.eclipse.osgi.compatibility.plugins-1.1.0-SNAPSHOT.jar</argLine>
<dependencies>
<dependency>
<type>p2-installable-unit</type>

Back to the top