Skip to content

Commit 2ede18d

Browse files
committed
[maven-release-plugin] prepare release rel/1.10.1
1 parent 0773baa commit 2ede18d

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

assemble/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo</artifactId>
2626
<packaging>pom</packaging>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-core</artifactId>
2626
<name>Apache Accumulo Core</name>

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-docs</artifactId>
2626
<packaging>pom</packaging>

examples/simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>accumulo-examples-simple</artifactId>

fate/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-fate</artifactId>
2626
<name>Apache Accumulo Fate</name>

iterator-test-harness/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-iterator-test-harness</artifactId>
2626
<name>Apache Accumulo Iterator Test Harness</name>

maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-maven-plugin</artifactId>
2626
<packaging>maven-plugin</packaging>

minicluster/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-minicluster</artifactId>
2626
<name>Apache Accumulo MiniCluster</name>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525
<groupId>org.apache.accumulo</groupId>
2626
<artifactId>accumulo-project</artifactId>
27-
<version>1.10.1-SNAPSHOT</version>
27+
<version>1.10.1</version>
2828
<packaging>pom</packaging>
2929
<name>Apache Accumulo Project</name>
3030
<description>Apache Accumulo is a sorted, distributed key/value store based
@@ -101,7 +101,7 @@
101101
<scm>
102102
<connection>scm:git:https://gitbox.apache.org/repos/asf/accumulo.git</connection>
103103
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/accumulo.git</developerConnection>
104-
<tag>HEAD</tag>
104+
<tag>rel/1.10.1</tag>
105105
<url>https://gitbox.apache.org/repos/asf?p=accumulo.git</url>
106106
</scm>
107107
<issueManagement>
@@ -140,7 +140,7 @@
140140
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
141141
<powermock.version>2.0.7</powermock.version>
142142
<!-- timestamp for reproducible outputs, updated on release by the release plugin -->
143-
<project.build.outputTimestamp>2020-08-27T15:56:15Z</project.build.outputTimestamp>
143+
<project.build.outputTimestamp>2020-12-17T22:04:38Z</project.build.outputTimestamp>
144144
<rat.consoleOutput>true</rat.consoleOutput>
145145
<!-- surefire/failsafe plugin option -->
146146
<reuseForks>false</reuseForks>

proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-proxy</artifactId>
2626
<name>Apache Accumulo Proxy</name>

server/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>accumulo-server-base</artifactId>

server/gc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>accumulo-gc</artifactId>

server/master/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>accumulo-master</artifactId>

server/monitor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>accumulo-monitor</artifactId>

server/native/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>accumulo-native</artifactId>

server/tracer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>accumulo-tracer</artifactId>

server/tserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>accumulo-tserver</artifactId>

shell/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-shell</artifactId>
2626
<name>Apache Accumulo Shell</name>

start/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-start</artifactId>
2626
<name>Apache Accumulo Start</name>

test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-test</artifactId>
2626
<name>Apache Accumulo Testing</name>

trace/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.accumulo</groupId>
2222
<artifactId>accumulo-project</artifactId>
23-
<version>1.10.1-SNAPSHOT</version>
23+
<version>1.10.1</version>
2424
</parent>
2525
<artifactId>accumulo-trace</artifactId>
2626
<name>Apache Accumulo Trace</name>

0 commit comments

Comments
 (0)