Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2012-08-01 11:45:32 +0000
committerMickael Istria2012-08-01 11:45:32 +0000
commit0e4c92f533b02e1be3029b760be4cb6d5acf6537 (patch)
treec8156dec240e3fecc1d55e7a4f02fbe30257a56e /org.eclipse.swtbot.eclipse.spy
parente9e8180dc4553ef658bc372bd99328d55563a02c (diff)
downloadorg.eclipse.swtbot-0e4c92f533b02e1be3029b760be4cb6d5acf6537.tar.gz
org.eclipse.swtbot-0e4c92f533b02e1be3029b760be4cb6d5acf6537.tar.xz
org.eclipse.swtbot-0e4c92f533b02e1be3029b760be4cb6d5acf6537.zip
Move to 2.1.0
Diffstat (limited to 'org.eclipse.swtbot.eclipse.spy')
-rw-r--r--org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.swtbot.eclipse.spy/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
index 741f714a..cae8fc0a 100644
--- a/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.spy/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SWTBot Eclipse Spy (incubation)
Bundle-SymbolicName: org.eclipse.swtbot.eclipse.spy;singleton:=true
-Bundle-Version: 2.0.5.qualifier
+Bundle-Version: 2.1.0.qualifier
Bundle-Activator: org.eclipse.swtbot.eclipse.spy.Activator
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
diff --git a/org.eclipse.swtbot.eclipse.spy/pom.xml b/org.eclipse.swtbot.eclipse.spy/pom.xml
index 539ea130..8e1f5c62 100644
--- a/org.eclipse.swtbot.eclipse.spy/pom.xml
+++ b/org.eclipse.swtbot.eclipse.spy/pom.xml
@@ -19,7 +19,7 @@ Authors:
<parent>
<groupId>org.eclipse.swtbot</groupId>
<artifactId>parent</artifactId>
- <version>2.0.5-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project> \ No newline at end of file

Back to the top