diff options
author | Roberto E. Escobar | 2014-07-30 23:02:35 +0000 |
---|---|---|
committer | Roberto E. Escobar | 2014-07-30 23:02:35 +0000 |
commit | 6cf1874cef72da1e034e61c6a55cfd0bfb910efe (patch) | |
tree | 0c306f65046d40ceef81746cb890043c723a1165 /plugins/org.eclipse.osee.ote.client.msg | |
parent | b42e14454995ae7c72368a6f94d989655e85f655 (diff) | |
download | org.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.tar.gz org.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.tar.xz org.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.zip |
refactor: Update build numbers to 0.17.2
Change-Id: I2dd83406e24f3ffb3855cfd9258d1e8334e1fdd2
Diffstat (limited to 'plugins/org.eclipse.osee.ote.client.msg')
-rw-r--r-- | plugins/org.eclipse.osee.ote.client.msg/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | plugins/org.eclipse.osee.ote.client.msg/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.client.msg/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.client.msg/META-INF/MANIFEST.MF index 281717e423f..5ba3408d01e 100644 --- a/plugins/org.eclipse.osee.ote.client.msg/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.osee.ote.client.msg/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Msg Plug-in (Incubation) Bundle-SymbolicName: org.eclipse.osee.ote.client.msg;singleton:=true -Bundle-Version: 0.17.1.qualifier +Bundle-Version: 0.17.2.qualifier Bundle-Activator: org.eclipse.osee.ote.client.msg.core.internal.Activator Require-Bundle: org.eclipse.core.runtime, org.eclipse.osee.framework.logging, diff --git a/plugins/org.eclipse.osee.ote.client.msg/pom.xml b/plugins/org.eclipse.osee.ote.client.msg/pom.xml index 3598f7e7ba6..3960862d9a9 100644 --- a/plugins/org.eclipse.osee.ote.client.msg/pom.xml +++ b/plugins/org.eclipse.osee.ote.client.msg/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.eclipse.osee</groupId> <artifactId>org.eclipse.osee.ote.parent</artifactId> - <version>0.17.1-SNAPSHOT</version> + <version>0.17.2-SNAPSHOT</version> <relativePath>../../plugins/org.eclipse.osee.ote.parent</relativePath> </parent> |