Skip to content

Commit

Permalink
net-sf-ucanaccess-fork: Bump parent pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Jan 23, 2024
1 parent 289d770 commit 3219f2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-oss</artifactId>
<version>56</version>
<version>57</version>
</parent>

<groupId>io.github.spannm</groupId>
Expand Down Expand Up @@ -71,6 +71,10 @@
<name>Nexus Release Repository</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<site>
<id>local</id>
<url>file://${java.io.tmpdir}/${project.artifactId}/site-prepared</url>
</site>
</distributionManagement>

<properties>
Expand Down

0 comments on commit 3219f2e

Please sign in to comment.