From 47b64bd16c6a88a1ab62e04a1aba4b1b2ad8a5ab Mon Sep 17 00:00:00 2001 From: Gianlu Date: Thu, 6 Dec 2018 21:31:11 +0100 Subject: [PATCH] Retrying release 0.0.1 --- .travis.yml | 18 +++++++++--------- api/pom.xml | 27 +++++++++++++++++++++++++++ core/pom.xml | 2 +- 3 files changed, 37 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcff1c10..00d00e98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,15 +22,15 @@ deploy: api_key: secure: qD8WixE5dpxKyiDEEPdrWVchBxMw7NKLrSNeUEJIb+p9Wq/yJ4cf3DScXYJToFJ/SB5JPCjjyj7rudOJ2wUMydJ01UGVJ+vbR/dTIXjtQxRJ7bDuqq4AGeUjZvDeBhigrA6hxWsqkzbRZzPEMcsWPa77Bs5drwiSJVixS2kLWgH3cKzLHZaqRQnlOeX20MHcPLFr/K0buFBg+qKUazx/z56qJuT0hh6+DYbXhdB9qK3bcGgUPE7rEaq6qfK0o3bZibCxtxFpMQR9qNXHnxfV5hUnq/k/YHQUNwFVo8kA3mSniYd9LxycLQ5nlwcbA2EgjKoJmQ3GYg1VLNsXVbWbw4aAl54h/7k7JzlCfpmM4DDrN62hGYzcoU+dD1WkAQob7a20pmmUmZI5LYUOJPIrpS98/DjDQdnkGeU/waCswSmjIYCqWhX2n0F1yYmC8X9nD2tRUCSyAAT3jFotLyRCsbjy1zg5xBFDw/Lgvd2ixgsnlVVKJrAo4q396WWstcL/2oGR/+J5K/Otlh0BBjJ+ND6tlKqOMFVLm6sE8WL0490Y9C2kumf9kDXV3QqganPnGS7/2MqqJBHrqhDXUbSZhkcExYfZwFjMqHA+Fi6yAFUvtNBC5W6nydWi2Nh1k5QiHtxCnukVnGU7iN0o+tT/H5d3UEklT+xIE0tILWcrXII= file: - - core/target/librespot-java-core-jar-with-dependencies.jar - - core/target/librespot-java-core-javadoc.jar - - core/target/librespot-java-core-sources.jar - - api/target/librespot-java-api-jar-with-dependencies.jar - - api/target/librespot-java-api-javadoc.jar - - api/target/librespot-java-api-sources.jar - - api-client/target/librespot-java-api-client-jar-with-dependencies.jar - - api-client/target/librespot-java-api-client-javadoc.jar - - api-client/target/librespot-java-api-client-sources.jar + - core/target/librespot-core-jar-with-dependencies.jar + - core/target/librespot-core-javadoc.jar + - core/target/librespot-core-sources.jar + - api/target/librespot-api-jar-with-dependencies.jar + - api/target/librespot-api-javadoc.jar + - api/target/librespot-api-sources.jar + - api-client/target/librespot-api-client-jar-with-dependencies.jar + - api-client/target/librespot-api-client-javadoc.jar + - api-client/target/librespot-api-client-sources.jar on: repo: librespot-org/librespot-java tags: true diff --git a/api/pom.xml b/api/pom.xml index 3aae7bba..202f4e56 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -13,6 +13,33 @@ jar librespot-java api + + librespot-api + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + + xyz.gianlu.librespot.api.Main + + + + jar-with-dependencies + + + + + + + diff --git a/core/pom.xml b/core/pom.xml index 8cc0d73f..c3ad65cb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,7 +15,7 @@ librespot-java core - librespot-java-core + librespot-core org.apache.maven.plugins