Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/pom.xml')
-rw-r--r--vagrant/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/pom.xml b/vagrant/pom.xml
index efbf238356..24f1c3bf07 100644
--- a/vagrant/pom.xml
+++ b/vagrant/pom.xml
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>org.eclipse.linuxtools.vagrant</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>7.4.0-SNAPSHOT</version>
+ <version>7.5.0-SNAPSHOT</version>
</parent>
<properties>

Back to the top