switch scm from github to gitea

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

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