Skip to content

Commit 39127a4

Browse files
committed
[release] Release 2.0.0-rc-1
1 parent 083a28b commit 39127a4

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-agent</artifactId>

build-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-build-maven-plugin</artifactId>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-client</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-common</artifactId>

daemon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-daemon</artifactId>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-dist</artifactId>

helper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-helper-agent</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-integration-tests</artifactId>

logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.maven.daemon</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>2.0.0-beta-2-SNAPSHOT</version>
25+
<version>2.0.0-rc-1</version>
2626
</parent>
2727

2828
<artifactId>mvnd-logging</artifactId>

native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.maven.daemon</groupId>
2222
<artifactId>mvnd</artifactId>
23-
<version>2.0.0-beta-2-SNAPSHOT</version>
23+
<version>2.0.0-rc-1</version>
2424
</parent>
2525

2626
<artifactId>mvnd-native</artifactId>

0 commit comments

Comments
 (0)