0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/datasource/maven/__fixtures__/pom.scm-prefix.xml
Rhys Arkins dca3418bbd refactor: lib/modules (#14488)
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/

BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00

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>