diff --git a/Dockerfile b/Dockerfile index dc3c517..28da2db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:8-jdk-alpine +FROM openjdk:11-jre-slim RUN mkdir -p /para/lib @@ -7,5 +7,4 @@ WORKDIR /para ENV PARA_PLUGIN_ID="para-dao-sql" \ PARA_PLUGIN_VER="1.38.1" -RUN wget -q -P /para/lib/ https://oss.sonatype.org/service/local/repositories/releases/content/com/erudika/$PARA_PLUGIN_ID/$PARA_PLUGIN_VER/$PARA_PLUGIN_ID-$PARA_PLUGIN_VER-shaded.jar \ - || exit 2 +ADD https://oss.sonatype.org/service/local/repositories/releases/content/com/erudika/$PARA_PLUGIN_ID/$PARA_PLUGIN_VER/$PARA_PLUGIN_ID-$PARA_PLUGIN_VER-shaded.jar /para/lib/ diff --git a/LICENSE b/LICENSE index cbc393c..e71a285 100755 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Erudika LTD, https://erudika.com + Copyright 2021 Erudika LTD, https://erudika.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/java/com/erudika/para/persistence/H2DAO.java b/src/main/java/com/erudika/para/persistence/H2DAO.java index dd520e9..81d932f 100644 --- a/src/main/java/com/erudika/para/persistence/H2DAO.java +++ b/src/main/java/com/erudika/para/persistence/H2DAO.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2020 Erudika. https://erudika.com + * Copyright 2013-2021 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/erudika/para/persistence/H2Utils.java b/src/main/java/com/erudika/para/persistence/H2Utils.java index 72f680a..0181507 100644 --- a/src/main/java/com/erudika/para/persistence/H2Utils.java +++ b/src/main/java/com/erudika/para/persistence/H2Utils.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2020 Erudika. https://erudika.com + * Copyright 2013-2021 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/erudika/para/persistence/SqlDAO.java b/src/main/java/com/erudika/para/persistence/SqlDAO.java index c7228ee..2bc1ffd 100755 --- a/src/main/java/com/erudika/para/persistence/SqlDAO.java +++ b/src/main/java/com/erudika/para/persistence/SqlDAO.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2020 Erudika. https://erudika.com + * Copyright 2013-2021 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/erudika/para/persistence/SqlUtils.java b/src/main/java/com/erudika/para/persistence/SqlUtils.java index 96d15cf..7010ce7 100755 --- a/src/main/java/com/erudika/para/persistence/SqlUtils.java +++ b/src/main/java/com/erudika/para/persistence/SqlUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2020 Erudika. https://erudika.com + * Copyright 2013-2021 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/erudika/para/persistence/DAOTest.java b/src/test/java/com/erudika/para/persistence/DAOTest.java index 53d8b2d..1ee8079 100755 --- a/src/test/java/com/erudika/para/persistence/DAOTest.java +++ b/src/test/java/com/erudika/para/persistence/DAOTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2020 Erudika. https://erudika.com + * Copyright 2013-2021 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/erudika/para/persistence/H2DAOIT.java b/src/test/java/com/erudika/para/persistence/H2DAOIT.java index a03fc06..65964e5 100644 --- a/src/test/java/com/erudika/para/persistence/H2DAOIT.java +++ b/src/test/java/com/erudika/para/persistence/H2DAOIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2020 Erudika. https://erudika.com + * Copyright 2013-2021 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/erudika/para/persistence/SqlDAOIT.java b/src/test/java/com/erudika/para/persistence/SqlDAOIT.java index 1c0516c..c38020c 100755 --- a/src/test/java/com/erudika/para/persistence/SqlDAOIT.java +++ b/src/test/java/com/erudika/para/persistence/SqlDAOIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2020 Erudika. https://erudika.com + * Copyright 2013-2021 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.