diff --git a/README.md b/README.md index 538cbe6..6e921d0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ ## Version's ### 05.00.00-SRU - BREAKING CHANGE +With version 5.x I will switch the namespace from org.rapidpm to com.svenruppert +This has to do with organisational requirements on my side. I will move this repo to the Github organisation **svenruppert**. The license will be still the same. The change on your side, should be only the declaration of the parent pom. diff --git a/_tools/docker/develop/Dockerfile b/_tools/docker/develop/Dockerfile index 9e4ad67..10dfeb0 100644 --- a/_tools/docker/develop/Dockerfile +++ b/_tools/docker/develop/Dockerfile @@ -1,3 +1,19 @@ +# +# Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + FROM debian:bookworm-slim LABEL maintainer="Sven Ruppert sven.ruppert@gmail.com" description="zulu-dev-fx:21.0.1-zulu" diff --git a/_tools/docker/develop/buid.sh b/_tools/docker/develop/buid.sh index cc6d683..9492ff7 100755 --- a/_tools/docker/develop/buid.sh +++ b/_tools/docker/develop/buid.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com) +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + echo start building the images podman build -t svenruppert/zulu-dev . diff --git a/docker-compose.yml b/docker-compose.yml index 66bbca4..218b2a1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ version: '3.5' services: deploy: - image: svenruppert/deploy:1.8.0-222 + image: svenruppert/deploy:21.0.1-zulu container_name: deploy-rpm-dependencies hostname: deploy-rpm-dependencies volumes: @@ -29,5 +29,4 @@ services: command: 'mvn license:format clean deploy -P_release_prepare -P_release_sign-artifacts - -Pvaadin-install-nodejs -Dmaven.test.skip=true' \ No newline at end of file diff --git a/pom.xml b/pom.xml index fa91ddb..6516956 100644 --- a/pom.xml +++ b/pom.xml @@ -22,8 +22,8 @@ 4.0.0 - org.rapidpm - core-dependencies + com.svenruppert + dependencies pom 05.00.00-RPM @@ -72,8 +72,10 @@ - https://repo.maven.apache.org/maven2/ - https://repo.maven.apache.org/maven2/ + + https://maven.pkg.github.com/svenruppert/dependencies/ + + https://maven.pkg.github.com/svenruppert/dependencies/ false @@ -1266,7 +1268,7 @@ - target/doc/apidoc/ +