Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-09-01 11:58:40 +0000
committerDani Megert2014-09-01 11:58:40 +0000
commitb480329f1de55f0b0ce804fa4b8ab21f399aca80 (patch)
tree5e2ffcf78043a7b97888e0c9890bd3cf822ce1c4 /org.eclipse.ua.tests.doc
parent697cdb43884256ac395f7afb0dd7da84b6eec333 (diff)
downloadeclipse.platform.ua-b480329f1de55f0b0ce804fa4b8ab21f399aca80.tar.gz
eclipse.platform.ua-b480329f1de55f0b0ce804fa4b8ab21f399aca80.tar.xz
eclipse.platform.ua-b480329f1de55f0b0ce804fa4b8ab21f399aca80.zip
Increased bundle version for Mars
Diffstat (limited to 'org.eclipse.ua.tests.doc')
-rw-r--r--org.eclipse.ua.tests.doc/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ua.tests.doc/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ua.tests.doc/META-INF/MANIFEST.MF b/org.eclipse.ua.tests.doc/META-INF/MANIFEST.MF
index 789d2e4ae..46e2db304 100644
--- a/org.eclipse.ua.tests.doc/META-INF/MANIFEST.MF
+++ b/org.eclipse.ua.tests.doc/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Doc
Bundle-SymbolicName: org.eclipse.ua.tests.doc;singleton:=true
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.0.200.qualifier
Bundle-Activator: org.eclipse.ua.tests.doc.internal.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/org.eclipse.ua.tests.doc/pom.xml b/org.eclipse.ua.tests.doc/pom.xml
index e8959d305..9223b7b08 100644
--- a/org.eclipse.ua.tests.doc/pom.xml
+++ b/org.eclipse.ua.tests.doc/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.ua</groupId>
<artifactId>org.eclipse.ua.tests.doc</artifactId>
- <version>1.0.100-SNAPSHOT</version>
+ <version>1.0.200-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top