Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2017-08-23 09:13:59 +0000
committerLaurent Goubet2017-08-23 09:56:16 +0000
commitf41aa76eadcdffba590bb2072eba1b9b7f998896 (patch)
treec4dd821995fff61a7f2a601152500687f80aba29 /plugins/org.eclipse.emf.compare.tests
parente34f996713a2a10396d44473e4fb0d89616b23d6 (diff)
downloadorg.eclipse.emf.compare-f41aa76eadcdffba590bb2072eba1b9b7f998896.tar.gz
org.eclipse.emf.compare-f41aa76eadcdffba590bb2072eba1b9b7f998896.tar.xz
org.eclipse.emf.compare-f41aa76eadcdffba590bb2072eba1b9b7f998896.zip
Bumping versions for Oxygen.13.3.2RC1
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.emf.compare.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
index 6068226df..ad2457dab 100644
--- a/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.compare.tests;singleton:=true
-Bundle-Version: 3.5.0.qualifier
+Bundle-Version: 3.5.1.qualifier
Bundle-Activator: org.eclipse.emf.compare.tests.EMFCompareTestsPlugin
Bundle-ClassPath: .
Bundle-Vendor: %providerName
diff --git a/plugins/org.eclipse.emf.compare.tests/pom.xml b/plugins/org.eclipse.emf.compare.tests/pom.xml
index bdcea847f..d8c960459 100644
--- a/plugins/org.eclipse.emf.compare.tests/pom.xml
+++ b/plugins/org.eclipse.emf.compare.tests/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse.emf.compare</groupId>
<artifactId>org.eclipse.emf.compare.tests</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>

Back to the top