Skip to content

Commit

Permalink
preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Dec 18, 2023
1 parent 9af145d commit 8dd350a
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 16 additions & 0 deletions _tools/docker/develop/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
16 changes: 16 additions & 0 deletions _tools/docker/develop/buid.sh
Original file line number Diff line number Diff line change
@@ -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 .

Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.rapidpm</groupId>
<artifactId>core-dependencies</artifactId>
<groupId>com.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<packaging>pom</packaging>

<version>05.00.00-RPM</version>
Expand Down Expand Up @@ -72,8 +72,10 @@
</licenses>

<properties>
<deploy-repo-url>https://repo.maven.apache.org/maven2/</deploy-repo-url>
<deploy-repo-snapshots-url>https://repo.maven.apache.org/maven2/</deploy-repo-snapshots-url>
<!-- <deploy-repo-url>https://repo.maven.apache.org/maven2/</deploy-repo-url>-->
<deploy-repo-url>https://maven.pkg.github.com/svenruppert/dependencies/</deploy-repo-url>
<!-- <deploy-repo-snapshots-url>https://repo.maven.apache.org/maven2/</deploy-repo-snapshots-url>-->
<deploy-repo-snapshots-url>https://maven.pkg.github.com/svenruppert/dependencies/</deploy-repo-snapshots-url>

<activateJavaOnly>false</activateJavaOnly>

Expand Down Expand Up @@ -1266,7 +1268,7 @@
<!-- <additionalOption>-html5</additionalOption>-->
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>-->
</additionalOptions>
<destDir>target/doc/apidoc/</destDir>
<!-- <destDir>target/doc/apidoc/</destDir>-->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 8dd350a

Please sign in to comment.