Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2015-06-02 14:56:36 +0000
committerRoland Grunberg2015-06-02 17:36:34 +0000
commit9da2683f8c44c23d179838c620c7963f81a5588b (patch)
treebf04af6df24f50823b955f82e5950a7716c9c52a
parentc53d569b35a28027e88ff07eabbb2e79bb248a23 (diff)
downloadorg.eclipse.linuxtools-9da2683f8c44c23d179838c620c7963f81a5588b.tar.gz
org.eclipse.linuxtools-9da2683f8c44c23d179838c620c7963f81a5588b.tar.xz
org.eclipse.linuxtools-9da2683f8c44c23d179838c620c7963f81a5588b.zip
Fix org.eclipse.linuxtools.docker.docs parent pom reference.
Change-Id: Icb83cbe6b0aaa3acc51316922cbec1045d6187b0 Reviewed-on: https://git.eclipse.org/r/49218 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> (cherry picked from commit 453f6ecb472cc00baa71943703c95c1277afa189) Reviewed-on: https://git.eclipse.org/r/49233
-rw-r--r--containers/org.eclipse.linuxtools.docker.docs/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.docs/pom.xml b/containers/org.eclipse.linuxtools.docker.docs/pom.xml
index be19b595df..fb557e8134 100644
--- a/containers/org.eclipse.linuxtools.docker.docs/pom.xml
+++ b/containers/org.eclipse.linuxtools.docker.docs/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>org.eclipse.linuxtools.docker</artifactId>
<groupId>org.eclipse.linuxtools</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.docker.docs</artifactId>

Back to the top