From 90836e8911e3244a29dd5f2d6b1a06d35f6dc708 Mon Sep 17 00:00:00 2001 From: Carl Fluke Date: Thu, 4 Jun 2026 09:23:09 -0400 Subject: [PATCH] Fix publish versions plugin and add CONTRIBUTING.md. Align with core-java: use org.codehaus.mojo versions-maven-plugin and document contribution policy. Co-authored-by: Cursor --- .github/workflows/publish.yml | 2 +- CONTRIBUTING.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c5d66b..d4cd526 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,7 @@ jobs: echo "Release tag must be vX.Y.Z (for example v1.2.0)" >&2 exit 1 fi - mvn -B org.apache.maven.plugins:maven-versions-plugin:2.17.1:set \ + mvn -B org.codehaus.mojo:versions-maven-plugin:2.17.1:set \ -DnewVersion="$VERSION" \ -DgenerateBackupPoms=false env: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bdba0cc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing to prime-sdk-java + +At this time we are not accepting Pull Requests. Therefore, if you have an idea for a new feature or have found a non-security bug, please open an issue. We will examine the issue and determine if it is a good fit for the project and if it is, we will provide the change internally and release it to the public. + +If you have found a security bug, please refer to the [security policy](SECURITY.md) for how to report it.