Skip to content

Commit

Permalink
release 1.0.0-jitpack2
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Jan 28, 2019
1 parent 7612947 commit 729eb3a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-jitpack2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/hibernate-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-jitpack2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-jitpack2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-jitpack2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/vert.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-jitpack2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/vert.x/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

FROM moditect/vertx-helloworld-base

COPY maven/moditect-integrationtest-vertx-1.0.0-SNAPSHOT.jar /opt/upgrade-modules/
COPY maven/moditect-integrationtest-vertx-1.0.0-jitpack2.jar /opt/upgrade-modules/
2 changes: 1 addition & 1 deletion integrationtest/vert.x/src/main/docker/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<id>vertx-helloworld</id>
<files>
<file>
<source>target/modules/moditect-integrationtest-vertx-1.0.0-SNAPSHOT.jar</source>
<source>target/modules/moditect-integrationtest-vertx-1.0.0-jitpack2.jar</source>
</file>
</files>
</assembly>
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-jitpack2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.0.0-jitpack1</version>
<version>1.0.0-jitpack2</version>
<packaging>pom</packaging>

<name>ModiTect Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-jitpack2</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 729eb3a

Please sign in to comment.