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 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>de.itvsh.ozg</groupId> <groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId> <artifactId>goofy</artifactId>
<version>0.7.0-SNAPSHOT</version> <version>0.7.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>de.itvsh.ozg</groupId> <groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId> <artifactId>goofy</artifactId>
<version>0.7.0-SNAPSHOT</version> <version>0.7.0</version>
</parent> </parent>
<artifactId>goofy-server</artifactId> <artifactId>goofy-server</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.itvsh.ozg</groupId> <groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId> <artifactId>goofy</artifactId>
<version>0.7.0-SNAPSHOT</version> <version>0.7.0</version>
<name>Goofy Parent</name> <name>Goofy Parent</name>
<packaging>pom</packaging> <packaging>pom</packaging>
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version> <java.version>11</java.version>
<pluto.version>${project.version}</pluto.version>
<spring.boot.version>2.4.5</spring.boot.version> <spring.boot.version>2.4.5</spring.boot.version>
<grpc.spring-boot-starter.version>2.10.1.RELEASE</grpc.spring-boot-starter.version> <grpc.spring-boot-starter.version>2.10.1.RELEASE</grpc.spring-boot-starter.version>
...@@ -85,7 +87,7 @@ ...@@ -85,7 +87,7 @@
<dependency> <dependency>
<groupId>de.itvsh.ozg.pluto</groupId> <groupId>de.itvsh.ozg.pluto</groupId>
<artifactId>pluto-interface</artifactId> <artifactId>pluto-interface</artifactId>
<version>${project.version}</version> <version>${pluto.version}</version>
</dependency> </dependency>
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment