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.orcs.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.orcs.p2/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.orcs.p2/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.orcs.p2/pom.xml b/plugins/org.eclipse.osee.orcs.p2/pom.xml
index a0af6fe90f4..aacb28b500a 100644
--- a/plugins/org.eclipse.osee.orcs.p2/pom.xml
+++ b/plugins/org.eclipse.osee.orcs.p2/pom.xml
@@ -6,13 +6,13 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.orcs.parent</artifactId>
- <version>0.10.2-SNAPSHOT</version>
+ <version>0.10.3-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.orcs.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.orcs.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE ORCS - p2 Site (Incubation)</name>
- <version>0.10.2-SNAPSHOT</version>
+ <version>0.10.3-SNAPSHOT</version>
</project>

Back to the top