From e9297cfa6b7b86ffdfa1d10609295771c9b00e18 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 01 Dec 2014 15:00:01 +0000
Subject: [PATCH] #396 fix - Added automated license code generation

---
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 914f385..9b5eab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
 		<dependency>
 			<groupId>org.apache.logging.log4j</groupId>
 			<artifactId>log4j-core</artifactId>
-			<version>2.0.2</version>
+			<version>2.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
@@ -69,14 +69,14 @@
       <uniqueVersion>true</uniqueVersion>
       <id>curistec</id>
       <name>CurisTec Corporate Repository</name>
-      <url>http://92.54.10.233:48080/archiva/repository/internal/</url>
+      <url>http://archiva.curisit.net/archiva/repository/internal/</url>
       <layout>default</layout>
     </repository>
     <snapshotRepository>
       <uniqueVersion>true</uniqueVersion>
       <id>curistecSnapshot</id>
       <name>CurisTec Snapshots</name>
-      <url>http://10.0.0.12:8080/archiva/repository/snapshots/</url>
+      <url>http://archiva.curisit.net/archiva/repository/snapshots/</url>
       <layout>default</layout>
    </snapshotRepository>
 	</distributionManagement>

--
Gitblit v1.3.2