[
https://issues.apache.org/jira/browse/MAHOUT-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021461#comment-17021461
]
Andrew Palumbo edited comment on MAHOUT-2083 at 1/22/20 8:15 PM:
-----------------------------------------------------------------
when cutting RC3, hdfs and spark modules had already been reset to use next
iteration development poms {{14.2-SNAPSHOT}} for their dependencies:
```xml
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index 07cf7d5bd..3dc92a09f 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -174,13 +174,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mahout-core_${scala.compat.version}</artifactId>
- <version>14.2-SNAPSHOT</version>
+ <version>14.1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mahout-core_${scala.compat.version}</artifactId>
- <version>14.2-SNAPSHOT</version>
+ <version>14.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 93d8ab2e5..765225814 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -252,13 +252,13 @@
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-core_${scala.compat.version}</artifactId>
- <version>14.2-SNAPSHOT</version>
+ <version>14.1</version>
</dependency>
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-hdfs_${scala.compat.version}</artifactId>
- <version>14.2-SNAPSHOT</version>
+ <version>14.1</version>
</dependency>
```
This was a mistake on my part due to the manual release steps being used to
deploy 2.11 and 2.12 artifacts. I have notes that with some sed/awk magic
could be turned to scripts eventually; we should try to automate this release
process, or at least narrow it down to a couple of scripts in 14.2 IMO.
was (Author: andrew_palumbo):
when cutting RC3, hdfs and spark modules had already been reset to use next
iteration development poms \{{14.2-SNAPSHOT}} for their dependencies.
This was a mistake on my part due to the manual release steps being used to
deploy 2.11 and 2.12 artifacts. I have notes that with some sed/awk magic
could be turned to scripts eventually; we should try to automate this release
process, or at least narrow it down to a couple of scripts in 14.2 IMO.
> Release sources contain pom.XmlBackup and are mising engine and hdfs
> submodules
> -------------------------------------------------------------------------------
>
> Key: MAHOUT-2083
> URL: https://issues.apache.org/jira/browse/MAHOUT-2083
> Project: Mahout
> Issue Type: Bug
> Components: release
> Affects Versions: 14.1
> Reporter: Trevor Grant
> Assignee: Andrew Palumbo
> Priority: Blocker
> Fix For: 14.1
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)