Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-09-01 01:06:08 +0000
committerRoberto E. Escobar2012-09-01 01:06:08 +0000
commit38a472938c70eb597813d56322261363a09b2480 (patch)
tree64a522c26e168bcc42fb26f8f31333ed97a3d935 /features/org.eclipse.osee.core.plugin.feature
parent998affa1ca0544b4be92061bf7920574611ecd06 (diff)
downloadorg.eclipse.osee-38a472938c70eb597813d56322261363a09b2480.tar.gz
org.eclipse.osee-38a472938c70eb597813d56322261363a09b2480.tar.xz
org.eclipse.osee-38a472938c70eb597813d56322261363a09b2480.zip
refactor: Update build numbers to 0.10.3
Diffstat (limited to 'features/org.eclipse.osee.core.plugin.feature')
-rw-r--r--features/org.eclipse.osee.core.plugin.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.core.plugin.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.core.plugin.feature/feature.xml b/features/org.eclipse.osee.core.plugin.feature/feature.xml
index f3cd31c53ab..f52b142844a 100644
--- a/features/org.eclipse.osee.core.plugin.feature/feature.xml
+++ b/features/org.eclipse.osee.core.plugin.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.core.plugin.feature"
label="%featureName"
- version="0.10.2.qualifier"
+ version="0.10.3.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.core.plugin.feature/pom.xml b/features/org.eclipse.osee.core.plugin.feature/pom.xml
index b0f91cf7097..d60aaa2fd21 100644
--- a/features/org.eclipse.osee.core.plugin.feature/pom.xml
+++ b/features/org.eclipse.osee.core.plugin.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.10.2-SNAPSHOT</version>
+ <version>0.10.3-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top