Version war nicht auf 1.7.0 gesetzt, korrigiert.

This commit is contained in:
2022-07-09 14:16:41 +02:00
parent 22084fb40d
commit a8a84b6ec5

View File

@@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>
<groupId>at.vvo.omds</groupId>
<artifactId>OMDSServiceDefinition</artifactId>
<version>1.6.0</version>
<version>1.7.0</version><!-- Master -->
<name>OMDS Service Definition</name>
<description>Dieses Projekt enthaelt die Definitionen fuer die OMDS Services.</description>
<properties>
<currentReleaseDir>r1_6_0</currentReleaseDir>
<currentReleaseDir>r1_7_0</currentReleaseDir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>