-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Actions Setup #95
Merged
phillipross
merged 7 commits into
postgis:master
from
phillipross:feature/github-actions
May 26, 2021
Merged
GitHub Actions Setup #95
phillipross
merged 7 commits into
postgis:master
from
phillipross:feature/github-actions
May 26, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ce with local staging distro spec
phillipross
added a commit
to phillipross/postgis-java
that referenced
this pull request
Jul 22, 2021
* - Disable Travis-CI * - Update testcontainers to v1.15.3 * - Update checkstyle to v8.42 * - Update postgis/postgis test container from v12-3.0-alpine to v13-3.1-alpine * - Added windows-javadoc maven profile * - Move sonatype distro management bock to dedicated profile and replace with local staging distro spec * - Initial Github Actions setup (cherry picked from commit a2b7329)
phillipross
added a commit
to phillipross/postgis-java
that referenced
this pull request
Jul 22, 2021
- Disable Travis-CI - Update testcontainers to v1.15.3 - Update checkstyle to v8.42 - Update postgis/postgis test container from v12-3.0-alpine to v13-3.1-alpine - Added windows-javadoc maven profile - Move sonatype distro management bock to dedicated profile and replace with local staging distro spec - Initial Github Actions setup (cherry picked from commit a2b7329)
phillipross
added a commit
to phillipross/postgis-java
that referenced
this pull request
Jul 22, 2021
- Disable Travis-CI - Update testcontainers to v1.15.3 - Update checkstyle to v8.42 - Update postgis/postgis test container from v12-3.0-alpine to v13-3.1-alpine - Added windows-javadoc maven profile - Move sonatype distro management bock to dedicated profile and replace with local staging distro spec - Initial Github Actions setup (cherry picked from commit a2b7329) - Added sonatype snapshot deployment to main workflow for main branch commits (postgis#98) (cherry picked from commit 36ac392) - download-maven-plugin updated to v1.6.3 - exec-maven-plugin updated from v1.6.0 to v3.0.0 - git-commit-id-plugin updated to v4.0.4 - jacoco-maven-plugin updated from v0.8.5 to v0.8.7 - maven-checkstyle-plugin updated from v3.1.1 to v3.1.2 - maven-ear-plugin updated from v3.0.2 to v3.2.0 - maven-gpg-plugin updated from v1.6 to v3.0.1 - maven-jxr-plugin updated from v3.0.0 to v3.1.1 - maven-war-plugin updated from v3.2.3 to v3.3.1 - Re-arrange maven plugin declarations to move version specification to plugin management section and execution/config info to plugins section (cherry picked from commit 0dfc7e6) - git-commit-id-plugin updated from v4.0.4 to v4.0.5 - maven-dependency-plugin updated from v3.1.2 to v3.2.0 - maven-javadoc-plugin updated from v3.2.0 to v3.3.0 - checkstyle updated from v8.42 to v8.43 - postgresql-jdbc updated from v42.2.20 to v42.2.22 - slf4j updated from v1.7.30 to v1.7.31 (cherry picked from commit 046f9e4) - download-maven-plugin updated from v1.6.3 to v1.6.6 - checkstyle updated from v8.43 to v8.44 - logback-jdbc updated from v1.2.3 to v1.2.4 - postgresql-jdbc updated from v42.2.22 to v4.2.23 - slf4j updated from v1.7.31 to v1.7.32 - testcontainers updated from v1.15.3 to v1.16.0 - zulu8 updated from v8.0.292-1 to v8.0.302-1 - zulu11 updated from v11.0.11-1 to v11.0.12-1 (cherry picked from commit a1bda73) - add rule to maven-version-rules.xml to pin git-commit-id plugin version (postgis#105) (cherry picked from commit 2112643)
phillipross
added a commit
to phillipross/postgis-java
that referenced
this pull request
Jul 22, 2021
- Disable Travis-CI - Update postgis/postgis test container from v12-3.0-alpine to v13-3.1-alpine - Added windows-javadoc maven profile - Move sonatype distro management bock to dedicated profile and replace with local staging distro spec - Initial Github Actions setup (cherry picked from commit a2b7329) - Added sonatype snapshot deployment to main workflow for main branch commits (postgis#98) (cherry picked from commit 36ac392) - exec-maven-plugin updated from v1.6.0 to v3.0.0 - jacoco-maven-plugin updated from v0.8.5 to v0.8.7 - maven-checkstyle-plugin updated from v3.1.1 to v3.1.2 - maven-ear-plugin updated from v3.0.2 to v3.2.0 - maven-gpg-plugin updated from v1.6 to v3.0.1 - maven-jxr-plugin updated from v3.0.0 to v3.1.1 - maven-war-plugin updated from v3.2.3 to v3.3.1 - Re-arrange maven plugin declarations to move version specification to plugin management section and execution/config info to plugins section (cherry picked from commit 0dfc7e6) - git-commit-id-plugin updated from v4.0.2 to v4.0.5 - maven-dependency-plugin updated from v3.1.2 to v3.2.0 - maven-javadoc-plugin updated from v3.2.0 to v3.3.0 (cherry picked from commit 046f9e4) - download-maven-plugin updated from v1.6.0 to v1.6.6 - checkstyle updated from v8.36 to v8.44 - logback updated from v1.2.3 to v1.2.4 - postgresql-jdbc updated from v42.2.16 to v42.2.23 - slf4j updated from v1.7.30 to v1.7.32 - testcontainers updated from v1.14.3 to v1.16.0 (cherry picked from commit a1bda73) - jts updated from v1.17.1 to v1.18.1 (cherry picked from commit 95fe87a) - spatial4j updated from v0.7 to v0.8 (cherry picked from commit f280b54) - add rule to maven-version-rules.xml to pin git-commit-id plugin version (postgis#105) (cherry picked from commit 2112643)
phillipross
added a commit
that referenced
this pull request
Jul 22, 2021
- Disable Travis-CI - Update postgis/postgis test container from v12-3.0-alpine to v13-3.1-alpine - Added windows-javadoc maven profile - Move sonatype distro management bock to dedicated profile and replace with local staging distro spec - Initial Github Actions setup (cherry picked from commit a2b7329) - Added sonatype snapshot deployment to main workflow for main branch commits (#98) (cherry picked from commit 36ac392) - exec-maven-plugin updated from v1.6.0 to v3.0.0 - jacoco-maven-plugin updated from v0.8.5 to v0.8.7 - maven-checkstyle-plugin updated from v3.1.1 to v3.1.2 - maven-ear-plugin updated from v3.0.2 to v3.2.0 - maven-gpg-plugin updated from v1.6 to v3.0.1 - maven-jxr-plugin updated from v3.0.0 to v3.1.1 - maven-war-plugin updated from v3.2.3 to v3.3.1 - Re-arrange maven plugin declarations to move version specification to plugin management section and execution/config info to plugins section (cherry picked from commit 0dfc7e6) - git-commit-id-plugin updated from v4.0.2 to v4.0.5 - maven-dependency-plugin updated from v3.1.2 to v3.2.0 - maven-javadoc-plugin updated from v3.2.0 to v3.3.0 (cherry picked from commit 046f9e4) - download-maven-plugin updated from v1.6.0 to v1.6.6 - checkstyle updated from v8.36 to v8.44 - logback updated from v1.2.3 to v1.2.4 - postgresql-jdbc updated from v42.2.16 to v42.2.23 - slf4j updated from v1.7.30 to v1.7.32 - testcontainers updated from v1.14.3 to v1.16.0 (cherry picked from commit a1bda73) - jts updated from v1.17.1 to v1.18.1 (cherry picked from commit 95fe87a) - spatial4j updated from v0.7 to v0.8 (cherry picked from commit f280b54) - add rule to maven-version-rules.xml to pin git-commit-id plugin version (#105) (cherry picked from commit 2112643)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.