Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2015-02-12 21:54:50 +0000
committerJeff Johnston2015-02-12 22:25:32 +0000
commit973d71a3d9bde5c38aec52e461081a68829ee61f (patch)
treeab3918c664618006d5045ea9bd798c97082aeefc /man/org.eclipse.linuxtools.man-feature
parent44696ae2198c6506f7bd515b06233ff252f52c99 (diff)
downloadorg.eclipse.linuxtools-973d71a3d9bde5c38aec52e461081a68829ee61f.tar.gz
org.eclipse.linuxtools-973d71a3d9bde5c38aec52e461081a68829ee61f.tar.xz
org.eclipse.linuxtools-973d71a3d9bde5c38aec52e461081a68829ee61f.zip
Remove SNAPSHOT from parent ids in pom.xml files.
Change-Id: Idf0d57f3b09f377165eb0845d5d4c6d53fd6ef60 Reviewed-on: https://git.eclipse.org/r/41786 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'man/org.eclipse.linuxtools.man-feature')
-rw-r--r--man/org.eclipse.linuxtools.man-feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/org.eclipse.linuxtools.man-feature/pom.xml b/man/org.eclipse.linuxtools.man-feature/pom.xml
index 563047057e..bfe6c9ee79 100644
--- a/man/org.eclipse.linuxtools.man-feature/pom.xml
+++ b/man/org.eclipse.linuxtools.man-feature/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.linuxtools.man</groupId>
<artifactId>linuxtools-man-parent</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.man</artifactId>

Back to the top