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:
authorMichael P. Masterson2018-06-01 23:24:54 +0000
committerMichael P. Masterson2018-06-01 23:24:54 +0000
commitb25a50c41e8e2e924696649d60a741cdaba8c189 (patch)
tree7577f5dfc3994e7515f1c5610ef37bf227dcc297
parent775a23c5999d6c31dab3ac86103caec6dd0a7d39 (diff)
downloadorg.eclipse.ote-b25a50c41e8e2e924696649d60a741cdaba8c189.tar.gz
org.eclipse.ote-b25a50c41e8e2e924696649d60a741cdaba8c189.tar.xz
org.eclipse.ote-b25a50c41e8e2e924696649d60a741cdaba8c189.zip
feature: Changing to 0.25.3
-rw-r--r--org.eclipse.osee.client.ote.feature/feature.xml2
-rw-r--r--org.eclipse.osee.client.ote.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.osee.client.ote.feature/feature.xml b/org.eclipse.osee.client.ote.feature/feature.xml
index 0f5c81cd8..44cb6edad 100644
--- a/org.eclipse.osee.client.ote.feature/feature.xml
+++ b/org.eclipse.osee.client.ote.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.client.ote.feature"
label="%featureName"
- version="0.25.1.qualifier"
+ version="0.25.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/org.eclipse.osee.client.ote.feature/pom.xml b/org.eclipse.osee.client.ote.feature/pom.xml
index a8ed6a71f..9c66205be 100644
--- a/org.eclipse.osee.client.ote.feature/pom.xml
+++ b/org.eclipse.osee.client.ote.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ote.parent</artifactId>
- <version>0.25.1-SNAPSHOT</version>
+ <version>0.25.3-SNAPSHOT</version>
<relativePath>../org.eclipse.osee.ote.parent</relativePath>
</parent>

Back to the top