Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of imixs-workflow-6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 11, 2024
1 parent 25a82a1 commit 93a17fb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion imixs-workflow-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>imixs-workflow</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>6.0.5-SNAPSHOT</version>
<version>6.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>imixs-workflow-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion imixs-workflow-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>imixs-workflow</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>6.0.5-SNAPSHOT</version>
<version>6.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>imixs-workflow-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion imixs-workflow-faces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>imixs-workflow</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>6.0.5-SNAPSHOT</version>
<version>6.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>imixs-workflow-faces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion imixs-workflow-index-lucene/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-workflow</artifactId>
<version>6.0.5-SNAPSHOT</version>
<version>6.0.4-SNAPSHOT</version>
</parent>
<artifactId>imixs-workflow-index-lucene</artifactId>
<name>Search Index Apache Lucene</name>
Expand Down
2 changes: 1 addition & 1 deletion imixs-workflow-index-solr/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-workflow</artifactId>
<version>6.0.5-SNAPSHOT</version>
<version>6.0.4-SNAPSHOT</version>
</parent>
<artifactId>imixs-workflow-index-solr</artifactId>
<name>Search Index Apache Solr</name>
Expand Down
2 changes: 1 addition & 1 deletion imixs-workflow-jax-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>imixs-workflow</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>6.0.5-SNAPSHOT</version>
<version>6.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>imixs-workflow-jax-rs</artifactId>
Expand Down
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<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-workflow</artifactId>
<name>Imixs Workflow</name>
<packaging>pom</packaging>
<version>6.0.5-SNAPSHOT</version>
<version>6.0.4-SNAPSHOT</version>

<modules>
<module>imixs-workflow-core</module>
Expand Down Expand Up @@ -114,7 +116,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
Expand All @@ -126,7 +128,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 93a17fb

Please sign in to comment.