Skip to content

Commit 854e3df

Browse files
committed
feat: Upgrade configured to v4.1.0
1 parent f6167c3 commit 854e3df

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>configured-parent</artifactId>
77
<groupId>cc.carm.lib</groupId>
8-
<version>4.0.12</version>
8+
<version>4.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<properties>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>configured-parent</artifactId>
77
<groupId>cc.carm.lib</groupId>
8-
<version>4.0.12</version>
8+
<version>4.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<properties>

features/commentable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.0.12</version>
9+
<version>4.1.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.0.12</version>
9+
<version>4.1.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/section/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.0.12</version>
9+
<version>4.1.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/text/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.0.12</version>
9+
<version>4.1.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/versioned/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.0.12</version>
9+
<version>4.1.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>cc.carm.lib</groupId>
1616
<artifactId>configured-parent</artifactId>
1717
<packaging>pom</packaging>
18-
<version>4.0.12</version>
18+
<version>4.1.0</version>
1919
<modules>
2020
<module>core</module>
2121
<module>features/section</module>

providers/gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>configured-parent</artifactId>
77
<groupId>cc.carm.lib</groupId>
8-
<version>4.0.12</version>
8+
<version>4.1.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

providers/hocon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.0.12</version>
9+
<version>4.1.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

0 commit comments

Comments
 (0)