Compare commits
No commits in common. "main" and "v1.2" have entirely different histories.
4 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>nu.zoom.dsl</groupId>
|
<groupId>nu.zoom.dsl</groupId>
|
||||||
<artifactId>endgen</artifactId>
|
<artifactId>endgen</artifactId>
|
||||||
<version>1.3-SNAPSHOT</version>
|
<version>1.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>endgen-dist</artifactId>
|
<artifactId>endgen-dist</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>nu.zoom.dsl</groupId>
|
<groupId>nu.zoom.dsl</groupId>
|
||||||
<artifactId>endgen</artifactId>
|
<artifactId>endgen</artifactId>
|
||||||
<version>1.3-SNAPSHOT</version>
|
<version>1.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>endgen-maven-plugin</artifactId>
|
<artifactId>endgen-maven-plugin</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>nu.zoom.dsl</groupId>
|
<groupId>nu.zoom.dsl</groupId>
|
||||||
<artifactId>endgen</artifactId>
|
<artifactId>endgen</artifactId>
|
||||||
<version>1.3-SNAPSHOT</version>
|
<version>1.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>parser</artifactId>
|
<artifactId>parser</artifactId>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<groupId>nu.zoom.dsl</groupId>
|
<groupId>nu.zoom.dsl</groupId>
|
||||||
<artifactId>endgen</artifactId>
|
<artifactId>endgen</artifactId>
|
||||||
<version>1.3-SNAPSHOT</version>
|
<version>1.2</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://codeberg.org/darkstar/endgen.git</connection>
|
<connection>scm:git:https://codeberg.org/darkstar/endgen.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@vcs.zoom.nu:1122/zoom/endgen.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@vcs.zoom.nu:1122/zoom/endgen.git</developerConnection>
|
||||||
<tag>admin-parent-1.1</tag>
|
<tag>v1.2</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Add table
Reference in a new issue