Skip to content

Commit

Permalink
Building 3.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
build server committed Oct 10, 2023
1 parent bbc05c5 commit 31fad82
Show file tree
Hide file tree
Showing 56 changed files with 58 additions and 55 deletions.
2 changes: 1 addition & 1 deletion step-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-controller-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller-plugins</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller-plugins</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller-plugins</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller-plugins</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-controller/step-controller-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-controller/step-controller-base-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
stringProperty;
property 1;
property 2;
2 changes: 1 addition & 1 deletion step-controller/step-controller-multitenancy-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-controller/step-controller-remote-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-controller/step-controller-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-controller</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion step-core-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-functions-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-composite</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-composite</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-composite</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-composite</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-functions-plugins/step-functions-plugins-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-java</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-java</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-java</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-java</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-java</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-java</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-jmeter</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-jmeter</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins-jmeter</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-functions-plugins/step-functions-plugins-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions-plugins</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion step-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-functions/step-functions-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-functions/step-functions-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-functions/step-functions-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<!-- Please be very careful with the dependencies you add to this project as step-functions-handler.jar with all
Expand Down
2 changes: 1 addition & 1 deletion step-functions/step-functions-package-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion step-functions/step-functions-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion step-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-libs-maven-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
<relativePath>../step-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion step-maven-plugin/step-commons-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>ch.exense.step</groupId>
<artifactId>step-maven-plugin</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>3.22.4</version>
</parent>

<artifactId>step-commons-maven-plugin</artifactId>
Expand Down
Loading

0 comments on commit 31fad82

Please sign in to comment.