<?xml version="1.0" encoding="UTF-8"?>
<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>
    <parent>
        <groupId>org.jboss.weld</groupId>
        <artifactId>weld-parent</artifactId>
        <version>39</version>
    </parent>

    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-common-build-config</artifactId>
    <version>13</version>
    <name>Weld: Common Build Configuration</name>

    <!-- SCM and distribution management -->
    <scm>
        <connection>scm:git:git@github.com:weld/build.git</connection>
        <developerConnection>scm:git:git@github.com:weld/build.git</developerConnection>
        <url>scm:git:git@github.com:weld/build.git</url>
        <tag>13</tag>
    </scm>

</project>
