Skip to content
Snippets Groups Projects
Commit 34381897 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Updated the pom.xml file to use the correct group name, point to the correct...

Updated the pom.xml file to use the correct group name, point to the correct servers, and include the dependencies repo. Mantis: Fixes #2 Fixes #3 Fixes #4
parent b2d66314
No related branches found
No related tags found
No related merge requests found
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>syncleus.com</groupId> <groupId>com.syncleus</groupId>
<artifactId>dann</artifactId> <artifactId>dann</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>
<groupId>syncleus.com</groupId> <groupId>com.syncleus</groupId>
<artifactId>dann-core</artifactId> <artifactId>dann-core</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment