Skip to content

Commit

Permalink
fixed maven central deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Oct 15, 2024
1 parent 15d65e2 commit 95292da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<packaging>pom</packaging>

<name>Linked SPARQL Queries (LSQ)</name>
<description>A framework for RDFizing and annotating SPARQL queries based on SPIN</description>
<url>http://lsq.aksw.org</url>

Expand Down Expand Up @@ -457,7 +458,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -654,7 +655,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand All @@ -667,7 +668,7 @@
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>maven.aksw.snapshots</id>
Expand Down

0 comments on commit 95292da

Please sign in to comment.