Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-10-28 20:26:19 +0000
committerJeff Johnston2011-10-28 20:26:19 +0000
commit242dc787f1c03eb67b89fa30ca8021b93b403b4a (patch)
treeeca285a3e92039d3fd241e260926414529234583 /changelog/pom.xml
parent894d1ae0d485c6f4445567c254f85f8e687625f4 (diff)
downloadorg.eclipse.linuxtools-242dc787f1c03eb67b89fa30ca8021b93b403b4a.tar.gz
org.eclipse.linuxtools-242dc787f1c03eb67b89fa30ca8021b93b403b4a.tar.xz
org.eclipse.linuxtools-242dc787f1c03eb67b89fa30ca8021b93b403b4a.zip
Change pom.xmls to release 0.10.0-SNAPSHOT.
Diffstat (limited to 'changelog/pom.xml')
-rw-r--r--changelog/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog/pom.xml b/changelog/pom.xml
index a63a801df5..5d0b88b4a9 100644
--- a/changelog/pom.xml
+++ b/changelog/pom.xml
@@ -20,12 +20,12 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.changelog</groupId>
<artifactId>linuxtools-changelog-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools ChangeLog Parent</name>

Back to the top