switch scm from github to gitea

master
Markus Kreth 3 years ago
parent 378972d41d
commit 68890f1e76
  1. 15
      .classpath
  2. 5
      pom.xml

@ -6,7 +6,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -28,20 +28,9 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="target/generated-sources/annotations">
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<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>
<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>

@ -143,8 +143,7 @@
</plugins>
</build>
<scm>
<developerConnection>scm:git:https://github.com/markuskreth/PropertyToJavaGenerator.git</developerConnection>
<connection>scm:git:https://github.com/markuskreth/PropertyToJavaGenerator.git</connection>
<tag>PropertyToJavaGenerator-2.0.0</tag>
<developerConnection>scm:git:git@kreth-development.de:markus/PropertyToJavaGenerator.git</developerConnection>
<connection>scm:git:git@kreth-development.de:markus/PropertyToJavaGenerator.git</connection>
</scm>
</project>
Loading…
Cancel
Save