-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merging develop to master #40
Merged
Merged
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
Merge master back to develop
…SNAPSHOT Update version to 2.1.00-SNAPSHOT and upgrade Maven plugins
Create maven-publish.yml
Feature/distribution
Feature/distribution
Create GitHub Action maven.yml
Create dependabot.yml
…r to avoid unwanted exceptions
Feature/gawk tests
Bumps [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action) from 2.0.0 to 3.0.2. - [Release notes](https://github.com/advanced-security/maven-dependency-submission-action/releases) - [Commits](advanced-security/maven-dependency-submission-action@571e99a...c5ad0fd) --- updated-dependencies: - dependency-name: advanced-security/maven-dependency-submission-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.7 to 1.6.13. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Add files via upload
…ype.plugins-nexus-staging-maven-plugin-1.6.13 Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.7 to 1.6.13
…advanced-security/maven-dependency-submission-action-3.0.2 Bump advanced-security/maven-dependency-submission-action from 2.0.0 to 3.0.2
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.1.0. - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-1.6...maven-gpg-plugin-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Updated README.md
…a-strings Added support for octal (`"\033"`) and hexa (`"\x1B"`) strings
…gs-AwkParser Code clean-up: Fixed warnings in AwkParser
Removed unnecessary logback.xml
…-warnings Code clean-up: Fixed remaining warnings
…ompiler-classes Clean up: removed remaining AWK compiling logic
Fix javadoc warnings
…lgpl Change license to LGPL for the library, add headers
Moved license files, and clarified GPL vs LGPL in CONTRIBUTING.md
…rysoftware Refactored package to be org.sentrysoftware instead of org.jawk
Fix pom.xml and README.md
Use Printf4J library instead of inline functions
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.
In the process of restructuring branches to use
main
only, instead of old Gitflow