mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-08-29 09:34:00 +00:00
Next is 0.7.2-SNAPSHOT
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-agent</artifactId>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-build-maven-plugin</artifactId>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-client</artifactId>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-common</artifactId>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-daemon</artifactId>
|
||||
|
2
dist/pom.xml
vendored
2
dist/pom.xml
vendored
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-dist</artifactId>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-helper-agent</artifactId>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-integration-tests</artifactId>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-native</artifactId>
|
||||
|
16
pom.xml
16
pom.xml
@@ -22,7 +22,7 @@
|
||||
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<name>Maven Daemon - Parent</name>
|
||||
@@ -204,38 +204,38 @@
|
||||
<dependency>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd-native</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd-agent</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd-client</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd-common</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd-dist</artifactId>
|
||||
<type>pom</type>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd-daemon</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd-helper-agent</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.mvndaemon.mvnd</groupId>
|
||||
<artifactId>mvnd</artifactId>
|
||||
<version>0.7.1</version>
|
||||
<version>0.7.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mvnd-synccontext</artifactId>
|
||||
|
Reference in New Issue
Block a user