Skip to content

Commit 3c4a36c

Browse files
committed
[maven-release-plugin] prepare release 7.2.0.Final
1 parent 4891167 commit 3c4a36c

File tree

29 files changed

+51
-77
lines changed

29 files changed

+51
-77
lines changed

annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.serverlessworkflow</groupId>
55
<artifactId>serverlessworkflow-parent</artifactId>
6-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.2.0.Final</version>
77
</parent>
88
<name>Serverless Workflow :: Annotations</name>
99
<artifactId>serverlessworkflow-annotations</artifactId>

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.serverlessworkflow</groupId>
66
<artifactId>serverlessworkflow-parent</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
7+
<version>7.2.0.Final</version>
88
</parent>
99

1010
<artifactId>serverlessworkflow-api</artifactId>
@@ -82,7 +82,7 @@
8282
<groupId>io.serverlessworkflow</groupId>
8383
<artifactId>serverless-workflow-jackson-generator</artifactId>
8484
<version>${project.version}</version>
85-
<dependencies/>
85+
<dependencies />
8686
<configuration>
8787
<srcPackage>io.serverlessworkflow.api.types</srcPackage>
8888
<targetPackage>io.serverlessworkflow.api.types.jackson</targetPackage>

examples/events/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.serverlessworkflow</groupId>
65
<artifactId>serverlessworkflow-examples</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.2.0.Final</version>
87
</parent>
98
<name>Serverless Workflow :: Examples :: Events</name>
109
<artifactId>serverlessworkflow-examples-events</artifactId>

examples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.serverlessworkflow</groupId>
65
<artifactId>serverlessworkflow-parent</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.2.0.Final</version>
87
</parent>
98
<name>Serverless Workflow :: Examples</name>
109
<artifactId>serverlessworkflow-examples</artifactId>

examples/simpleGet/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.serverlessworkflow</groupId>
65
<artifactId>serverlessworkflow-examples</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.2.0.Final</version>
87
</parent>
98
<artifactId>serverlessworkflow-examples-simpleGet</artifactId>
109
<name>Serverless Workflow :: Examples :: SimpleGet</name>

experimental/agentic/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>io.serverlessworkflow</groupId>
65
<artifactId>serverlessworkflow-experimental</artifactId>
7-
<version>8.0.0-SNAPSHOT</version>
6+
<version>7.2.0.Final</version>
87
</parent>
98
<artifactId>serverlessworkflow-experimental-agentic</artifactId>
109
<name>Serverless Workflow :: Experimental :: Agentic</name>

experimental/fluent/agentic-langchain4j/pom.xml

Lines changed: 2 additions & 4 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-experimental-fluent</artifactId>
9-
<version>8.0.0-SNAPSHOT</version>
7+
<version>7.2.0.Final</version>
108
</parent>
119

1210
<artifactId>serverlessworkflow-experimental-fluent-agentic-langchain4j</artifactId>

experimental/fluent/agentic/pom.xml

Lines changed: 2 additions & 4 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-experimental-fluent</artifactId>
9-
<version>8.0.0-SNAPSHOT</version>
7+
<version>7.2.0.Final</version>
108
</parent>
119

1210
<name>Serverless Workflow :: Experimental :: Fluent :: Agentic</name>

experimental/fluent/func/pom.xml

Lines changed: 2 additions & 4 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-experimental-fluent</artifactId>
9-
<version>8.0.0-SNAPSHOT</version>
7+
<version>7.2.0.Final</version>
108
</parent>
119

1210
<name>Serverless Workflow :: Experimental :: Fluent :: Functional</name>

experimental/fluent/pom.xml

Lines changed: 2 additions & 4 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.serverlessworkflow</groupId>
86
<artifactId>serverlessworkflow-experimental</artifactId>
9-
<version>8.0.0-SNAPSHOT</version>
7+
<version>7.2.0.Final</version>
108
</parent>
119
<name>Serverless Workflow :: Experimental :: Fluent</name>
1210
<artifactId>serverlessworkflow-experimental-fluent</artifactId>

0 commit comments

Comments
 (0)