Skip to content

Commit 33e4e2c

Browse files
Update pom.xml
1 parent 0989a16 commit 33e4e2c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<url>https://github.com/richardwilly98/elasticsearch-river-mongodb</url>
2222
<connection>scm:git:git@github.com:richardwilly98/elasticsearch-river-mongodb.git</connection>
2323
<developerConnection>scm:git:git@github.com:richardwilly98/elasticsearch-river-mongodb.git</developerConnection>
24-
<tag>HEAD</tag>
24+
<tag>elasticsearch-river-mongodb-2.0.10</tag>
2525
</scm>
2626
<issueManagement>
2727
<system>GitHub</system>
@@ -30,13 +30,9 @@
3030

3131
<distributionManagement>
3232
<repository>
33-
<id>ossrh</id>
33+
<id>nexus-release</id>
3434
<url>https://oss.sonatype.org/content/repositories/releases</url>
3535
</repository>
36-
<snapshotRepository>
37-
<id>ossrh</id>
38-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
39-
</snapshotRepository>
4036
</distributionManagement>
4137

4238
<developers>
@@ -120,7 +116,7 @@
120116
</execution>
121117
</executions>
122118
<configuration>
123-
<serverId>ossrh</serverId>
119+
<serverId>nexus-release</serverId>
124120
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
125121
<skipStaging>true</skipStaging>
126122
</configuration>
@@ -131,7 +127,7 @@
131127
</profiles>
132128
<repositories>
133129
<repository>
134-
<id>sonatype-releases</id>
130+
<id>nexus</id>
135131
<name>Sonatype Releases Repository</name>
136132
<url>https://oss.sonatype.org/content/repositories/releases</url>
137133
</repository>
@@ -248,7 +244,7 @@
248244
<plugin>
249245
<groupId>org.apache.maven.plugins</groupId>
250246
<artifactId>maven-release-plugin</artifactId>
251-
<version>2.5.3</version>
247+
<version>2.4.2</version>
252248
<configuration>
253249
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
254250
<autoVersionSubmodules>true</autoVersionSubmodules>

0 commit comments

Comments
 (0)