Bumped Version References One Version Up (v0.3-beta) #64

Merged
delvh merged 3 commits from v0.3-beginnings into develop 2020-09-27 17:39:28 +02:00
4 changed files with 6 additions and 6 deletions
Showing only changes of commit 8a09bfc32c - Show all commits

View File

@ -9,14 +9,14 @@
<parent>
<groupId>informatik-ag-ngl</groupId>
<artifactId>envoy</artifactId>
<version>0.1-beta</version>
<version>0.2-beta</version>
</parent>
<dependencies>
<dependency>
<groupId>informatik-ag-ngl</groupId>
<artifactId>envoy-common</artifactId>
<version>0.1-beta</version>
<version>0.2-beta</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>informatik-ag-ngl</groupId>
<artifactId>envoy</artifactId>
<version>0.1-beta</version>
<version>0.2-beta</version>
</parent>
<repositories>

View File

@ -5,7 +5,7 @@
<groupId>informatik-ag-ngl</groupId>
<artifactId>envoy</artifactId>
<version>0.1-beta</version>
<version>0.2-beta</version>
<packaging>pom</packaging>
<name>Envoy</name>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>informatik-ag-ngl</groupId>
<artifactId>envoy</artifactId>
<version>0.1-beta</version>
<version>0.2-beta</version>
</parent>
<repositories>
@ -23,7 +23,7 @@
<dependency>
<groupId>informatik-ag-ngl</groupId>
<artifactId>envoy-common</artifactId>
<version>0.1-beta</version>
<version>0.2-beta</version>
</dependency>
<dependency>
<groupId>com.github.informatik-ag-ngl</groupId>