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

start development 1.3.0-SNAPSHOT

parent a5492326
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ozgcloud</groupId>
<artifactId>antragsraum</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<name>OZG-Cloud Antragsraum</name>
<packaging>pom</packaging>
......
......@@ -3,7 +3,7 @@
#set -x
if [ "$#" -ne 1 ]; then
echo "Aufruf: ozg-release-startdev.sh NEWVERSION"
echo "Aufruf: release-startdev.sh NEWVERSION"
exit 1
fi
......
......@@ -18,8 +18,7 @@
~ Die sprachspezifischen Genehmigungen und Beschränkungen
~ unter der Lizenz sind dem Lizenztext zu entnehmen.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
......@@ -31,7 +30,7 @@
<groupId>de.ozgcloud.antragsraum</groupId>
<artifactId>antragsraum-server</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<name>OZG-Cloud Antragsraum Server</name>
<description>Server Implementierung des Antragsraums</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment