Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.core.client')
-rw-r--r--plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.ats.core.client/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF
index 44b6da70ddb..bfe79ca8053 100644
--- a/plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.core.client/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ATS Core Client
Bundle-SymbolicName: org.eclipse.osee.ats.core.client;singleton:=true
-Bundle-Version: 0.20.0.qualifier
+Bundle-Version: 0.20.1.qualifier
Eclipse-ExtensibleAPI: true
Bundle-Activator: org.eclipse.osee.ats.core.client.internal.Activator
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.osee.ats.core.client/pom.xml b/plugins/org.eclipse.osee.ats.core.client/pom.xml
index c9b0a955021..b0cbdc3411c 100644
--- a/plugins/org.eclipse.osee.ats.core.client/pom.xml
+++ b/plugins/org.eclipse.osee.ats.core.client/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ats.parent</artifactId>
- <version>0.20.0-SNAPSHOT</version>
+ <version>0.20.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ats.parent</relativePath>
</parent>

Back to the top