From 39e08d3bb0664703dc578d14f334af313c94864e Mon Sep 17 00:00:00 2001
From: "fries.pascal" <pasi@therealdragon.de>
Date: Mon, 6 Aug 2018 15:07:20 +0200
Subject: [PATCH] error free xcore

---
 dummy.TXT                              | 0
 tools.descartes.dni.adaptation/pom.xml | 8 ++------
 tools.descartes.dni.core/pom.xml       | 2 +-
 3 files changed, 3 insertions(+), 7 deletions(-)
 delete mode 100644 dummy.TXT

diff --git a/dummy.TXT b/dummy.TXT
deleted file mode 100644
index e69de29b..00000000
diff --git a/tools.descartes.dni.adaptation/pom.xml b/tools.descartes.dni.adaptation/pom.xml
index 84121768..71d93d46 100644
--- a/tools.descartes.dni.adaptation/pom.xml
+++ b/tools.descartes.dni.adaptation/pom.xml
@@ -3,12 +3,8 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>tools.descartes.dni</groupId>
 	<artifactId>adaptation-metamodel</artifactId>
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.2.0-SNAPSHOT</version>
 
-	
-	
-	
-	
 	<distributionManagement>
 		<repository>
 			<id>se-uw-nexus</id>
@@ -104,7 +100,7 @@
 		<dependency>
 			<groupId>tools.descartes.dni</groupId>
 			<artifactId>core-metamodel</artifactId>
-			<version>3.1.0-SNAPSHOT</version>
+			<version>3.2.0-SNAPSHOT</version>
 		</dependency>
 
 	</dependencies>
diff --git a/tools.descartes.dni.core/pom.xml b/tools.descartes.dni.core/pom.xml
index 0397b8c7..2111799b 100644
--- a/tools.descartes.dni.core/pom.xml
+++ b/tools.descartes.dni.core/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>tools.descartes.dni</groupId>
 	<artifactId>core-metamodel</artifactId>
-	<version>3.1.0-SNAPSHOT</version>
+	<version>3.2.0-SNAPSHOT</version>
 
 	
 	
-- 
GitLab