Skip to content
Snippets Groups Projects
Commit e7123670 authored by OZGCloud's avatar OZGCloud
Browse files

RELEASE 0.7.0

parent 2d0407df
Branches
Tags 0.7.0
No related merge requests found
......@@ -5,7 +5,7 @@
<parent>
<groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -7,7 +7,7 @@
<parent>
<groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<artifactId>goofy-server</artifactId>
......
......@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<name>Goofy Parent</name>
<packaging>pom</packaging>
......@@ -18,6 +18,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<pluto.version>${project.version}</pluto.version>
<spring.boot.version>2.4.5</spring.boot.version>
......@@ -85,7 +87,7 @@
<dependency>
<groupId>de.itvsh.ozg.pluto</groupId>
<artifactId>pluto-interface</artifactId>
<version>${project.version}</version>
<version>${pluto.version}</version>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment