Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-11-07 23:17:06 +0000
committerRoberto E. Escobar2012-11-07 23:17:06 +0000
commita916726fbb2f417a18e60aa33e1e05b30e351a72 (patch)
treedf8db9ae52058e32fd4745dc33d986a7656795ef /plugins/org.eclipse.osee.client.all.p2/pom.xml
parent6139181436626147045c0592905014afabd168a4 (diff)
downloadorg.eclipse.osee-a916726fbb2f417a18e60aa33e1e05b30e351a72.tar.gz
org.eclipse.osee-a916726fbb2f417a18e60aa33e1e05b30e351a72.tar.xz
org.eclipse.osee-a916726fbb2f417a18e60aa33e1e05b30e351a72.zip
refactor: Update build numbers to 0.11.0
Diffstat (limited to 'plugins/org.eclipse.osee.client.all.p2/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.client.all.p2/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.client.all.p2/pom.xml b/plugins/org.eclipse.osee.client.all.p2/pom.xml
index 4bf6db03650..3df995f8b2c 100644
--- a/plugins/org.eclipse.osee.client.all.p2/pom.xml
+++ b/plugins/org.eclipse.osee.client.all.p2/pom.xml
@@ -6,14 +6,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.all.parent</artifactId>
- <version>0.10.4-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.all.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.client.all.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE All Client - p2 Site </name>
- <version>0.10.4-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
<build>
<plugins>

Back to the top