Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

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.osgi
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.osgi')
-rw-r--r--plugins/org.eclipse.osee.event.osgi/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.event.osgi/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.event.osgi/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.event.osgi/META-INF/MANIFEST.MF
index ea525d4b313..1d58fc58885 100644
--- a/plugins/org.eclipse.osee.event.osgi/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.event.osgi/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Event Service over Osgi (Incubation)
Bundle-SymbolicName: org.eclipse.osee.event.osgi
-Bundle-Version: 0.11.1.qualifier
+Bundle-Version: 0.12.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Service-Component: OSGI-INF/*.xml
diff --git a/plugins/org.eclipse.osee.event.osgi/pom.xml b/plugins/org.eclipse.osee.event.osgi/pom.xml
index d821b1b0c5e..aec0faec1d9 100644
--- a/plugins/org.eclipse.osee.event.osgi/pom.xml
+++ b/plugins/org.eclipse.osee.event.osgi/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