Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imixs-archive-1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Sep 11, 2018
1 parent 69d945e commit c90f3f5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 24 deletions.
4 changes: 2 additions & 2 deletions imixs-archive-api/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-archive</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>imixs-archive-api</artifactId>
<name>Imixs-Archive API</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/imixs/imixs-archive.git</connection>
<developerConnection>scm:git:https://github.com/imixs/imixs-archive.git</developerConnection>
<url>https://github.com/imixs/imixs-archive/</url>
<tag>HEAD</tag>
<tag>imixs-archive-1.1.1</tag>
</scm>

<issueManagement>
Expand Down
21 changes: 7 additions & 14 deletions imixs-archive-cassandra/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>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>imixs-archive-cassandra</artifactId>
<name>Imixs-Archive Cassandra Module</name>
Expand Down Expand Up @@ -74,8 +72,7 @@
<exec executable="docker">
<arg value="build" />
<arg value="-t" />
<arg
value="imixs/imixs-archive-cassandra:${project.version}" />
<arg value="imixs/imixs-archive-cassandra:${project.version}" />
<arg value="./." />
</exec>
</target>
Expand Down Expand Up @@ -107,21 +104,17 @@
<exec executable="docker">
<arg value="build" />
<arg value="-t" />
<arg
value="imixs/imixs-archive-cassandra:${project.version}" />
<arg value="imixs/imixs-archive-cassandra:${project.version}" />
<arg value="./" />
</exec>
<exec executable="docker">
<arg value="tag" />
<arg
value="imixs/imixs-archive-cassandra:${project.version}" />
<arg
value="${org.imixs.docker.registry}/imixs/imixs-archive-cassandra:${project.version}" />
<arg value="imixs/imixs-archive-cassandra:${project.version}" />
<arg value="${org.imixs.docker.registry}/imixs/imixs-archive-cassandra:${project.version}" />
</exec>
<exec executable="docker">
<arg value="push" />
<arg
value="${org.imixs.docker.registry}/imixs/imixs-archive-cassandra:${project.version}" />
<arg value="${org.imixs.docker.registry}/imixs/imixs-archive-cassandra:${project.version}" />
</exec>
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion imixs-archive-hadoop/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-archive</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>imixs-archive-hadoop</artifactId>
<name>Imixs-Archive Hadoop Module</name>
Expand Down
2 changes: 1 addition & 1 deletion imixs-archive-ocr/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-archive</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>imixs-archive-ocr</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion imixs-archive-test/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-archive</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>imixs-archive-test</artifactId>

Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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-archive</artifactId>
Expand All @@ -17,7 +15,7 @@


<name>Imixs-Archive</name>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<description>Imixs Workflow Archive </description>
<url>https://github.com/imixs-docker/imixs-archive</url>
<organization>
Expand Down Expand Up @@ -59,7 +57,7 @@
<connection>scm:git:https://github.com/imixs/imixs-archive.git</connection>
<developerConnection>scm:git:https://github.com/imixs/imixs-archive.git</developerConnection>
<url>https://github.com/imixs/imixs-archive/</url>
<tag>HEAD</tag>
<tag>imixs-archive-1.1.1</tag>
</scm>


Expand Down

0 comments on commit c90f3f5

Please sign in to comment.