Skip to content

Commit

Permalink
fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Apr 7, 2018
1 parent c4f1f6b commit 51461ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ target/


# ignore docker deployments
src/docker/.deployments/
src/docker/deployments/
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.1-SNAPSHOT</version>
<version>3.2.1</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.1-SNAPSHOT</version>
<version>3.2.1</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.1-SNAPSHOT</version>
<version>3.2.1</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.1-SNAPSHOT</version>
<version>3.2.1</version>
</parent>
<artifactId>imixs-office-workflow-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.imixs.workflow</groupId>
<artifactId>imixs-office-workflow</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<packaging>pom</packaging>
<name>Imixs Office Workflow</name>
<description>The Imixs Workflow Office Suite </description>
Expand Down

0 comments on commit 51461ab

Please sign in to comment.