Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-11-07 23:17:06 +0000
committerRoberto E. Escobar2012-11-07 23:17:06 +0000
commita916726fbb2f417a18e60aa33e1e05b30e351a72 (patch)
treedf8db9ae52058e32fd4745dc33d986a7656795ef /plugins/org.eclipse.osee.ote.client
parent6139181436626147045c0592905014afabd168a4 (diff)
downloadorg.eclipse.osee-a916726fbb2f417a18e60aa33e1e05b30e351a72.tar.gz
org.eclipse.osee-a916726fbb2f417a18e60aa33e1e05b30e351a72.tar.xz
org.eclipse.osee-a916726fbb2f417a18e60aa33e1e05b30e351a72.zip
refactor: Update build numbers to 0.11.0
Diffstat (limited to 'plugins/org.eclipse.osee.ote.client')
-rw-r--r--plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.ote.client/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
index 954069d6056..da0a884535a 100644
--- a/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE Service (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.client;singleton:=true
-Bundle-Version: 0.10.4.qualifier
+Bundle-Version: 0.11.0.qualifier
Bundle-Activator: org.eclipse.osee.ote.service.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.osee.ote.client/pom.xml b/plugins/org.eclipse.osee.ote.client/pom.xml
index d680141c0e3..cec9e092b61 100644
--- a/plugins/org.eclipse.osee.ote.client/pom.xml
+++ b/plugins/org.eclipse.osee.ote.client/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ote.parent</artifactId>
- <version>0.10.4-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ote.parent</relativePath>
</parent>

Back to the top