Skip to content

Commit 174c78c

Browse files
committed
[maven-release-plugin] prepare release 1.3.9
1 parent 0613c08 commit 174c78c

File tree

13 files changed

+15
-17
lines changed

13 files changed

+15
-17
lines changed

dolphinscheduler-alert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>1.3.9-SNAPSHOT</version>
24+
<version>1.3.9</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-alert</artifactId>
2727
<name>${project.artifactId}</name>

dolphinscheduler-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>1.3.9-SNAPSHOT</version>
24+
<version>1.3.9</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-api</artifactId>
2727
<name>${project.artifactId}</name>

dolphinscheduler-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>1.3.9-SNAPSHOT</version>
24+
<version>1.3.9</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-common</artifactId>
2727
<name>dolphinscheduler-common</name>

dolphinscheduler-dao/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>1.3.9-SNAPSHOT</version>
24+
<version>1.3.9</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-dao</artifactId>
2727
<name>${project.artifactId}</name>

dolphinscheduler-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>dolphinscheduler</artifactId>
2222
<groupId>org.apache.dolphinscheduler</groupId>
23-
<version>1.3.9-SNAPSHOT</version>
23+
<version>1.3.9</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

dolphinscheduler-plugin-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>1.3.9-SNAPSHOT</version>
24+
<version>1.3.9</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-plugin-api</artifactId>
2727
<name>${project.artifactId}</name>

dolphinscheduler-remote/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>dolphinscheduler</artifactId>
2121
<groupId>org.apache.dolphinscheduler</groupId>
22-
<version>1.3.9-SNAPSHOT</version>
22+
<version>1.3.9</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

dolphinscheduler-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>1.3.9-SNAPSHOT</version>
24+
<version>1.3.9</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-server</artifactId>
2727
<name>dolphinscheduler-server</name>

dolphinscheduler-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>dolphinscheduler</artifactId>
2121
<groupId>org.apache.dolphinscheduler</groupId>
22-
<version>1.3.9-SNAPSHOT</version>
22+
<version>1.3.9</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

dolphinscheduler-standalone-server/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2119
<parent>
2220
<artifactId>dolphinscheduler</artifactId>
2321
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>1.3.9-SNAPSHOT</version>
22+
<version>1.3.9</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

0 commit comments

Comments
 (0)