File tree 6 files changed +33
-45
lines changed
6 files changed +33
-45
lines changed Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<parent >
7
5
<groupId >io.serverlessworkflow</groupId >
8
6
<artifactId >serverlessworkflow-parent</artifactId >
9
- <version >4.0.5-SNAPSHOT </version >
7
+ <version >4.0.5.Final </version >
10
8
</parent >
11
9
12
10
<artifactId >serverlessworkflow-api</artifactId >
109
107
<checkstyleRules >
110
108
<module name =" Checker" >
111
109
<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}" />
114
112
</module >
115
113
<module name =" TreeWalker" >
116
114
<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" />
119
117
</module >
120
118
</module >
121
119
</module >
Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<parent >
7
5
<groupId >io.serverlessworkflow</groupId >
8
6
<artifactId >serverlessworkflow-parent</artifactId >
9
- <version >4.0.5-SNAPSHOT </version >
7
+ <version >4.0.5.Final </version >
10
8
</parent >
11
9
12
10
<artifactId >serverlessworkflow-diagram</artifactId >
96
94
<checkstyleRules >
97
95
<module name =" Checker" >
98
96
<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}" />
101
99
</module >
102
100
<module name =" TreeWalker" >
103
101
<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" />
106
104
</module >
107
105
</module >
108
106
</module >
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >io.serverlessworkflow</groupId >
8
6
<artifactId >serverlessworkflow-parent</artifactId >
9
- <version >4.0.5-SNAPSHOT </version >
7
+ <version >4.0.5.Final </version >
10
8
<packaging >pom</packaging >
11
9
12
10
<name >Serverless Workflow :: Parent</name >
35
33
<connection >scm:git:git@github.com:serverlessworkflow/sdk-java.git</connection >
36
34
<developerConnection >scm:git:git@github.com:serverlessworkflow/sdk-java.git</developerConnection >
37
35
<url >https://github.com/serverlessworkflow/sdk-java</url >
38
- <tag >HEAD </tag >
36
+ <tag >4.0.5.Final </tag >
39
37
</scm >
40
38
41
39
<modules >
Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<parent >
7
5
<groupId >io.serverlessworkflow</groupId >
8
6
<artifactId >serverlessworkflow-parent</artifactId >
9
- <version >4.0.5-SNAPSHOT </version >
7
+ <version >4.0.5.Final </version >
10
8
</parent >
11
9
12
10
<artifactId >serverlessworkflow-spi</artifactId >
68
66
<checkstyleRules >
69
67
<module name =" Checker" >
70
68
<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}" />
73
71
</module >
74
72
<module name =" TreeWalker" >
75
73
<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" />
78
76
</module >
79
77
</module >
80
78
</module >
Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<parent >
7
5
<groupId >io.serverlessworkflow</groupId >
8
6
<artifactId >serverlessworkflow-parent</artifactId >
9
- <version >4.0.5-SNAPSHOT </version >
7
+ <version >4.0.5.Final </version >
10
8
</parent >
11
9
12
10
<artifactId >serverlessworkflow-util</artifactId >
68
66
<checkstyleRules >
69
67
<module name =" Checker" >
70
68
<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}" />
73
71
</module >
74
72
<module name =" TreeWalker" >
75
73
<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" />
78
76
</module >
79
77
</module >
80
78
</module >
Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<parent >
7
5
<groupId >io.serverlessworkflow</groupId >
8
6
<artifactId >serverlessworkflow-parent</artifactId >
9
- <version >4.0.5-SNAPSHOT </version >
7
+ <version >4.0.5.Final </version >
10
8
</parent >
11
9
12
10
<artifactId >serverlessworkflow-validation</artifactId >
90
88
<checkstyleRules >
91
89
<module name =" Checker" >
92
90
<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}" />
95
93
</module >
96
94
<module name =" TreeWalker" >
97
95
<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" />
100
98
</module >
101
99
</module >
102
100
</module >
You can’t perform that action at this time.
0 commit comments