Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2018-01-12 18:44:25 +0000
committermegumi.telles2018-01-12 18:44:25 +0000
commitdf20a1140979eefc161a09035c14f755186cf3ae (patch)
tree562198f6a6cc5c7bdfd3eeba5c36ccfa625f6463 /plugins/jms.libraries
parentc22036ad94963c6e190a79be7a379db437d473b0 (diff)
downloadorg.eclipse.osee-df20a1140979eefc161a09035c14f755186cf3ae.tar.gz
org.eclipse.osee-df20a1140979eefc161a09035c14f755186cf3ae.tar.xz
org.eclipse.osee-df20a1140979eefc161a09035c14f755186cf3ae.zip
refactor: Update build numbers to 0.25.3
Diffstat (limited to 'plugins/jms.libraries')
-rw-r--r--plugins/jms.libraries/META-INF/MANIFEST.MF2
-rw-r--r--plugins/jms.libraries/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jms.libraries/META-INF/MANIFEST.MF b/plugins/jms.libraries/META-INF/MANIFEST.MF
index b2c01f701e4..3dbb7d25a42 100644
--- a/plugins/jms.libraries/META-INF/MANIFEST.MF
+++ b/plugins/jms.libraries/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JMS Libraries
Bundle-SymbolicName: jms.libraries
-Bundle-Version: 0.25.2.qualifier
+Bundle-Version: 0.25.3.qualifier
Eclipse-BuddyPolicy: global
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: libs/geronimo-j2ee-management_1.0_spec-1.0.jar,
diff --git a/plugins/jms.libraries/pom.xml b/plugins/jms.libraries/pom.xml
index d7dba4543b1..61e7d2ae195 100644
--- a/plugins/jms.libraries/pom.xml
+++ b/plugins/jms.libraries/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.25.2-SNAPSHOT</version>
+ <version>0.25.3-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top