Skip to content

Commit e22a3b1

Browse files
committed
[maven-release-plugin] prepare release 7.1.0.Final
1 parent 27304a2 commit e22a3b1

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
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>8.0.0-SNAPSHOT</version>
7+
<version>7.1.0.Final</version>
88
</parent>
99

1010
<artifactId>serverlessworkflow-api</artifactId>

custom-generator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.serverlessworkflow</groupId>
65
<artifactId>serverlessworkflow-parent</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.1.0.Final</version>
87
</parent>
98
<artifactId>serverless-workflow-custom-generator</artifactId>
109
<name>Serverless Workflow :: Custom Generator</name>

impl/core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.serverlessworkflow</groupId>
65
<artifactId>serverlessworkflow-impl</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.1.0.Final</version>
87
</parent>
98
<artifactId>serverlessworkflow-impl-core</artifactId>
109
<name>Serverless Workflow :: Impl :: Core</name>

impl/http/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.serverlessworkflow</groupId>
65
<artifactId>serverlessworkflow-impl</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.1.0.Final</version>
87
</parent>
98
<artifactId>serverlessworkflow-impl-http</artifactId>
109
<name>Serverless Workflow :: Impl :: HTTP</name>

impl/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.serverlessworkflow</groupId>
65
<artifactId>serverlessworkflow-parent</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.1.0.Final</version>
87
</parent>
98
<artifactId>serverlessworkflow-impl</artifactId>
109
<name>Serverless Workflow :: Impl</name>

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>io.serverlessworkflow</groupId>
76
<artifactId>serverlessworkflow-parent</artifactId>
8-
<version>8.0.0-SNAPSHOT</version>
7+
<version>7.1.0.Final</version>
98
<packaging>pom</packaging>
109

1110
<name>Serverless Workflow :: Parent</name>
@@ -34,7 +33,7 @@
3433
<connection>scm:git:git@github.com:serverlessworkflow/sdk-java.git</connection>
3534
<developerConnection>scm:git:git@github.com:serverlessworkflow/sdk-java.git</developerConnection>
3635
<url>https://github.com/serverlessworkflow/sdk-java</url>
37-
<tag>HEAD</tag>
36+
<tag>7.1.0.Final</tag>
3837
</scm>
3938

4039
<modules>
@@ -241,13 +240,13 @@
241240
<checkstyleRules>
242241
<module name="Checker">
243242
<module name="RegexpHeader">
244-
<property name="header" value="${checkstyle.header.template}"/>
245-
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
243+
<property name="header" value="${checkstyle.header.template}" />
244+
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
246245
</module>
247246
<module name="TreeWalker">
248247
<module name="RegexpSinglelineJava">
249-
<property name="format" value="@author"/>
250-
<property name="message" value="No @author tag allowed"/>
248+
<property name="format" value="@author" />
249+
<property name="message" value="No @author tag allowed" />
251250
</module>
252251
</module>
253252
</module>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy