Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-09-29 22:54:00 +0000
committerRoberto E. Escobar2014-09-29 22:54:00 +0000
commit02af6320df0d25b5de835de29cb3c0e09a09344b (patch)
tree4e3da54842a222e9d1cc2388a8dd3af8bcecca0d /features/org.eclipse.osee.client.all.feature
parent39c88c44190b5635e6f4806a5191f3b1bd6e7f71 (diff)
downloadorg.eclipse.osee-02af6320df0d25b5de835de29cb3c0e09a09344b.tar.gz
org.eclipse.osee-02af6320df0d25b5de835de29cb3c0e09a09344b.tar.xz
org.eclipse.osee-02af6320df0d25b5de835de29cb3c0e09a09344b.zip
refactor: Update build numbers to 0.19.0
Diffstat (limited to 'features/org.eclipse.osee.client.all.feature')
-rw-r--r--features/org.eclipse.osee.client.all.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.client.all.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.client.all.feature/feature.xml b/features/org.eclipse.osee.client.all.feature/feature.xml
index 2eccd4dc6ec..ecce4e9dd05 100644
--- a/features/org.eclipse.osee.client.all.feature/feature.xml
+++ b/features/org.eclipse.osee.client.all.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.client.all.feature"
label="%featureName"
- version="0.18.1.qualifier"
+ version="0.19.0.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.client.all.feature/pom.xml b/features/org.eclipse.osee.client.all.feature/pom.xml
index e71b65e3321..54b6c4d087e 100644
--- a/features/org.eclipse.osee.client.all.feature/pom.xml
+++ b/features/org.eclipse.osee.client.all.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.all.parent</artifactId>
- <version>0.18.1-SNAPSHOT</version>
+ <version>0.19.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.all.parent</relativePath>
</parent>

Back to the top