|
1 | 1 | <?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"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 |
|
6 | 5 | <groupId>io.serverlessworkflow</groupId> |
7 | 6 | <artifactId>serverlessworkflow-parent</artifactId> |
8 | | - <version>8.0.0-SNAPSHOT</version> |
| 7 | + <version>7.1.0.Final</version> |
9 | 8 | <packaging>pom</packaging> |
10 | 9 |
|
11 | 10 | <name>Serverless Workflow :: Parent</name> |
|
34 | 33 | <connection>scm:git:git@github.com:serverlessworkflow/sdk-java.git</connection> |
35 | 34 | <developerConnection>scm:git:git@github.com:serverlessworkflow/sdk-java.git</developerConnection> |
36 | 35 | <url>https://github.com/serverlessworkflow/sdk-java</url> |
37 | | - <tag>HEAD</tag> |
| 36 | + <tag>7.1.0.Final</tag> |
38 | 37 | </scm> |
39 | 38 |
|
40 | 39 | <modules> |
|
241 | 240 | <checkstyleRules> |
242 | 241 | <module name="Checker"> |
243 | 242 | <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}" /> |
246 | 245 | </module> |
247 | 246 | <module name="TreeWalker"> |
248 | 247 | <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" /> |
251 | 250 | </module> |
252 | 251 | </module> |
253 | 252 | </module> |
|
0 commit comments