Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-10-01 23:22:01 +0000
committerRoberto E. Escobar2012-10-01 23:22:01 +0000
commit35701f5c77fea17931d4f234542349dbc54b32cc (patch)
tree29836b9af00d98d6f3c42acf89617d04007b14eb /features/org.eclipse.osee.framework.feature
parent781ac5fd9f048c50a22d97e9cff2b68726404c92 (diff)
downloadorg.eclipse.osee-35701f5c77fea17931d4f234542349dbc54b32cc.tar.gz
org.eclipse.osee-35701f5c77fea17931d4f234542349dbc54b32cc.tar.xz
org.eclipse.osee-35701f5c77fea17931d4f234542349dbc54b32cc.zip
refactor: Update build numbers to 0.10.4
Diffstat (limited to 'features/org.eclipse.osee.framework.feature')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.framework.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index e0cc679a224..46cd0a84afe 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.framework.feature"
label="%featureName"
- version="0.10.3.qualifier"
+ version="0.10.4.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.framework.feature/pom.xml b/features/org.eclipse.osee.framework.feature/pom.xml
index 7d2d265841a..8e658d7645d 100644
--- a/features/org.eclipse.osee.framework.feature/pom.xml
+++ b/features/org.eclipse.osee.framework.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.10.3-SNAPSHOT</version>
+ <version>0.10.4-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top