Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of imixs-adapters-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 11, 2024
1 parent 44dcea2 commit 6d79dff
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 13 deletions.
6 changes: 4 additions & 2 deletions imixs-adapters-datev/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<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>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</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>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</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>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-adapters-ldap</artifactId>

Expand Down
6 changes: 4 additions & 2 deletions imixs-adapters-odf/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<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>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-adapters-odf</artifactId>
<name>Imixs ODF Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion imixs-adapters-poi/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>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</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>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-adapters-qrcode</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion imixs-adapters-sepa/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>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-adapters-sepa</artifactId>
<name>Imixs SEPA Adapter</name>
Expand Down
6 changes: 4 additions & 2 deletions imixs-adapters-wopi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<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>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>imixs-adapters-wopi</artifactId>

Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +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>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Imxis Adapters</name>
<modules>
Expand Down

0 comments on commit 6d79dff

Please sign in to comment.