Skip to content

Commit efc17f1

Browse files
committed
[maven-release-plugin] prepare release 7.0.0-alpha2
1 parent 80b9d43 commit efc17f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.serverlessworkflow</groupId>
66
<artifactId>serverlessworkflow-parent</artifactId>
7-
<version>7.0.0-SNAPSHOT</version>
7+
<version>7.0.0-alpha2</version>
88
</parent>
99

1010
<artifactId>serverlessworkflow-api</artifactId>

Diff for: custom-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.serverlessworkflow</groupId>
55
<artifactId>serverlessworkflow-parent</artifactId>
6-
<version>7.0.0-SNAPSHOT</version>
6+
<version>7.0.0-alpha2</version>
77
</parent>
88
<artifactId>custom-generator</artifactId>
99
<dependencies>

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.serverlessworkflow</groupId>
66
<artifactId>serverlessworkflow-parent</artifactId>
7-
<version>7.0.0-SNAPSHOT</version>
7+
<version>7.0.0-alpha2</version>
88
<packaging>pom</packaging>
99

1010
<name>Serverless Workflow :: Parent</name>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:[email protected]:serverlessworkflow/sdk-java.git</connection>
3434
<developerConnection>scm:git:[email protected]:serverlessworkflow/sdk-java.git</developerConnection>
3535
<url>https://github.com/serverlessworkflow/sdk-java</url>
36-
<tag>HEAD</tag>
36+
<tag>7.0.0-alpha2</tag>
3737
</scm>
3838

3939
<modules>

0 commit comments

Comments
 (0)