This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git
The following commit(s) were added to refs/heads/master by this push:
new 3f2883b Prepare for 1.0 release candidate.
3f2883b is described below
commit 3f2883bc6b1984fe0e162c5a984fbd34a2a129bc
Author: Chris Mattmann <[email protected]>
AuthorDate: Sat Sep 28 09:31:42 2019 -0700
Prepare for 1.0 release candidate.
---
pom.xml | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index fcc44d6..26a7be7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,18 @@
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>21</version>
+ <relativePath />
+ </parent>
<groupId>org.apache.drat</groupId>
<artifactId>dms</artifactId>
- <name>Data Management System</name>
+ <name>Apache DRAT</name>
<packaging>pom</packaging>
- <description>Data Management System Powered by Apache OODT delivered via
RADiX</description>
+ <description>The Apache Distributed Release Auditing Tool
(DRAT).</description>
<version>0.1</version>
<properties>
@@ -33,20 +39,6 @@
</repository>
</repositories>
- <distributionManagement>
- <!-- use the following if you're not using a snapshot version. -->
- <repository>
- <id>repo</id>
- <name>Repository Name</name>
- <url>scp://host/path/to/repo</url>
- </repository>
- <!-- use the following if you ARE using a snapshot version. -->
- <snapshotRepository>
- <id>repo</id>
- <name>Repository Name</name>
- <url>scp://host/path/to/repo</url>
- </snapshotRepository>
- </distributionManagement>
<build>
<defaultGoal>clean install</defaultGoal>
@@ -122,4 +114,13 @@
<module>proteus</module>
<module>distribution</module>
</modules>
+
+
+ <scm>
+ <connection>scm:git:https://github.com/apache/drat.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/drat.git</developerConnection>
+ <url>http://github.com/apache/drat</url>
+ <tag>HEAD</tag>
+ </scm>
+
</project>