Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 6b0ee4c

Browse files
committed
[maven-release-plugin] prepare release release-1.0
1 parent 10c26ff commit 6b0ee4c

File tree

19 files changed

+20
-19
lines changed

19 files changed

+20
-19
lines changed

crawler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.drat</groupId>
77
<artifactId>dms</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<name>Crawler (Apache OODT)</name>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.drat</groupId>
77
<artifactId>dms</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>dms-distribution</artifactId>

extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.drat</groupId>
77
<artifactId>dms</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>dms-extensions</artifactId>

filemgr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.drat</groupId>
77
<artifactId>dms</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<name>File Manager (Apache OODT)</name>

pcs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.drat</groupId>
77
<artifactId>dms</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<name>PCS Config (Apache OODT)</name>

pge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.drat</groupId>
77
<artifactId>dms</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>dms-pge</artifactId>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<name>Apache DRAT</name>
1414
<packaging>pom</packaging>
1515
<description>The Apache Distributed Release Auditing Tool (DRAT).</description>
16-
<version>1.0-SNAPSHOT</version>
16+
<version>1.0</version>
1717

1818
<properties>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -121,6 +121,7 @@
121121
<connection>scm:git:https://github.com/apache/drat.git</connection>
122122
<developerConnection>scm:git:https://github.com/apache/drat.git</developerConnection>
123123
<url>http://github.com/apache/drat</url>
124+
<tag>release-1.0</tag>
124125
</scm>
125126

126127
</project>

proteus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.drat</groupId>
2323
<artifactId>dms</artifactId>
24-
<version>1.0-SNAPSHOT</version>
24+
<version>1.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<name>DRAT Proteus</name>

rat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.drat</groupId>
77
<artifactId>dms</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>dms-rat</artifactId>

resmgr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.drat</groupId>
77
<artifactId>dms</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<name>Resource Manager (Apache OODT)</name>

0 commit comments

Comments
 (0)