Skip to content

Commit 5f00093

Browse files
committed
Version 10.0.0
1 parent 52d588a commit 5f00093

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

dc-commons-file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.mdz.commons</groupId>
77
<artifactId>dc-commons</artifactId>
8-
<version>10.0.0-SNAPSHOT</version>
8+
<version>10.0.0</version>
99
</parent>
1010

1111
<artifactId>dc-commons-file</artifactId>

dc-commons-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.mdz.commons</groupId>
77
<artifactId>dc-commons</artifactId>
8-
<version>10.0.0-SNAPSHOT</version>
8+
<version>10.0.0</version>
99
</parent>
1010

1111
<artifactId>dc-commons-server</artifactId>

dc-commons-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.mdz.commons</groupId>
77
<artifactId>dc-commons</artifactId>
8-
<version>10.0.0-SNAPSHOT</version>
8+
<version>10.0.0</version>
99
</parent>
1010

1111
<artifactId>dc-commons-springboot</artifactId>

dc-commons-springdata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.mdz.commons</groupId>
77
<artifactId>dc-commons</artifactId>
8-
<version>10.0.0-SNAPSHOT</version>
8+
<version>10.0.0</version>
99
</parent>
1010

1111
<artifactId>dc-commons-springdata</artifactId>

dc-commons-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.mdz.commons</groupId>
77
<artifactId>dc-commons</artifactId>
8-
<version>10.0.0-SNAPSHOT</version>
8+
<version>10.0.0</version>
99
</parent>
1010

1111
<artifactId>dc-commons-springmvc</artifactId>

dc-commons-springsecurity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.mdz.commons</groupId>
77
<artifactId>dc-commons</artifactId>
8-
<version>10.0.0-SNAPSHOT</version>
8+
<version>10.0.0</version>
99
</parent>
1010

1111
<artifactId>dc-commons-springsecurity</artifactId>

dc-commons-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.mdz.commons</groupId>
77
<artifactId>dc-commons</artifactId>
8-
<version>10.0.0-SNAPSHOT</version>
8+
<version>10.0.0</version>
99
</parent>
1010

1111
<artifactId>dc-commons-web</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.mdz.commons</groupId>
66
<artifactId>dc-commons</artifactId>
7-
<version>10.0.0-SNAPSHOT</version>
7+
<version>10.0.0</version>
88
<packaging>pom</packaging>
99

1010
<modules>

0 commit comments

Comments
 (0)