Skip to content
Snippets Groups Projects
Commit 748a82d9 authored by Christian Wulf's avatar Christian Wulf
Browse files

Merge branch 'maven-repo' into 'master'

Maven repo

At least the snapshot deployment works.
When we are ready to release 1.0, we need to test if this also works, as a release needs to comply with stricter rules.
To see the changed needed on settings.xml, look at #52

See merge request !9
parents 4749cca9 80ffafdf
No related branches found
No related tags found
No related merge requests found
...@@ -39,18 +39,22 @@ ...@@ -39,18 +39,22 @@
<id>chw</id> <id>chw</id>
<name>Christian Wulf</name> <name>Christian Wulf</name>
<email>chw@informatik.uni-kiel.de</email> <email>chw@informatik.uni-kiel.de</email>
<organization>Christian-Albrechts-Universitaet zu Kiel</organization>
<organizationUrl>http://www.se.informatik.uni-kiel.de/en/team/christian-wulf</organizationUrl>
</developer> </developer>
<developer> <developer>
<id>ntd</id> <id>ntd</id>
<name>Nelson Tavares de Sousa</name> <name>Nelson Tavares de Sousa</name>
<email>ntd@informatik.uni-kiel.de</email> <email>ntd@informatik.uni-kiel.de</email>
<organization>Christian-Albrechts-Universitaet zu Kiel</organization>
<organizationUrl>http://www.se.uni-kiel.de/en</organizationUrl>
</developer> </developer>
</developers> </developers>
<scm> <scm>
<connection>scm:git:https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git</connection> <connection>scm:git:https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git</connection>
<developerConnection>scm:git:ssh://gitlab@build.se.informatik.uni-kiel.de:chw/teetime.git</developerConnection> <developerConnection>scm:git:ssh://gitlab@build.se.informatik.uni-kiel.de:chw/teetime.git</developerConnection>
<url>http://teetime.sourceforge.net</url> <url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/</url>
</scm> </scm>
<repositories> <repositories>
...@@ -191,7 +195,7 @@ ...@@ -191,7 +195,7 @@
<configuration> <configuration>
<serverId>ossrh</serverId> <serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl> <nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose> <autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration> </configuration>
</plugin> </plugin>
......
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