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 /plugins/org.eclipse.osee.x.core.p2/pom.xml
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 'plugins/org.eclipse.osee.x.core.p2/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.x.core.p2/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.x.core.p2/pom.xml b/plugins/org.eclipse.osee.x.core.p2/pom.xml
index edfac6b5477..e25af3f7c25 100644
--- a/plugins/org.eclipse.osee.x.core.p2/pom.xml
+++ b/plugins/org.eclipse.osee.x.core.p2/pom.xml
@@ -6,14 +6,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.core.parent</artifactId>
- <version>0.10.2-SNAPSHOT</version>
+ <version>0.10.3-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.x.core.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE X Core - p2 Site (Incubation)</name>
- <version>0.10.2-SNAPSHOT</version>
+ <version>0.10.3-SNAPSHOT</version>
<build>
<plugins>

Back to the top