switch to gitea scm

master
Markus Kreth 3 years ago
parent f55dcac7a0
commit 011a715580
  1. 16
      .classpath
  2. 4
      pom.xml

@ -33,27 +33,15 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<classpathentry kind="src" output="target/test-classes" path=".apt_generated_tests">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path=".apt_generated_tests">
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>

@ -344,8 +344,8 @@
</profiles>
<scm>
<developerConnection>scm:git:https://github.com/markuskreth/TrainerInvoice.git</developerConnection>
<connection>scm:git:https://github.com/markuskreth/TrainerInvoice.git</connection>
<developerConnection>scm:git:git@kreth-development.de:markus/TrainerInvoice.git</developerConnection>
<connection>scm:git:git@kreth-development.de:markus/TrainerInvoice.git</connection>
<tag>HEAD</tag>
</scm>
</project>
Loading…
Cancel
Save