Skip to content

Commit 619a995

Browse files
#165: Removed references to outdated maven.exasol.com repository (#166)
Fixes #165 * Bump actions/checkout from 2.3.1 to 3.5.0 (#164) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump JamesIves/github-pages-deploy-action from 4.1.5 to 4.4.1 (#161) Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.5 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@4.1.5...v4.4.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Prepared for release --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent deeac85 commit 619a995

File tree

11 files changed

+107
-55
lines changed

11 files changed

+107
-55
lines changed

.github/workflows/broken_links_checker.yml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-build-next-java.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/deploy_javadocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout ️the repository
13-
uses: actions/checkout@v2.3.1
13+
uses: actions/checkout@v3
1414
- name: Build Javadocs
1515
run: mvn javadoc:javadoc
1616
- name: Deploy
17-
uses: JamesIves/github-pages-deploy-action@4.1.5
17+
uses: JamesIves/github-pages-deploy-action@v4.4.1
1818
with:
1919
branch: gh-pages
2020
folder: target/site/apidocs/

.github/workflows/release_droid_upload_github_release_assets.yml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/settings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": true,
5+
"source.generate.finalModifiers": true,
6+
"source.fixAll": true
7+
},
8+
"java.codeGeneration.useBlocks": true,
9+
"java.saveActions.organizeImports": true,
10+
"java.sources.organizeImports.starThreshold": 3,
11+
"java.sources.organizeImports.staticStarThreshold": 3,
12+
"java.test.config": {
13+
"vmArgs": [
14+
"-Djava.util.logging.config.file=src/test/resources/logging.properties"
15+
]
16+
}
17+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SQL Statement Builder
22

33
[![Build Status](https://github.com/exasol/sql-statement-builder/actions/workflows/ci-build.yml/badge.svg)](https://github.com/exasol/sql-statement-builder/actions/workflows/ci-build.yml)
4-
[![Maven Central Exasol SQL Statement Builder](https://img.shields.io/maven-central/v/com.exasol/sql-statement-builder)](https://search.maven.org/artifact/com.exasol/sql-statement-builder)
4+
[![Maven Central &ndash; Exasol SQL Statement Builder](https://img.shields.io/maven-central/v/com.exasol/sql-statement-builder)](https://search.maven.org/artifact/com.exasol/sql-statement-builder)
55

66
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Asql-statement-builder&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Asql-statement-builder)
77

@@ -55,4 +55,4 @@ String sql = renderer.render();
5555
### Information for Developers
5656

5757
* [System Requirement Specification](doc/system_requirements.md)
58-
* [Design](doc/design.md)
58+
* [Design](doc/design.md)

dependencies.md

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_4.5.3.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Exasol SQL Statement Builder 4.5.3, released 2023-04-06
2+
3+
Code name: Removed outdated `maven.exasol.com` references
4+
5+
## Summary
6+
7+
In this release, we removed references to the discontinued Exasol `maven.exasol.com` artifactory.
8+
9+
## Refactoring
10+
11+
* #165: Removed references to outdated `maven.exasol.com` artifactory repository
12+
13+
## Dependency Updates
14+
15+
### Test Dependency Updates
16+
17+
* Updated `nl.jqno.equalsverifier:equalsverifier:3.10.1` to `3.14.1`
18+
* Updated `org.junit.jupiter:junit-jupiter:5.9.0` to `5.9.2`
19+
* Updated `org.mockito:mockito-core:4.7.0` to `5.2.0`
20+
* Updated `org.mockito:mockito-junit-jupiter:4.7.0` to `5.2.0`
21+
22+
### Plugin Dependency Updates
23+
24+
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.2`
25+
* Updated `com.exasol:project-keeper-maven-plugin:2.6.2` to `2.9.6`
26+
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16`
27+
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1` to `3.1.0`
28+
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.2.1`
29+
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.0` to `3.4.1`
30+
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M8`
31+
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0`
32+
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.14.2`
33+
* Updated `org.itsallcode:openfasttrace-maven-plugin:1.6.0` to `1.6.1`

pk_generated_parent.pom

Lines changed: 22 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)