This is an automated email from the ASF dual-hosted git repository. diru pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-sitemap.git
commit a36d7e97d97a90938137b39ec75e3d17c07a5284 Author: Dirk Rudolph <[email protected]> AuthorDate: Mon Jun 28 11:15:29 2021 +0200 add scm information to pom --- pom.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index dcc90d9..f65da4c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ specific language governing permissions and limitations under the 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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -29,8 +28,15 @@ <artifactId>org.apache.sling.sitemap</artifactId> <version>1.0.0-SNAPSHOT</version> - <name>Apache Sling Sitemaps</name> - <description>An Apache Sling extension to generate XML Sitemaps.</description> + <name>Apache Sling Sitemap</name> + <description>An Apache Sling extension to generate xml sitemaps.</description> + + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-sitemap.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-sitemap.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-sitemap.git</url> + <tag>HEAD</tag> + </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
