Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/org.eclipse.linuxtools.vagrant-feature/pom.xml')
-rw-r--r--vagrant/org.eclipse.linuxtools.vagrant-feature/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/vagrant/org.eclipse.linuxtools.vagrant-feature/pom.xml b/vagrant/org.eclipse.linuxtools.vagrant-feature/pom.xml
index 29c3a9666d..9f58acb71e 100644
--- a/vagrant/org.eclipse.linuxtools.vagrant-feature/pom.xml
+++ b/vagrant/org.eclipse.linuxtools.vagrant-feature/pom.xml
@@ -14,11 +14,12 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>org.eclipse.linuxtools.vagrant</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.4.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.vagrant.feature</artifactId>
<packaging>eclipse-feature</packaging>
+ <version>4.4.0-SNAPSHOT</version>
<name>Linux Tools Vagrant Tooling Feature</name>

Back to the top