Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imixs-office-workflow-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 11, 2024
1 parent 04c7656 commit b1a682d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion imixs-office-workflow-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>imixs-office-workflow</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<artifactId>imixs-office-workflow-app</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion imixs-office-workflow-oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>imixs-office-workflow</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<artifactId>imixs-office-workflow-oidc</artifactId>
<name>Imixs Office Workflow OpenID Connect</name>
Expand Down
6 changes: 2 additions & 4 deletions imixs-office-workflow-util/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>
<artifactId>imixs-office-workflow</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<artifactId>imixs-office-workflow-util</artifactId>
<name>Imixs Office Workflow Util</name>
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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-office-workflow</artifactId>
<packaging>pom</packaging>
<name>Imixs Office Workflow</name>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>

<modules>
<module>imixs-office-workflow-util</module>
Expand Down Expand Up @@ -55,7 +53,7 @@
<connection>scm:git:git@github.com:imixs/imixs-office-workflow.git</connection>
<developerConnection>scm:git:git@github.com:imixs/imixs-office-workflow.git</developerConnection>
<url>https://github.com/imixs/imixs-office-workflow/</url>
<tag>HEAD</tag>
<tag>imixs-office-workflow-5.0.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit b1a682d

Please sign in to comment.