Skip to content

Commit

Permalink
Merge branch 'release/12.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
iitsoftware committed May 27, 2022
2 parents 2796ce4 + 1fdfd91 commit a921ba3
Show file tree
Hide file tree
Showing 27 changed files with 78 additions and 70 deletions.
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_xa</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion distribution/src/assembly/filter.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendor=IIT Software GmbH, Muenster, Germany
release=12.04.00
release=12.04.01
distribution=Community Edition


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<packaging>pom</packaging>
<version>12.4.0</version>
<version>12.4.1</version>

<modules>
<module>router</module>
Expand Down
4 changes: 2 additions & 2 deletions router/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>swiftmq-ce</artifactId>
<groupId>com.swiftmq</groupId>
<version>12.4.0</version>
<version>12.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.swiftmq</groupId>
<artifactId>router</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<build>
<plugins>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq</groupId>
<artifactId>router</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<dependencies>
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_amqp</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_authentication</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
<dependency>
<groupId>org.jasypt</groupId>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_deploy</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_jms</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_jndi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_jndi</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_log</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_mgmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_mgmt</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_mqtt</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_net_netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_net_netty</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_queuemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_queuemanager</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_routing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_routing</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_scheduler</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_store</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.4.0</version>
<version>12.4.1</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading

0 comments on commit a921ba3

Please sign in to comment.