Skip to content

Commit 212d740

Browse files
committed
Updating nexus staging maven plugin
1 parent 60e58d4 commit 212d740

2 files changed

Lines changed: 3 additions & 23 deletions

File tree

cdap-docs/user-guide/source/pipelines/plugins/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -840,15 +840,8 @@
840840
<plugin>
841841
<groupId>org.sonatype.plugins</groupId>
842842
<artifactId>nexus-staging-maven-plugin</artifactId>
843-
<version>1.6.2</version>
843+
<version>1.6.14</version>
844844
<extensions>true</extensions>
845-
<dependencies>
846-
<dependency>
847-
<groupId>com.thoughtworks.xstream</groupId>
848-
<artifactId>xstream</artifactId>
849-
<version>1.4.20</version>
850-
</dependency>
851-
</dependencies>
852845
<configuration>
853846
<nexusUrl>https://oss.sonatype.org</nexusUrl>
854847
<serverId>sonatype.release</serverId>

pom.xml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,15 +1684,8 @@
16841684
<plugin>
16851685
<groupId>org.sonatype.plugins</groupId>
16861686
<artifactId>nexus-staging-maven-plugin</artifactId>
1687-
<version>1.6.2</version>
1687+
<version>1.6.14</version>
16881688
<extensions>true</extensions>
1689-
<dependencies>
1690-
<dependency>
1691-
<groupId>com.thoughtworks.xstream</groupId>
1692-
<artifactId>xstream</artifactId>
1693-
<version>1.4.20</version>
1694-
</dependency>
1695-
</dependencies>
16961689
<configuration>
16971690
<nexusUrl>https://oss.sonatype.org</nexusUrl>
16981691
<serverId>sonatype.release</serverId>
@@ -1730,13 +1723,7 @@
17301723
<plugin>
17311724
<groupId>org.sonatype.plugins</groupId>
17321725
<artifactId>nexus-staging-maven-plugin</artifactId>
1733-
<dependencies>
1734-
<dependency>
1735-
<groupId>com.thoughtworks.xstream</groupId>
1736-
<artifactId>xstream</artifactId>
1737-
<version>1.4.20</version>
1738-
</dependency>
1739-
</dependencies>
1726+
<version>1.6.14</version>
17401727
</plugin>
17411728
</plugins>
17421729
</build>

0 commit comments

Comments
 (0)