Skip to content

Commit cef346a

Browse files
committed
NO-JIRA: Move url reference to open source parent. The 2.x stream does not use a property so we have to update in the parent.
1 parent cd07ffb commit cef346a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>
25-
<version>2.0.2</version>
25+
<version>2.0.3</version>
2626
<relativePath />
2727
</parent>
2828
<packaging>pom</packaging>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<connection>scm:git:[email protected]:rosette-api/java.git</connection>
3333
<developerConnection>scm:git:[email protected]:rosette-api/java.git</developerConnection>
34-
<tag>rosette-api-java-binding-1.19.1</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636
<description>This is the Java binding for the Rosette API. The classes in here help Java applications to communicate with the Rosette API.</description>
3737
<distributionManagement>
@@ -53,8 +53,6 @@
5353
<maven-javadoc-plugin.version>3.0.0-M1</maven-javadoc-plugin.version>
5454
<maven-source-plugin.version>2.4</maven-source-plugin.version>
5555
<mockserver-version>3.10.2</mockserver-version>
56-
<!-- Use new server. https://issues.sonatype.org/browse/OSSRH-76389 -->
57-
<nexus-staging-plugin-nexus-url>https://s01.oss.sonatype.org</nexus-staging-plugin-nexus-url>
5856
<site-skin-version>1.5</site-skin-version>
5957
<bt-adm-version>2.7.2</bt-adm-version>
6058
</properties>

0 commit comments

Comments
 (0)