Skip to content

Commit f6d5840

Browse files
committed
[maven-release-plugin] prepare release 4.0.0
1 parent 23b9086 commit f6d5840

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

plume-conf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-conf</artifactId>

plume-db-querydsl-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-db-querydsl-codegen</artifactId>

plume-db-querydsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-db-querydsl</artifactId>

plume-db-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-db-test</artifactId>

plume-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-db</artifactId>

plume-framework-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-framework-dependencies</artifactId>

plume-mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-mail</artifactId>

plume-scheduler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-scheduler</artifactId>

plume-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-services</artifactId>

plume-web-jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-web-jersey</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.coreoz</groupId>
66
<artifactId>plume-parent</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Plume Parent</name>
@@ -37,7 +37,7 @@
3737
<developerConnection>scm:git:[email protected]:Coreoz/Plume.git</developerConnection>
3838
<connection>scm:git:[email protected]:Coreoz/Plume.git</connection>
3939
<url>https://github.com/Coreoz/Plume</url>
40-
<tag>HEAD</tag>
40+
<tag>4.0.0</tag>
4141
</scm>
4242

4343
<distributionManagement>

0 commit comments

Comments
 (0)