Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2019-09-06 03:18:14 +0000
committerJeff Johnston2019-09-06 03:56:58 +0000
commitd886172ec9fa0321d5958b97c29ab7e6744d8392 (patch)
tree4c22ad7187bcf733e0aeb5acb1175d51c2a4dd6e /containers/pom.xml
parentbdd10a200e0f9e58e7fa90be3185f0f37d118e2b (diff)
downloadorg.eclipse.linuxtools-7.4.0.tar.gz
org.eclipse.linuxtools-7.4.0.tar.xz
org.eclipse.linuxtools-7.4.0.zip
Updates for 7.4 releasev7.4.0stable-7.4
Change-Id: I84c1510f739635010180874b451af9a487e82782 Reviewed-on: https://git.eclipse.org/r/149010 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org> Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'containers/pom.xml')
-rw-r--r--containers/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/containers/pom.xml b/containers/pom.xml
index 7a5597cbf2..d19cebcb40 100644
--- a/containers/pom.xml
+++ b/containers/pom.xml
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>org.eclipse.linuxtools.docker</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.4.0</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>7.4.0-SNAPSHOT</version>
+ <version>7.4.0</version>
</parent>
<properties>

Back to the top