Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-08-14 22:22:08 +0000
committerRyan T. Baldwin2013-08-14 22:22:08 +0000
commit9a985c400c33bfd8722c3b9bb62c820fe6f3f137 (patch)
treea713ba5de61cffcf82342168458b08834abda47a /plugins/org.eclipse.osee.framework.messaging.test
parent962c4493287506962c164e26157626e2a6ea515c (diff)
downloadorg.eclipse.osee-9a985c400c33bfd8722c3b9bb62c820fe6f3f137.tar.gz
org.eclipse.osee-9a985c400c33bfd8722c3b9bb62c820fe6f3f137.tar.xz
org.eclipse.osee-9a985c400c33bfd8722c3b9bb62c820fe6f3f137.zip
refactor: Update build numbers to 0.13.0
Diffstat (limited to 'plugins/org.eclipse.osee.framework.messaging.test')
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.test/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.messaging.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.messaging.test/META-INF/MANIFEST.MF
index 405b153e8a3..b45c40c42db 100644
--- a/plugins/org.eclipse.osee.framework.messaging.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.messaging.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Messaging Test Fragment
Bundle-SymbolicName: org.eclipse.osee.framework.messaging.test;singleton:=true
-Bundle-Version: 0.12.0.qualifier
+Bundle-Version: 0.13.0.qualifier
Fragment-Host: org.eclipse.osee.framework.messaging
Require-Bundle: org.junit,
org.mockito;bundle-version="1.9.0",
diff --git a/plugins/org.eclipse.osee.framework.messaging.test/pom.xml b/plugins/org.eclipse.osee.framework.messaging.test/pom.xml
index 18bb4742507..60fff3f417a 100644
--- a/plugins/org.eclipse.osee.framework.messaging.test/pom.xml
+++ b/plugins/org.eclipse.osee.framework.messaging.test/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.12.0-SNAPSHOT</version>
+ <version>0.13.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top