Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.5.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 10, 2023
1 parent 2ebbd29 commit 0a9d3f8
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 45 deletions.
14 changes: 6 additions & 8 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5.Final</version>
</parent>

<artifactId>serverlessworkflow-api</artifactId>
Expand Down Expand Up @@ -109,13 +107,13 @@
<checkstyleRules>
<module name="Checker">
<module name="RegexpHeader">
<property name="header" value="${checkstyle.header.template}"/>
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
<property name="header" value="${checkstyle.header.template}" />
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
</module>
<module name="TreeWalker">
<module name="RegexpSinglelineJava">
<property name="format" value="@author"/>
<property name="message" value="No @author tag allowed"/>
<property name="format" value="@author" />
<property name="message" value="No @author tag allowed" />
</module>
</module>
</module>
Expand Down
14 changes: 6 additions & 8 deletions diagram/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5.Final</version>
</parent>

<artifactId>serverlessworkflow-diagram</artifactId>
Expand Down Expand Up @@ -96,13 +94,13 @@
<checkstyleRules>
<module name="Checker">
<module name="RegexpHeader">
<property name="header" value="${checkstyle.header.template}"/>
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
<property name="header" value="${checkstyle.header.template}" />
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
</module>
<module name="TreeWalker">
<module name="RegexpSinglelineJava">
<property name="format" value="@author"/>
<property name="message" value="No @author tag allowed"/>
<property name="format" value="@author" />
<property name="message" value="No @author tag allowed" />
</module>
</module>
</module>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5.Final</version>
<packaging>pom</packaging>

<name>Serverless Workflow :: Parent</name>
Expand Down Expand Up @@ -35,7 +33,7 @@
<connection>scm:git:git@github.com:serverlessworkflow/sdk-java.git</connection>
<developerConnection>scm:git:git@github.com:serverlessworkflow/sdk-java.git</developerConnection>
<url>https://github.com/serverlessworkflow/sdk-java</url>
<tag>HEAD</tag>
<tag>4.0.5.Final</tag>
</scm>

<modules>
Expand Down
14 changes: 6 additions & 8 deletions spi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5.Final</version>
</parent>

<artifactId>serverlessworkflow-spi</artifactId>
Expand Down Expand Up @@ -68,13 +66,13 @@
<checkstyleRules>
<module name="Checker">
<module name="RegexpHeader">
<property name="header" value="${checkstyle.header.template}"/>
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
<property name="header" value="${checkstyle.header.template}" />
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
</module>
<module name="TreeWalker">
<module name="RegexpSinglelineJava">
<property name="format" value="@author"/>
<property name="message" value="No @author tag allowed"/>
<property name="format" value="@author" />
<property name="message" value="No @author tag allowed" />
</module>
</module>
</module>
Expand Down
14 changes: 6 additions & 8 deletions utils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5.Final</version>
</parent>

<artifactId>serverlessworkflow-util</artifactId>
Expand Down Expand Up @@ -68,13 +66,13 @@
<checkstyleRules>
<module name="Checker">
<module name="RegexpHeader">
<property name="header" value="${checkstyle.header.template}"/>
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
<property name="header" value="${checkstyle.header.template}" />
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
</module>
<module name="TreeWalker">
<module name="RegexpSinglelineJava">
<property name="format" value="@author"/>
<property name="message" value="No @author tag allowed"/>
<property name="format" value="@author" />
<property name="message" value="No @author tag allowed" />
</module>
</module>
</module>
Expand Down
14 changes: 6 additions & 8 deletions validation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.serverlessworkflow</groupId>
<artifactId>serverlessworkflow-parent</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5.Final</version>
</parent>

<artifactId>serverlessworkflow-validation</artifactId>
Expand Down Expand Up @@ -90,13 +88,13 @@
<checkstyleRules>
<module name="Checker">
<module name="RegexpHeader">
<property name="header" value="${checkstyle.header.template}"/>
<property name="fileExtensions" value="${checkstyle.header.extensions}"/>
<property name="header" value="${checkstyle.header.template}" />
<property name="fileExtensions" value="${checkstyle.header.extensions}" />
</module>
<module name="TreeWalker">
<module name="RegexpSinglelineJava">
<property name="format" value="@author"/>
<property name="message" value="No @author tag allowed"/>
<property name="format" value="@author" />
<property name="message" value="No @author tag allowed" />
</module>
</module>
</module>
Expand Down

0 comments on commit 0a9d3f8

Please sign in to comment.