Skip to content

Commit 04eaf66

Browse files
committed
feat: Jump to 4.0.11
1 parent e558e93 commit 04eaf66

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>easyconfiguration-parent</artifactId>
77
<groupId>cc.carm.lib</groupId>
8-
<version>4.0.10</version>
8+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
77
<groupId>cc.carm.lib</groupId>
8-
<version>4.0.10</version>
8+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
9-
<version>4.0.10</version>
9+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
9-
<version>4.0.10</version>
9+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
9-
<version>4.0.10</version>
9+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
9-
<version>4.0.10</version>
9+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
9-
<version>4.0.10</version>
9+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
1717
<packaging>pom</packaging>
18-
<version>4.0.10</version>
18+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
77
<groupId>cc.carm.lib</groupId>
8-
<version>4.0.10</version>
8+
<version>4.0.11</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>easyconfiguration-parent</artifactId>
9-
<version>4.0.10</version>
9+
<version>4.0.11</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

0 commit comments

Comments
 (0)