Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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