Skip to content

Commit 0a9d3f8

Browse files
committed
[maven-release-plugin] prepare release 4.0.5.Final
1 parent 2ebbd29 commit 0a9d3f8

File tree

6 files changed

+33
-45
lines changed

6 files changed

+33
-45
lines changed

api/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.5-SNAPSHOT</version>
7+
<version>4.0.5.Final</version>
108
</parent>
119

1210
<artifactId>serverlessworkflow-api</artifactId>
@@ -109,13 +107,13 @@
109107
<checkstyleRules>
110108
<module name="Checker">
111109
<module name="RegexpHeader">
112-
<property name="header" value="${checkstyle.header.template}"/>
113-
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
110+
<property name="header" value="${checkstyle.header.template}" />
111+
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
114112
</module>
115113
<module name="TreeWalker">
116114
<module name="RegexpSinglelineJava">
117-
<property name="format" value="@author"/>
118-
<property name="message" value="No @author tag allowed"/>
115+
<property name="format" value="@author" />
116+
<property name="message" value="No @author tag allowed" />
119117
</module>
120118
</module>
121119
</module>

diagram/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.5-SNAPSHOT</version>
7+
<version>4.0.5.Final</version>
108
</parent>
119

1210
<artifactId>serverlessworkflow-diagram</artifactId>
@@ -96,13 +94,13 @@
9694
<checkstyleRules>
9795
<module name="Checker">
9896
<module name="RegexpHeader">
99-
<property name="header" value="${checkstyle.header.template}"/>
100-
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
97+
<property name="header" value="${checkstyle.header.template}" />
98+
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
10199
</module>
102100
<module name="TreeWalker">
103101
<module name="RegexpSinglelineJava">
104-
<property name="format" value="@author"/>
105-
<property name="message" value="No @author tag allowed"/>
102+
<property name="format" value="@author" />
103+
<property name="message" value="No @author tag allowed" />
106104
</module>
107105
</module>
108106
</module>

pom.xml

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

75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.5-SNAPSHOT</version>
7+
<version>4.0.5.Final</version>
108
<packaging>pom</packaging>
119

1210
<name>Serverless Workflow :: Parent</name>
@@ -35,7 +33,7 @@
3533
<connection>scm:git:git@github.com:serverlessworkflow/sdk-java.git</connection>
3634
<developerConnection>scm:git:git@github.com:serverlessworkflow/sdk-java.git</developerConnection>
3735
<url>https://github.com/serverlessworkflow/sdk-java</url>
38-
<tag>HEAD</tag>
36+
<tag>4.0.5.Final</tag>
3937
</scm>
4038

4139
<modules>

spi/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.5-SNAPSHOT</version>
7+
<version>4.0.5.Final</version>
108
</parent>
119

1210
<artifactId>serverlessworkflow-spi</artifactId>
@@ -68,13 +66,13 @@
6866
<checkstyleRules>
6967
<module name="Checker">
7068
<module name="RegexpHeader">
71-
<property name="header" value="${checkstyle.header.template}"/>
72-
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
69+
<property name="header" value="${checkstyle.header.template}" />
70+
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
7371
</module>
7472
<module name="TreeWalker">
7573
<module name="RegexpSinglelineJava">
76-
<property name="format" value="@author"/>
77-
<property name="message" value="No @author tag allowed"/>
74+
<property name="format" value="@author" />
75+
<property name="message" value="No @author tag allowed" />
7876
</module>
7977
</module>
8078
</module>

utils/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.5-SNAPSHOT</version>
7+
<version>4.0.5.Final</version>
108
</parent>
119

1210
<artifactId>serverlessworkflow-util</artifactId>
@@ -68,13 +66,13 @@
6866
<checkstyleRules>
6967
<module name="Checker">
7068
<module name="RegexpHeader">
71-
<property name="header" value="${checkstyle.header.template}"/>
72-
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
69+
<property name="header" value="${checkstyle.header.template}" />
70+
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
7371
</module>
7472
<module name="TreeWalker">
7573
<module name="RegexpSinglelineJava">
76-
<property name="format" value="@author"/>
77-
<property name="message" value="No @author tag allowed"/>
74+
<property name="format" value="@author" />
75+
<property name="message" value="No @author tag allowed" />
7876
</module>
7977
</module>
8078
</module>

validation/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-parent</artifactId>
9-
<version>4.0.5-SNAPSHOT</version>
7+
<version>4.0.5.Final</version>
108
</parent>
119

1210
<artifactId>serverlessworkflow-validation</artifactId>
@@ -90,13 +88,13 @@
9088
<checkstyleRules>
9189
<module name="Checker">
9290
<module name="RegexpHeader">
93-
<property name="header" value="${checkstyle.header.template}"/>
94-
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
91+
<property name="header" value="${checkstyle.header.template}" />
92+
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
9593
</module>
9694
<module name="TreeWalker">
9795
<module name="RegexpSinglelineJava">
98-
<property name="format" value="@author"/>
99-
<property name="message" value="No @author tag allowed"/>
96+
<property name="format" value="@author" />
97+
<property name="message" value="No @author tag allowed" />
10098
</module>
10199
</module>
102100
</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