This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 1.10.4-rc1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit 47ac68d1a220a90bc80618f9684252b243df6b27 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Mon Nov 13 09:32:26 2023 -0500 [maven-release-plugin] prepare release rel/1.10.4 --- assemble/pom.xml | 2 +- core/pom.xml | 2 +- docs/pom.xml | 2 +- examples/simple/pom.xml | 2 +- fate/pom.xml | 2 +- iterator-test-harness/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- minicluster/pom.xml | 2 +- pom.xml | 6 +++--- proxy/pom.xml | 2 +- server/base/pom.xml | 2 +- server/gc/pom.xml | 2 +- server/master/pom.xml | 2 +- server/monitor/pom.xml | 2 +- server/native/pom.xml | 2 +- server/tracer/pom.xml | 2 +- server/tserver/pom.xml | 2 +- shell/pom.xml | 2 +- start/pom.xml | 2 +- test/pom.xml | 2 +- trace/pom.xml | 2 +- 21 files changed, 23 insertions(+), 23 deletions(-) diff --git a/assemble/pom.xml b/assemble/pom.xml index 930089ace9..5c0101672b 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo</artifactId> <packaging>pom</packaging> diff --git a/core/pom.xml b/core/pom.xml index bebf4382b9..d91489e2ca 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-core</artifactId> <name>Apache Accumulo Core</name> diff --git a/docs/pom.xml b/docs/pom.xml index 2120d8ec7c..ea1ed51c1f 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-docs</artifactId> <packaging>pom</packaging> diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index a254b8abbd..87d2a0a0e4 100644 --- a/examples/simple/pom.xml +++ b/examples/simple/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-examples-simple</artifactId> diff --git a/fate/pom.xml b/fate/pom.xml index 60369bdbe7..4369d16215 100644 --- a/fate/pom.xml +++ b/fate/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-fate</artifactId> <name>Apache Accumulo Fate</name> diff --git a/iterator-test-harness/pom.xml b/iterator-test-harness/pom.xml index f84335e337..dde818666f 100644 --- a/iterator-test-harness/pom.xml +++ b/iterator-test-harness/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-iterator-test-harness</artifactId> <name>Apache Accumulo Iterator Test Harness</name> diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index a63a6f5ea1..9d1916007b 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-maven-plugin</artifactId> <packaging>maven-plugin</packaging> diff --git a/minicluster/pom.xml b/minicluster/pom.xml index d4d837ddab..82e40b1ff6 100644 --- a/minicluster/pom.xml +++ b/minicluster/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-minicluster</artifactId> <name>Apache Accumulo MiniCluster</name> diff --git a/pom.xml b/pom.xml index 4713692c1b..9f138b45f6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <packaging>pom</packaging> <name>Apache Accumulo Project</name> <description>Apache Accumulo is a sorted, distributed key/value store based @@ -101,7 +101,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/accumulo.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/accumulo.git</developerConnection> - <tag>HEAD</tag> + <tag>rel/1.10.4</tag> <url>https://gitbox.apache.org/repos/asf?p=accumulo.git</url> </scm> <issueManagement> @@ -144,7 +144,7 @@ <minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion> <powermock.version>2.0.9</powermock.version> <!-- timestamp for reproducible outputs, updated on release by the release plugin --> - <project.build.outputTimestamp>2023-04-07T20:15:28Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-11-13T14:31:32Z</project.build.outputTimestamp> <rat.consoleOutput>true</rat.consoleOutput> <!-- surefire/failsafe plugin option --> <reuseForks>false</reuseForks> diff --git a/proxy/pom.xml b/proxy/pom.xml index 659db0b62d..a1114b0710 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-proxy</artifactId> <name>Apache Accumulo Proxy</name> diff --git a/server/base/pom.xml b/server/base/pom.xml index 9bf2c067b2..2c5f1b0572 100644 --- a/server/base/pom.xml +++ b/server/base/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-server-base</artifactId> diff --git a/server/gc/pom.xml b/server/gc/pom.xml index 3412d7a7f9..5e83882a01 100644 --- a/server/gc/pom.xml +++ b/server/gc/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-gc</artifactId> diff --git a/server/master/pom.xml b/server/master/pom.xml index f4d1fa68b8..21b5735c21 100644 --- a/server/master/pom.xml +++ b/server/master/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-master</artifactId> diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml index 9c6663304a..e1cfe60661 100644 --- a/server/monitor/pom.xml +++ b/server/monitor/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-monitor</artifactId> diff --git a/server/native/pom.xml b/server/native/pom.xml index 9c78e03284..e7131dc284 100644 --- a/server/native/pom.xml +++ b/server/native/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-native</artifactId> diff --git a/server/tracer/pom.xml b/server/tracer/pom.xml index 277f3511f6..2a5255e2a0 100644 --- a/server/tracer/pom.xml +++ b/server/tracer/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-tracer</artifactId> diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml index 9b56a06979..cdb83d5742 100644 --- a/server/tserver/pom.xml +++ b/server/tserver/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-tserver</artifactId> diff --git a/shell/pom.xml b/shell/pom.xml index 40d6af6acd..911d140f09 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-shell</artifactId> <name>Apache Accumulo Shell</name> diff --git a/start/pom.xml b/start/pom.xml index a1ac143ce2..ebb4f77dba 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-start</artifactId> <name>Apache Accumulo Start</name> diff --git a/test/pom.xml b/test/pom.xml index 40fefbec69..3d3d6914a4 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-test</artifactId> <name>Apache Accumulo Testing</name> diff --git a/trace/pom.xml b/trace/pom.xml index 6d42b03d3c..fdf0c6744a 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-project</artifactId> - <version>1.10.4-SNAPSHOT</version> + <version>1.10.4</version> </parent> <artifactId>accumulo-trace</artifactId> <name>Apache Accumulo Trace</name>