Skip to content

Commit 46dbf7a

Browse files
upgrade maven plugins
1 parent c7dc08b commit 46dbf7a

28 files changed

Lines changed: 51 additions & 69 deletions

File tree

cdap-app-fabric-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ the License.
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-deploy-plugin</artifactId>
139-
<version>2.8</version>
139+
<version>3.1.4</version>
140140
<configuration>
141141
<skip>true</skip>
142142
</configuration>

cdap-authenticator-ext-gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-dependency-plugin</artifactId>
84-
<version>2.8</version>
84+
<version>3.8.1</version>
8585
<executions>
8686
<execution>
8787
<id>copy-dependencies</id>

cdap-cli-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-deploy-plugin</artifactId>
145-
<version>2.8</version>
145+
<version>3.1.4</version>
146146
<configuration>
147147
<skip>true</skip>
148148
</configuration>

cdap-cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
<plugin>
295295
<groupId>org.apache.maven.plugins</groupId>
296296
<artifactId>maven-deploy-plugin</artifactId>
297-
<version>2.8</version>
297+
<version>3.1.4</version>
298298
<executions>
299299
<execution>
300300
<id>deploy-rpm</id>
@@ -335,7 +335,7 @@
335335
<plugin>
336336
<groupId>org.apache.maven.plugins</groupId>
337337
<artifactId>maven-deploy-plugin</artifactId>
338-
<version>2.8</version>
338+
<version>3.1.4</version>
339339
<executions>
340340
<execution>
341341
<id>deploy-deb</id>
@@ -375,7 +375,7 @@
375375
<plugin>
376376
<groupId>org.apache.maven.plugins</groupId>
377377
<artifactId>maven-deploy-plugin</artifactId>
378-
<version>2.8</version>
378+
<version>3.1.4</version>
379379
<executions>
380380
<execution>
381381
<id>deploy-tgz</id>

cdap-client-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ the License.
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-deploy-plugin</artifactId>
154-
<version>2.8</version>
154+
<version>3.1.4</version>
155155
<configuration>
156156
<skip>true</skip>
157157
</configuration>

cdap-credential-ext-gcp-wi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-dependency-plugin</artifactId>
100-
<version>2.8</version>
100+
<version>3.8.1</version>
101101
<executions>
102102
<execution>
103103
<id>copy-dependencies</id>

cdap-data-fabric-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-deploy-plugin</artifactId>
144-
<version>2.8</version>
144+
<version>3.1.4</version>
145145
<configuration>
146146
<skip>true</skip>
147147
</configuration>

cdap-distributions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-deploy-plugin</artifactId>
136-
<version>2.8</version>
136+
<version>3.1.4</version>
137137
<executions>
138138
<execution>
139139
<id>deploy-rpm</id>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-deploy-plugin</artifactId>
216-
<version>2.8</version>
216+
<version>3.1.4</version>
217217
<executions>
218218
<execution>
219219
<id>deploy-deb</id>

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>

cdap-elastic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-deploy-plugin</artifactId>
105-
<version>2.8</version>
105+
<version>3.1.4</version>
106106
<configuration>
107107
<skip>true</skip>
108108
</configuration>

0 commit comments

Comments
 (0)