From 75c5ddaca49744dcf87c5ccfd6facc510572473f Mon Sep 17 00:00:00 2001
From: Jens Bendisposto <jens@bendisposto.de>
Date: Thu, 25 Feb 2016 16:59:32 +0100
Subject: [PATCH] Update build.gradle

---
 build.gradle | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index 16111eb..27e948a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'maven'
 apply plugin: 'jacoco'
 apply plugin: 'findbugs'
 
-project.version = '1.0.2-SNAPSHOT'
+project.version = '1.0.3-SNAPSHOT'
 project.group = 'de.hhu.stups'
 
 project.sourceCompatibility = '1.7'
@@ -16,10 +16,6 @@ repositories {
 		name "sonatype snapshots"
 		url "https://oss.sonatype.org/content/repositories/snapshots"
 	}
-	maven {
-		name "cobra"
-		url "http://cobra.cs.uni-duesseldorf.de/artifactory/repo"
-	}
 }
 
 configurations.all {
-- 
GitLab