Skip to content

Commit eacc18a

Browse files
jjYBdx4ILjjYBdx4IL
jjYBdx4IL
authored and
jjYBdx4IL
committed
update download plugin version
1 parent c59b59f commit eacc18a

File tree

13 files changed

+16
-12
lines changed

13 files changed

+16
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ See wildfly-maven-plugin-example.
1111

1212

1313
--
14-
devel/java/github/example-maven-project-setups@7872 (dirty)
14+
devel/java/github/example-maven-project-setups@7881

antrun-rename-unknown-dir/pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<groupId>com.github.jjYBdx4IL.maven.examples</groupId>
1212
<artifactId>github-maven-examples</artifactId>
1313
<version>1.0-SNAPSHOT</version>
14+
<relativePath>..</relativePath>
1415
</parent>
1516

1617
<artifactId>antrun-rename-unknown-dir</artifactId>
@@ -22,7 +23,6 @@
2223
<plugin>
2324
<groupId>com.googlecode.maven-download-plugin</groupId>
2425
<artifactId>download-maven-plugin</artifactId>
25-
<version>1.3.0</version>
2626
<executions>
2727
<execution>
2828
<phase>generate-sources</phase>

appbundler-example/pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>com.googlecode.maven-download-plugin</groupId>
3232
<artifactId>download-maven-plugin</artifactId>
33-
<version>1.3.0</version>
33+
<version>1.6.3</version>
3434
<executions>
3535
<execution>
3636
<phase>generate-sources</phase>

download-plugin-example/pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<groupId>com.github.jjYBdx4IL.maven.examples</groupId>
1111
<artifactId>github-maven-examples</artifactId>
1212
<version>1.0-SNAPSHOT</version>
13+
<relativePath>..</relativePath>
1314
</parent>
1415

1516
<artifactId>download-plugin-example</artifactId>
@@ -25,7 +26,6 @@
2526
<plugin>
2627
<groupId>com.googlecode.maven-download-plugin</groupId>
2728
<artifactId>download-maven-plugin</artifactId>
28-
<version>1.3.0</version>
2929
<executions>
3030
<execution>
3131
<phase>integration-test</phase>

gwt-example-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</plugin>
8282
<plugin>
8383
<artifactId>maven-deploy-plugin</artifactId>
84-
<version>3.0.0-M1</version>
84+
<version>2.7</version>
8585
</plugin>
8686
<plugin>
8787
<artifactId>maven-surefire-plugin</artifactId>

gwt-example/client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>com.googlecode.maven-download-plugin</groupId>
4242
<artifactId>download-maven-plugin</artifactId>
43-
<version>1.3.0</version>
43+
<version>1.6.3</version>
4444
<executions>
4545
<execution>
4646
<phase>integration-test</phase>

hbase-example/pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<groupId>com.github.jjYBdx4IL.maven.examples</groupId>
1111
<artifactId>github-maven-examples</artifactId>
1212
<version>1.0-SNAPSHOT</version>
13+
<relativePath>..</relativePath>
1314
</parent>
1415

1516
<artifactId>hbase-example</artifactId>
@@ -27,7 +28,6 @@
2728
<plugin>
2829
<groupId>com.googlecode.maven-download-plugin</groupId>
2930
<artifactId>download-maven-plugin</artifactId>
30-
<version>1.3.0</version>
3131
<executions>
3232
<execution>
3333
<id>hbase-dist-unpack</id>

hdfs-example/pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<groupId>com.github.jjYBdx4IL.maven.examples</groupId>
1111
<artifactId>github-maven-examples</artifactId>
1212
<version>1.0-SNAPSHOT</version>
13+
<relativePath>..</relativePath>
1314
</parent>
1415

1516
<artifactId>hdfs-example</artifactId>
@@ -29,7 +30,6 @@
2930
<plugin>
3031
<groupId>com.googlecode.maven-download-plugin</groupId>
3132
<artifactId>download-maven-plugin</artifactId>
32-
<version>1.3.0</version>
3333
<executions>
3434
<execution>
3535
<id>hadoop-dist-unpack</id>

launch4j-bundled-example/pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<groupId>com.github.jjYBdx4IL.maven.examples</groupId>
1212
<artifactId>github-maven-examples</artifactId>
1313
<version>1.0-SNAPSHOT</version>
14+
<relativePath>..</relativePath>
1415
</parent>
1516

1617
<artifactId>launch4j-bundled-example</artifactId>
@@ -68,7 +69,6 @@
6869
<plugin>
6970
<groupId>com.googlecode.maven-download-plugin</groupId>
7071
<artifactId>download-maven-plugin</artifactId>
71-
<version>1.3.0</version>
7272
<executions>
7373
<execution>
7474
<phase>generate-sources</phase>

maven-jnaerator-example/pom.xml

100755100644
-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@
226226
<plugin>
227227
<groupId>com.googlecode.maven-download-plugin</groupId>
228228
<artifactId>download-maven-plugin</artifactId>
229-
<version>1.3.0</version>
230229
<executions>
231230
<execution>
232231
<goals>

multimodule-archetype-example/pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.jjYBdx4IL.maven.examples</groupId>
77
<artifactId>multimodule-archetype-example</artifactId>
8-
<version>1.0</version>
8+
<version>1.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>Maven Examples :: Multimodule Archetype Example</name>
1111

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@
136136
<artifactId>maven-antrun-plugin</artifactId>
137137
<version>1.8</version>
138138
</plugin>
139+
<plugin>
140+
<groupId>com.googlecode.maven-download-plugin</groupId>
141+
<artifactId>download-maven-plugin</artifactId>
142+
<version>1.6.3</version>
143+
</plugin>
139144
</plugins>
140145
</pluginManagement>
141146
</build>

solr-example/pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>com.googlecode.maven-download-plugin</groupId>
3333
<artifactId>download-maven-plugin</artifactId>
34-
<version>1.3.0</version>
34+
<version>1.6.3</version>
3535
<executions>
3636
<execution>
3737
<id>solr-dist-unpack</id>

0 commit comments

Comments
 (0)