Skip to content

Commit

Permalink
Merge branch 'main' into 1.1-fixbranch
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom committed Dec 19, 2024
2 parents 3baf8eb + 2a911ef commit 53a2951
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
14 changes: 14 additions & 0 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,19 @@
</dependency>

</dependencies>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
14 changes: 14 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,19 @@
</plugins>

</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,6 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<!--
Allows manual inspection of the staging repo before deploying it to the central repo.
Use 'mvn nexus-staging:release -Prelease' to release and 'mvn nexus-staging:drop' to abort.
-->
</configuration>
</plugin>

Expand Down
14 changes: 14 additions & 0 deletions protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,19 @@
</dependency>

</dependencies>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit 53a2951

Please sign in to comment.