summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 1 insertions, 19 deletions
diff --git a/pom.xml b/pom.xml
index 64bafdb..1a3f77e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,30 +9,12 @@
<packaging>pom</packaging>
<name>taskmanager</name>
- <url>http://google.de/</url>
+ <url>https://git.openslx.org/openslx-ng/taskman-lite.git</url>
<modules>
<module>daemon</module>
<module>api</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.6.1</version>
- <configuration>
- <source>1.7</source>
- <target>1.7</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
</project>