Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moditect/moditect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: beryx/moditect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Jan 28, 2019

  1. release 1.0.0-jitpack1

    siordache committed Jan 28, 2019
    Copy the full SHA
    7612947 View commit details
  2. release 1.0.0-jitpack2

    siordache committed Jan 28, 2019
    Copy the full SHA
    729eb3a View commit details
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion integrationtest/hibernate-validator/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion integrationtest/undertow/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion integrationtest/vert.x/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion integrationtest/vert.x/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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>

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

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

<name>ModiTect Parent</name>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -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>