Skip to content

Commit 4d01ad6

Browse files
Fix publish versions plugin and add CONTRIBUTING.md. (#1)
Align with core-java: use org.codehaus.mojo versions-maven-plugin and document contribution policy. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1e7780c commit 4d01ad6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "Release tag must be vX.Y.Z (for example v1.2.0)" >&2
5252
exit 1
5353
fi
54-
mvn -B org.apache.maven.plugins:maven-versions-plugin:2.17.1:set \
54+
mvn -B org.codehaus.mojo:versions-maven-plugin:2.17.1:set \
5555
-DnewVersion="$VERSION" \
5656
-DgenerateBackupPoms=false
5757
env:

‎CONTRIBUTING.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing to prime-sdk-java
2+
3+
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.
4+
5+
If you have found a security bug, please refer to the [security policy](SECURITY.md) for how to report it.

0 commit comments

Comments
 (0)