Skip to content

Commit d955079

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 525d30e commit d955079

File tree

16 files changed

+24
-24
lines changed

16 files changed

+24
-24
lines changed

dxm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.pcp</groupId>
2727
<artifactId>parfait</artifactId>
28-
<version>1.2.1.rc1</version>
28+
<version>1.2.1-SNAPSHOT</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

examples/acme/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.pcp.parfait</groupId>
2222
<artifactId>examples</artifactId>
23-
<version>1.2.1.rc1</version>
23+
<version>1.2.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<groupId>io.pcp.parfait</groupId>

examples/counter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.pcp.parfait</groupId>
2222
<artifactId>examples</artifactId>
23-
<version>1.2.1.rc1</version>
23+
<version>1.2.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<groupId>io.pcp.parfait</groupId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.pcp</groupId>
2525
<artifactId>parfait</artifactId>
26-
<version>1.2.1.rc1</version>
26+
<version>1.2.1-SNAPSHOT</version>
2727
</parent>
2828
<groupId>io.pcp.parfait</groupId>
2929
<artifactId>examples</artifactId>

examples/sleep/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.pcp.parfait</groupId>
2222
<artifactId>examples</artifactId>
23-
<version>1.2.1.rc1</version>
23+
<version>1.2.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<groupId>io.pcp.parfait</groupId>

parfait-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.pcp</groupId>
2222
<artifactId>parfait</artifactId>
23-
<version>1.2.1.rc1</version>
23+
<version>1.2.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<groupId>io.pcp.agentparfait</groupId>

parfait-benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>io.pcp.parfait</groupId>
2121
<artifactId>parfait-benchmark</artifactId>
22-
<version>1.2.1.rc1</version>
22+
<version>1.2.1-SNAPSHOT</version>
2323
<packaging>jar</packaging>
2424
<name>parfait-benchmark</name>
2525
<description>Benchmarking tools to test various changes to pcp</description>
2626
<parent>
2727
<groupId>io.pcp</groupId>
2828
<artifactId>parfait</artifactId>
29-
<version>1.2.1.rc1</version>
29+
<version>1.2.1-SNAPSHOT</version>
3030
</parent>
3131

3232
<build>

parfait-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.pcp</groupId>
2727
<artifactId>parfait</artifactId>
28-
<version>1.2.1.rc1</version>
28+
<version>1.2.1-SNAPSHOT</version>
2929
</parent>
3030
<dependencies>
3131
<dependency>

parfait-cxf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>parfait</artifactId>
2121
<groupId>io.pcp</groupId>
22-
<version>1.2.1.rc1</version>
22+
<version>1.2.1-SNAPSHOT</version>
2323
</parent>
2424
<properties>
2525
<cxf.version>4.0.5</cxf.version>
@@ -28,7 +28,7 @@
2828
<groupId>io.pcp.parfait</groupId>
2929
<artifactId>parfait-cxf</artifactId>
3030
<name>parfait-cxf</name>
31-
<version>1.2.1.rc1</version>
31+
<version>1.2.1-SNAPSHOT</version>
3232
<description>Library for performance monitoring of Apache CXF web services</description>
3333
<dependencies>
3434
<dependency>

parfait-dropwizard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.pcp</groupId>
2222
<artifactId>parfait</artifactId>
23-
<version>1.2.1.rc1</version>
23+
<version>1.2.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<groupId>io.pcp.parfait</groupId>

0 commit comments

Comments
 (0)