Skip to content

Commit 14725d6

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 503f67a commit 14725d6

25 files changed

Lines changed: 26 additions & 54 deletions

File tree

cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.smallrye.config</groupId>
2323
<artifactId>smallrye-config-parent</artifactId>
24-
<version>3.17.1</version>
24+
<version>3.17.2-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>smallrye-config</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.config</groupId>
77
<artifactId>smallrye-config-parent</artifactId>
8-
<version>3.17.1</version>
8+
<version>3.17.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-config-common</artifactId>

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.config</groupId>
77
<artifactId>smallrye-config-parent</artifactId>
8-
<version>3.17.1</version>
8+
<version>3.17.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-config-coverage</artifactId>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.config</groupId>
77
<artifactId>smallrye-config-parent</artifactId>
8-
<version>3.17.1</version>
8+
<version>3.17.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smallrye-config-documentation</artifactId>

examples/configmap/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.smallrye.config.examples</groupId>
1212
<artifactId>configmap</artifactId>
13-
<version>3.17.1</version>
13+
<version>3.17.2-SNAPSHOT</version>
1414

1515
<name>SmallRye Config Examples: ConfigMap</name>
1616

@@ -123,8 +123,4 @@
123123
</plugin>
124124
</plugins>
125125
</build>
126-
127-
<scm>
128-
<tag>3.17.1</tag>
129-
</scm>
130126
</project>

examples/expansion/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>io.smallrye.config.examples</groupId>
2828
<artifactId>expansion</artifactId>
29-
<version>3.17.1</version>
29+
<version>3.17.2-SNAPSHOT</version>
3030

3131
<name>SmallRye Config Examples: Property Expansion</name>
3232

@@ -70,8 +70,4 @@
7070
<artifactId>weld-junit5</artifactId>
7171
</dependency>
7272
</dependencies>
73-
74-
<scm>
75-
<tag>3.17.1</tag>
76-
</scm>
7773
</project>

examples/interceptors/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>io.smallrye.config.examples</groupId>
2828
<artifactId>interceptors</artifactId>
29-
<version>3.17.1</version>
29+
<version>3.17.2-SNAPSHOT</version>
3030

3131
<name>SmallRye Config Examples: Interceptors</name>
3232

@@ -65,8 +65,4 @@
6565
<artifactId>weld-junit5</artifactId>
6666
</dependency>
6767
</dependencies>
68-
69-
<scm>
70-
<tag>3.17.1</tag>
71-
</scm>
7268
</project>

examples/mapping/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>io.smallrye.config.examples</groupId>
2828
<artifactId>mapping</artifactId>
29-
<version>3.17.1</version>
29+
<version>3.17.2-SNAPSHOT</version>
3030

3131
<name>SmallRye Config Examples: Config Mapping</name>
3232

@@ -70,8 +70,4 @@
7070
<artifactId>weld-junit5</artifactId>
7171
</dependency>
7272
</dependencies>
73-
74-
<scm>
75-
<tag>3.17.1</tag>
76-
</scm>
7773
</project>

examples/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.smallrye.config</groupId>
2222
<artifactId>smallrye-config-parent</artifactId>
23-
<version>3.17.1</version>
23+
<version>3.17.2-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>smallrye-config-examples</artifactId>

examples/profiles/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>io.smallrye.config.examples</groupId>
2828
<artifactId>profiles</artifactId>
29-
<version>3.17.1</version>
29+
<version>3.17.2-SNAPSHOT</version>
3030

3131
<name>SmallRye Config Examples: Profiles</name>
3232

@@ -84,8 +84,4 @@
8484
</plugin>
8585
</plugins>
8686
</build>
87-
88-
<scm>
89-
<tag>3.17.1</tag>
90-
</scm>
9187
</project>

0 commit comments

Comments
 (0)