Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-06-19 17:19:54 +0000
committerRoberto E. Escobar2013-07-29 18:13:56 +0000
commit5bb12e176856276f1516b2ae32e7f054fc0c5429 (patch)
tree078558d27495ec4d29c33a91de421e1fb6eb8e30 /plugins/org.eclipse.osee.event
parent09a09cd4c42b58a6670582230df5e6726608f0af (diff)
downloadorg.eclipse.osee-5bb12e176856276f1516b2ae32e7f054fc0c5429.tar.gz
org.eclipse.osee-5bb12e176856276f1516b2ae32e7f054fc0c5429.tar.xz
org.eclipse.osee-5bb12e176856276f1516b2ae32e7f054fc0c5429.zip
refactor: Update build numbers to 0.12.0
Diffstat (limited to 'plugins/org.eclipse.osee.event')
-rw-r--r--plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.event/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
index 8c00b2e4de2..1493b9d165e 100644
--- a/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Event (Incubation)
Bundle-SymbolicName: org.eclipse.osee.event
-Bundle-Version: 0.11.1.qualifier
+Bundle-Version: 0.12.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.event
Bundle-Vendor: Eclipse Open System Engineering Environment
diff --git a/plugins/org.eclipse.osee.event/pom.xml b/plugins/org.eclipse.osee.event/pom.xml
index c66d9e55be8..e9100bf8636 100644
--- a/plugins/org.eclipse.osee.event/pom.xml
+++ b/plugins/org.eclipse.osee.event/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.core.parent</artifactId>
- <version>0.11.1-SNAPSHOT</version>
+ <version>0.12.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>

Back to the top