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 41f3f84 Fix typo plugins name (#354)
41f3f84 is described below
commit 41f3f843f1106b9aa5e7c31edbb921dba0c24e3f
Author: Nicolas Adment <[email protected]>
AuthorDate: Wed Nov 4 23:11:19 2020 +0100
Fix typo plugins name (#354)
---
plugins/transforms/databasejoin/pom.xml | 2 +-
plugins/transforms/pgbulkloader/pom.xml | 2 +-
plugins/transforms/pgp/pom.xml | 2 +-
plugins/transforms/processfiles/pom.xml | 2 +-
plugins/transforms/selectvalues/pom.xml | 2 +-
plugins/transforms/setvalueconstant/pom.xml | 2 +-
plugins/transforms/setvaluefield/pom.xml | 2 +-
plugins/transforms/setvariable/pom.xml | 2 +-
plugins/transforms/sort/pom.xml | 2 +-
plugins/transforms/sortedmerge/pom.xml | 2 +-
plugins/transforms/sql/pom.xml | 2 +-
plugins/transforms/sqlfileoutput/pom.xml | 2 +-
plugins/transforms/ssh/pom.xml | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/plugins/transforms/databasejoin/pom.xml
b/plugins/transforms/databasejoin/pom.xml
index 328e192..e4626cc 100644
--- a/plugins/transforms/databasejoin/pom.xml
+++ b/plugins/transforms/databasejoin/pom.xml
@@ -13,7 +13,7 @@
<artifactId>hop-transform-databasejoin</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms Database Join</name>
+ <name>Hop Plugins Transforms Database Join</name>
<dependencies>
<dependency>
diff --git a/plugins/transforms/pgbulkloader/pom.xml
b/plugins/transforms/pgbulkloader/pom.xml
index 2b59eaa..28d9d69 100644
--- a/plugins/transforms/pgbulkloader/pom.xml
+++ b/plugins/transforms/pgbulkloader/pom.xml
@@ -14,7 +14,7 @@
<artifactId>hop-transform-pgbulkloader</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms PostgreSQL bulk loader</name>
+ <name>Hop Plugins Transforms PostgreSQL bulk loader</name>
<properties>
<postgresql.version>42.2.8</postgresql.version>
diff --git a/plugins/transforms/pgp/pom.xml b/plugins/transforms/pgp/pom.xml
index fabb180..4c031a4 100644
--- a/plugins/transforms/pgp/pom.xml
+++ b/plugins/transforms/pgp/pom.xml
@@ -14,7 +14,7 @@
<artifactId>hop-transform-pgp</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms PGP</name>
+ <name>Hop Plugins Transforms PGP</name>
<properties>
</properties>
diff --git a/plugins/transforms/processfiles/pom.xml
b/plugins/transforms/processfiles/pom.xml
index 7adff9e..1902687 100644
--- a/plugins/transforms/processfiles/pom.xml
+++ b/plugins/transforms/processfiles/pom.xml
@@ -14,7 +14,7 @@
<artifactId>hop-transform-processfiles</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms Process Files</name>
+ <name>Hop Plugins Transforms Process Files</name>
<properties>
</properties>
diff --git a/plugins/transforms/selectvalues/pom.xml
b/plugins/transforms/selectvalues/pom.xml
index 175bff2..566dfbf 100644
--- a/plugins/transforms/selectvalues/pom.xml
+++ b/plugins/transforms/selectvalues/pom.xml
@@ -13,7 +13,7 @@
<artifactId>hop-transform-selectvalues</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms Select Values</name>
+ <name>Hop Plugins Transforms Select Values</name>
<dependencies>
<dependency>
diff --git a/plugins/transforms/setvalueconstant/pom.xml
b/plugins/transforms/setvalueconstant/pom.xml
index fa3ba48..8ca50ef 100644
--- a/plugins/transforms/setvalueconstant/pom.xml
+++ b/plugins/transforms/setvalueconstant/pom.xml
@@ -13,6 +13,6 @@
<artifactId>hop-transform-setvalueconstant</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms Set Value to a Constant</name>
+ <name>Hop Plugins Transforms Set Value to a Constant</name>
</project>
\ No newline at end of file
diff --git a/plugins/transforms/setvaluefield/pom.xml
b/plugins/transforms/setvaluefield/pom.xml
index 09ec824..c3288d2 100644
--- a/plugins/transforms/setvaluefield/pom.xml
+++ b/plugins/transforms/setvaluefield/pom.xml
@@ -13,6 +13,6 @@
<artifactId>hop-transform-setvaluefield</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms Set Value to a Field</name>
+ <name>Hop Plugins Transforms Set Value to a Field</name>
</project>
\ No newline at end of file
diff --git a/plugins/transforms/setvariable/pom.xml
b/plugins/transforms/setvariable/pom.xml
index 63c814a..85789f5 100644
--- a/plugins/transforms/setvariable/pom.xml
+++ b/plugins/transforms/setvariable/pom.xml
@@ -13,6 +13,6 @@
<artifactId>hop-transform-setvariable</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms Set Variables</name>
+ <name>Hop Plugins Transforms Set Variables</name>
</project>
\ No newline at end of file
diff --git a/plugins/transforms/sort/pom.xml b/plugins/transforms/sort/pom.xml
index 28db830..f1f7118 100644
--- a/plugins/transforms/sort/pom.xml
+++ b/plugins/transforms/sort/pom.xml
@@ -13,6 +13,6 @@
<artifactId>hop-transform-sort</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms Sort Rows</name>
+ <name>Hop Plugins Transforms Sort Rows</name>
</project>
\ No newline at end of file
diff --git a/plugins/transforms/sortedmerge/pom.xml
b/plugins/transforms/sortedmerge/pom.xml
index b2a6380..5bd4cee 100644
--- a/plugins/transforms/sortedmerge/pom.xml
+++ b/plugins/transforms/sortedmerge/pom.xml
@@ -13,6 +13,6 @@
<artifactId>hop-transform-sortedmerge</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms Sorted Merge</name>
+ <name>Hop Plugins Transforms Sorted Merge</name>
</project>
\ No newline at end of file
diff --git a/plugins/transforms/sql/pom.xml b/plugins/transforms/sql/pom.xml
index 94b3029..e3a59c5 100644
--- a/plugins/transforms/sql/pom.xml
+++ b/plugins/transforms/sql/pom.xml
@@ -13,6 +13,6 @@
<artifactId>hop-transform-sql</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms SQL</name>
+ <name>Hop Plugins Transforms SQL</name>
</project>
\ No newline at end of file
diff --git a/plugins/transforms/sqlfileoutput/pom.xml
b/plugins/transforms/sqlfileoutput/pom.xml
index 3586bff..4067db4 100644
--- a/plugins/transforms/sqlfileoutput/pom.xml
+++ b/plugins/transforms/sqlfileoutput/pom.xml
@@ -13,6 +13,6 @@
<artifactId>hop-transform-sqlfileoutput</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms SQL File Output</name>
+ <name>Hop Plugins Transforms SQL File Output</name>
</project>
\ No newline at end of file
diff --git a/plugins/transforms/ssh/pom.xml b/plugins/transforms/ssh/pom.xml
index 83d409d..1097cad 100644
--- a/plugins/transforms/ssh/pom.xml
+++ b/plugins/transforms/ssh/pom.xml
@@ -13,7 +13,7 @@
<artifactId>hop-transform-ssh</artifactId>
<packaging>jar</packaging>
- <name>Hop Plugin Transforms SSH</name>
+ <name>Hop Plugins Transforms SSH</name>
<dependencies>
<dependency>