|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.project</artifactId>
|
|
|
- <version>2.9.0-SNAPSHOT</version>
|
|
|
+ <version>2.9.0</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
<name>${project.groupId}:${project.artifactId}</name>
|
|
|
@@ -31,16 +31,6 @@
|
|
|
<developerConnection>scm:git:https://git.ranides.net/projects/assira.git</developerConnection>
|
|
|
<url>https://git.ranides.net/projects/assira</url>
|
|
|
</scm>
|
|
|
- <distributionManagement>
|
|
|
- <snapshotRepository>
|
|
|
- <id>ossrh</id>
|
|
|
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
- </snapshotRepository>
|
|
|
- <repository>
|
|
|
- <id>ossrh</id>
|
|
|
- <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
- </repository>
|
|
|
- </distributionManagement>
|
|
|
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
@@ -151,6 +141,15 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.sonatype.central</groupId>
|
|
|
+ <artifactId>central-publishing-maven-plugin</artifactId>
|
|
|
+ <version>0.8.0</version>
|
|
|
+ <extensions>true</extensions>
|
|
|
+ <configuration>
|
|
|
+ <publishingServerId>central</publishingServerId>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</profile>
|