Skip to content

Commit

Permalink
Add distribution management section to the pom.xml file. (#66)
Browse files Browse the repository at this point in the history
* Add distribution management section to the pom.xml file.

* Add versions compatibility table section to the README file.

* Remove unnecessary space.

* Revert README changes (wrong branch).

* Revert README changes (wrong branch).
  • Loading branch information
roimenashe authored Aug 12, 2021
1 parent e6f526a commit 4672991
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
<url>https://github.com/aerospike-community/spring-data-aerospike-starters</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 4672991

Please sign in to comment.