Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-10-01 23:22:01 +0000
committerRoberto E. Escobar2012-10-01 23:22:01 +0000
commit35701f5c77fea17931d4f234542349dbc54b32cc (patch)
tree29836b9af00d98d6f3c42acf89617d04007b14eb /plugins/org.eclipse.osee.runtime.p2/pom.xml
parent781ac5fd9f048c50a22d97e9cff2b68726404c92 (diff)
downloadorg.eclipse.osee-35701f5c77fea17931d4f234542349dbc54b32cc.tar.gz
org.eclipse.osee-35701f5c77fea17931d4f234542349dbc54b32cc.tar.xz
org.eclipse.osee-35701f5c77fea17931d4f234542349dbc54b32cc.zip
refactor: Update build numbers to 0.10.4
Diffstat (limited to 'plugins/org.eclipse.osee.runtime.p2/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.runtime.p2/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.runtime.p2/pom.xml b/plugins/org.eclipse.osee.runtime.p2/pom.xml
index 7476bba0163..7852d73c368 100644
--- a/plugins/org.eclipse.osee.runtime.p2/pom.xml
+++ b/plugins/org.eclipse.osee.runtime.p2/pom.xml
@@ -6,14 +6,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.10.3-SNAPSHOT</version>
+ <version>0.10.4-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.runtime.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE Runtime - p2 Site (Incubation)</name>
- <version>0.10.3-SNAPSHOT</version>
+ <version>0.10.4-SNAPSHOT</version>
<build>
<plugins>

Back to the top