File tree Expand file tree Collapse file tree 6 files changed +33
-45
lines changed Expand file tree Collapse file tree 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" >
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 >
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 >
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" >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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" >
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 >
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 >
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" >
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 >
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 >
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" >
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 >
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 >
You can’t perform that action at this time.
0 commit comments