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"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="src" path="target/generated-sources/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"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<attributes> <attributes>
<attribute name="optional" value="true"/> <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"/> <attribute name="test" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="src" output="target/test-classes" path=".apt_generated_tests"> <classpathentry kind="src" path="target/generated-sources/annotations">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="test" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/classes"/> <classpathentry kind="output" path="target/classes"/>

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