renovate/lib/modules/datasource/maven/__fixtures__/pom.scm-prefix.xml

19 lines
657 B
XML

<!--
License
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>package</artifactId>
<name>Generic Package</name>
<description>Generic Maven Package</description>
<scm>
<url>scm:https://github.com/example/test</url>
<connection>scm:git@github.com:example/test.git</connection>
<developerConnection>scm:git@github.com:example/test.git</developerConnection>
</scm>
</project>