We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255e8f4 commit 11105ffCopy full SHA for 11105ff
.github/workflows/maven.yml
@@ -109,3 +109,4 @@ jobs:
109
gpg_passphrase: ${{ secrets.gpg_passphrase }}
110
nexus_username: ${{ secrets.nexus_username }}
111
nexus_password: ${{ secrets.nexus_password }}
112
+ maven_profiles: ossrh-deploy
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>au.com.acegi</groupId>
6
<artifactId>acegi-standard-project</artifactId>
7
- <version>0.3.1</version>
+ <version>0.4.0</version>
8
</parent>
9
<groupId>org.lmdbjava</groupId>
10
<artifactId>lmdbjava</artifactId>
0 commit comments