Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imixs-adapters-2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 22, 2021
1 parent 8ab0c09 commit 326af5c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion imixs-adapters-datev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>imixs-adapters-datev</artifactId>
<name>Imixs DATEV Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion imixs-adapters-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>imixs-adapters-kafka</artifactId>
<name>Imixs-Workflow Kafka Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion imixs-adapters-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>imixs-adapters-ldap</artifactId>

Expand Down
6 changes: 2 additions & 4 deletions imixs-adapters-poi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>imixs-adapters-poi</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion imixs-adapters-qrcode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>imixs-adapters-qrcode</artifactId>

Expand Down
6 changes: 2 additions & 4 deletions imixs-adapters-sepa/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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>org.imixs.workflow</groupId>
<artifactId>imixs-adapters</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<artifactId>imixs-adapters-sepa</artifactId>
<name>Imixs SEPA Adapter</name>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,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/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>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<packaging>pom</packaging>
<name>Imxis Adapters</name>
<modules>
Expand Down Expand Up @@ -55,7 +53,7 @@
<connection>scm:git:https://github.com/imixs/imixs-adapters.git</connection>
<developerConnection>scm:git:https://github.com/imixs/imixs-adapters.git</developerConnection>
<url>https://github.com/imixs/imixs-adapters/</url>
<tag>HEAD</tag>
<tag>imixs-adapters-2.2.4</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 326af5c

Please sign in to comment.