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

Commit b2dc309

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7e8bb78 commit b2dc309

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
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</version>
8+
<version>1.1-SNAPSHOT</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</version>
8+
<version>1.1-SNAPSHOT</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</version>
8+
<version>1.1-SNAPSHOT</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</version>
8+
<version>1.1-SNAPSHOT</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</version>
8+
<version>1.1-SNAPSHOT</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</version>
8+
<version>1.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>dms-pge</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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</version>
16+
<version>1.1-SNAPSHOT</version>
1717

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

127127
</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</version>
24+
<version>1.1-SNAPSHOT</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</version>
8+
<version>1.1-SNAPSHOT</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</version>
8+
<version>1.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<name>Resource Manager (Apache OODT)</name>

0 commit comments

Comments
 (0)