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/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 954281a [GRADUATION] update readme (#1249)
954281a is described below
commit 954281adedf3ca6328940dd3028b193e7bd6a225
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Dec 31 09:42:44 2021 +0100
[GRADUATION] update readme (#1249)
---
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index a478894..a2e741b 100644
--- a/README.md
+++ b/README.md
@@ -15,17 +15,17 @@ specific language governing permissions and limitations
under the License.
-->
-# Apache Hop (incubating)
+# Apache Hop
The Hop Orchestration Platform aims to facilitate all aspects of data and
metadata orchestration.
-[](https://sonarcloud.io/dashboard?id=apache_incubator-hop)
+[](https://sonarcloud.io/dashboard?id=apache_hop)
[](https://ci-builds.apache.org/buildStatus/icon?job=Hop%2FHop%2Fmaster)
-[](https://github.com/apache/incubator-hop/graphs/commit-activity)
+[](https://github.com/apache/hop/graphs/commit-activity)
[](https://twitter.com/ApacheHop)
[](https://www.facebook.com/projhop/)
[](https://www.youtube.com/channel/UCGlcYslwe03Y2zbZ1W6DAGA)
-[](https://www.linkedin.com/company/hop-project/)
+[](https://www.linkedin.com/company/apachehop/)
## Trying Apache Hop
@@ -60,18 +60,18 @@ Recommended:
Clone Hop to a local repository:
- $ git clone https://github.com/apache/incubator-hop.git
+ $ git clone https://github.com/apache/hop.git
Change into the clone repository and build: \
We provide two ways to build the code, if you have the correct Maven version
installed you can use following commands:
- $ cd incubator-hop
+ $ cd hop
$ mvn clean install
We have also added mavenwrapper which simplifies build by using the correct
Apache Maven version when it is not
available on the system
- $ cd incubator-hop
+ $ cd hop
$ ./mvnw clean install
### From release archive
@@ -91,13 +91,13 @@ Unzip the archive
Change into the clone repository and build: \
We provide two ways to build the code, if you have the correct Maven version
installed you can use following commands:
- $ cd apache-hop-*-incubating
+ $ cd apache-hop-*
$ mvn clean install
We have also added mavenwrapper which simplifies build by using the correct
Apache Maven version when it is not
available on the system
- $ cd apache-hop-*-incubating
+ $ cd apache-hop-*
$ ./mvnw clean install
## Run Apache Hop