Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 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 93a17fb commit 36cfa05
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 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.4-SNAPSHOT</version>
<version>6.0.4</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.4-SNAPSHOT</version>
<version>6.0.4</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.4-SNAPSHOT</version>
<version>6.0.4</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.4-SNAPSHOT</version>
<version>6.0.4</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.4-SNAPSHOT</version>
<version>6.0.4</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.4-SNAPSHOT</version>
<version>6.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>imixs-workflow-jax-rs</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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-workflow</artifactId>
<name>Imixs Workflow</name>
<packaging>pom</packaging>
<version>6.0.4-SNAPSHOT</version>
<version>6.0.4</version>

<modules>
<module>imixs-workflow-core</module>
Expand Down Expand Up @@ -77,7 +75,7 @@
<connection>scm:git:git@github.com:imixs/imixs-workflow.git</connection>
<developerConnection>scm:git:git@github.com:imixs/imixs-workflow.git</developerConnection>
<url>https://github.com/imixs/imixs-workflow/</url>
<tag>HEAD</tag>
<tag>imixs-workflow-6.0.4</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 36cfa05

Please sign in to comment.