minor fixes

This commit is contained in:
Brian Long 2024-08-26 11:20:07 -04:00
parent 0ff9c09d10
commit bac1444251
2 changed files with 11 additions and 1 deletions

10
pom.xml
View File

@ -154,6 +154,9 @@
</profile>
<profile>
<id>ossrh-release</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>
@ -199,6 +202,13 @@
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
<executions>
<execution>
<id>ossrh-deploy</id>
<phase>deploy</phase>
<goals><goal>deploy</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

View File

@ -1,4 +1,4 @@
module.id=${project.groupId}.${project.artifactId}
module.title=${project.name}
module.description=${project.description}
module.version=${project.version}
module.version=${module.version}