Skip to content

Commit 40557e2

Browse files
committed
[maven-release-plugin] prepare release 7.0.0-alpha5
1 parent fa22e70 commit 40557e2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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-alpha5</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-alpha5</version>
77
</parent>
88
<artifactId>custom-generator</artifactId>
99
<dependencies>

Diff for: impl/pom.xml

+2-2
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-alpha5</version>
77
</parent>
88
<artifactId>serverlessworkflow-impl</artifactId>
99
<properties>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>io.serverlessworkflow</groupId>
1616
<artifactId>serverlessworkflow-api</artifactId>
17-
<version>7.0.0-SNAPSHOT</version>
17+
<version>7.0.0-alpha5</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.glassfish.jersey.core</groupId>

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-alpha5</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-alpha5</tag>
3737
</scm>
3838

3939
<modules>

0 commit comments

Comments
 (0)