diff --git a/.github/workflows/build-publish.yml b/.github/workflows/ci.yml
similarity index 96%
rename from .github/workflows/build-publish.yml
rename to .github/workflows/ci.yml
index 5fb3fc9c..0ce85a34 100644
--- a/.github/workflows/build-publish.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: Build and Publish
+name: CI
on:
push:
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index b5ffed3f..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-language: java
-jdk:
- - openjdk8
diff --git a/pom.xml b/pom.xml
index 2879fb06..fd011572 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,18 +100,18 @@
-
-
- Mekom Solutions Nexus repo for releases
- mks-nexus-public-releases
- https://nexus.mekomsolutions.net/repository/maven-releases
-
-
- Mekom Solutions Nexus repo for snapshots
- mks-nexus-public-snapshots
- https://nexus.mekomsolutions.net/repository/maven-snapshots
-
-
+
+
+ mks-nexus-public-releases
+ Mekom Solutions Nexus repo for releases
+ https://nexus.mekomsolutions.net/repository/maven-releases
+
+
+ mks-nexus-public-snapshots
+ Mekom Solutions Nexus repo for snapshots
+ https://nexus.mekomsolutions.net/repository/maven-snapshots
+
+