Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imixs-office-workflow-3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Apr 28, 2018
1 parent 380eada commit 2b2c691
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion imixs-office-workflow-ear/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>com.imixs.workflow</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>
<artifactId>imixs-office-workflow-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion imixs-office-workflow-ejb/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>com.imixs.workflow</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>
<artifactId>imixs-office-workflow-ejb</artifactId>
<name>Imixs Office Workflow EJB</name>
Expand Down
2 changes: 1 addition & 1 deletion imixs-office-workflow-rest/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>com.imixs.workflow</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>
<artifactId>imixs-office-workflow-rest</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion imixs-office-workflow-web/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>com.imixs.workflow</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>
<artifactId>imixs-office-workflow-web</artifactId>
<packaging>war</packaging>
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>com.imixs.workflow</groupId>
<artifactId>imixs-office-workflow</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
<packaging>pom</packaging>
<name>Imixs Office Workflow</name>
<description>The Imixs Workflow Office Suite </description>
Expand Down Expand Up @@ -46,7 +44,7 @@
<connection>scm:git:https://github.com/imixs/imixs-office-workflow.git</connection>
<developerConnection>scm:git:https://github.com/imixs/imixs-office-workflow.git</developerConnection>
<url>https://github.com/imixs/imixs-office-workflow/</url>
<tag>HEAD</tag>
<tag>imixs-office-workflow-3.2.2</tag>
</scm>


Expand Down

0 comments on commit 2b2c691

Please sign in to comment.