You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/07/14 20:48:34 UTC

[incubator-hop] branch master updated: Rename artifactId from hop-transforms-mongodb to hop-transform-mongodb

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 884d7cb  Rename artifactId from hop-transforms-mongodb to hop-transform-mongodb
     new f77a4a4  Merge pull request #936 from nadment/ArtifactID
884d7cb is described below

commit 884d7cb34cf114e8edc9d02357e9c636ca66c0bd
Author: Nicolas Adment <na...@gmail.com>
AuthorDate: Wed Jul 14 19:10:55 2021 +0200

    Rename artifactId from hop-transforms-mongodb to hop-transform-mongodb
---
 assemblies/plugins/transforms/mongodb/pom.xml                   | 2 +-
 assemblies/plugins/transforms/mongodb/src/assembly/assembly.xml | 4 ++--
 plugins/transforms/mongodb/pom.xml                              | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assemblies/plugins/transforms/mongodb/pom.xml b/assemblies/plugins/transforms/mongodb/pom.xml
index a9defcd..a682388 100644
--- a/assemblies/plugins/transforms/mongodb/pom.xml
+++ b/assemblies/plugins/transforms/mongodb/pom.xml
@@ -42,7 +42,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.hop</groupId>
-      <artifactId>hop-transforms-mongodb</artifactId>
+      <artifactId>hop-transform-mongodb</artifactId>
       <version>${project.version}</version>
     </dependency>
 
diff --git a/assemblies/plugins/transforms/mongodb/src/assembly/assembly.xml b/assemblies/plugins/transforms/mongodb/src/assembly/assembly.xml
index 1aab927..6c60a13 100644
--- a/assemblies/plugins/transforms/mongodb/src/assembly/assembly.xml
+++ b/assemblies/plugins/transforms/mongodb/src/assembly/assembly.xml
@@ -19,7 +19,7 @@
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
-    <id>hop-transforms-mongodb</id>
+    <id>hop-transform-mongodb</id>
     <formats>
         <format>zip</format>
     </formats>
@@ -43,7 +43,7 @@
         <dependencySet>
             <useProjectArtifact>false</useProjectArtifact>
             <includes>
-                <include>org.apache.hop:hop-transforms-mongodb:jar</include>
+                <include>org.apache.hop:hop-transform-mongodb:jar</include>
             </includes>
         </dependencySet>
         <dependencySet>
diff --git a/plugins/transforms/mongodb/pom.xml b/plugins/transforms/mongodb/pom.xml
index 93db4c7..f85cf18 100644
--- a/plugins/transforms/mongodb/pom.xml
+++ b/plugins/transforms/mongodb/pom.xml
@@ -28,7 +28,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>hop-transforms-mongodb</artifactId>
+  <artifactId>hop-transform-mongodb</artifactId>
   <name>Hop Plugins Transforms MongoDB</name>
   <packaging>jar</packaging>