Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Richard2014-10-02 09:43:05 +0000
committerAxel Richard2014-10-02 12:12:11 +0000
commitf05fc23f120a6908677b0bae42f87d6a3394ab9c (patch)
tree680d3fc80d3fcc3f92a05b4919b7c7042b036469 /plugins/org.eclipse.emf.compare.uml2.tests
parent53246fc1eb326ca2eaacea9c2e6bcd70b8a6c1c5 (diff)
downloadorg.eclipse.emf.compare-f05fc23f120a6908677b0bae42f87d6a3394ab9c.tar.gz
org.eclipse.emf.compare-f05fc23f120a6908677b0bae42f87d6a3394ab9c.tar.xz
org.eclipse.emf.compare-f05fc23f120a6908677b0bae42f87d6a3394ab9c.zip
Bumping minor for all plugins/features changed since Luna SR13.1.0M2
Change-Id: I52fa8de1837f33e3734a481c058b80e94ce7e168 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.emf.compare.uml2.tests')
-rw-r--r--plugins/org.eclipse.emf.compare.uml2.tests/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.emf.compare.uml2.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.compare.uml2.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.compare.uml2.tests/META-INF/MANIFEST.MF
index 15d2bcc3b..fac6c720e 100644
--- a/plugins/org.eclipse.emf.compare.uml2.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.compare.uml2.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.uml2.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.3.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.emf.compare.uml2.tests/pom.xml b/plugins/org.eclipse.emf.compare.uml2.tests/pom.xml
index d2c9ddb6a..eb385cbfc 100644
--- a/plugins/org.eclipse.emf.compare.uml2.tests/pom.xml
+++ b/plugins/org.eclipse.emf.compare.uml2.tests/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse.emf.compare</groupId>
<artifactId>org.eclipse.emf.compare.uml2.tests</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>

Back to the top