Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jas34 committed Jul 11, 2021
1 parent 1595edd commit d13b9a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.jas34</groupId>
<artifactId>scheduledwf-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
<name>Scheduled Conductor Workflow</name>
<description>Scheduled Conductor-Workflow is an extension of netflix conductor to provide capability to schedule a
workflow in micro service architecture
Expand All @@ -31,7 +30,7 @@
<developerConnection>scm:git:git@github.com:jas34/scheduledwf.git</developerConnection>
<connection>scm:git:git@github.com:jas34/scheduledwf.git</connection>
<url>https://github.com/jas34/scheduledwf</url>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion scheduled-mysql-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jas34</groupId>
<artifactId>scheduledwf-parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>scheduled-mysql-persistence</artifactId>
<name>Archetype - scheduled-mysql-persistence</name>
Expand Down
2 changes: 1 addition & 1 deletion scheduledwf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scheduledwf-parent</artifactId>
<groupId>io.github.jas34</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion scheduledwf-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scheduledwf-parent</artifactId>
<groupId>io.github.jas34</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion scheduledwf-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scheduledwf-parent</artifactId>
<groupId>io.github.jas34</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion scheduledwf-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scheduledwf-parent</artifactId>
<groupId>io.github.jas34</groupId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d13b9a9

Please sign in to comment.