]> source.dussan.org Git - aspectj.git/commitdiff
Bump maven-antrun-plugin from 1.6 to 3.0.0 39/head
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 29 Mar 2021 03:07:51 +0000 (10:07 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 29 Mar 2021 03:07:51 +0000 (10:07 +0700)
This is not strictly necessary, but probably does not hurt either. While
upgrading, '<tasks>' tags have been renamed to the new standard
'<target>'.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
aspectjmatcher/pom.xml
aspectjtools/pom.xml
aspectjweaver/pom.xml
docs/pom.xml

index 20a7da48b8363cfc39bb2b7bd4e224fa2b64112f..a910dc3df4b9b4694f0ca27ad463827d90552d95 100644 (file)
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-antrun-plugin</artifactId>
-                               <version>1.6</version>
+        <version>3.0.0</version>
                                <executions>
                                        <execution>
                                                <id>unzipasm</id>
                                                <phase>prepare-package</phase>
                                                <configuration>
-                                                       <tasks>
+                                                       <target>
                                                                <echo message="unzip jarjar'd asm" />
                                                                <unzip
                                                                        src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar"
                                                                        dest="target/asm-unzipped" />
-                                                       </tasks>
+                                                       </target>
                                                </configuration>
                                                <goals>
                                                        <goal>run</goal>
index 88c05d24f78a9d44bc3ca0b47c792de80544270e..c566c3f73fff0bbb2cca811563b54a63d4059f0c 100644 (file)
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-antrun-plugin</artifactId>
-                               <version>1.6</version>
+                               <version>3.0.0</version>
                                <executions>
                                        <execution>
                                                <id>unzipasm</id>
                                                <phase>prepare-package</phase>
                                                <configuration>
-                                                       <tasks>
+                                                       <target>
                                                                <echo message="unzip jarjar'd asm" />
                                                                <unzip
                                                                        src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar"
                                                                        dest="target/asm-unzipped" />
-                                                       </tasks>
+                                                       </target>
                                                </configuration>
                                                <goals>
                                                        <goal>run</goal>
                                                <id>unzipjdt</id>
                                                <phase>prepare-package</phase>
                                                <configuration>
-                                                       <tasks>
+                                                       <target>
                                                                <echo message="unzip patched jdtcore" />
                                                                <unzip
                                                                        src="${project.basedir}/../org.eclipse.jdt.core/jdtcore-for-aspectj.jar"
                                                                        dest="target/jdtcore-unzipped" />
-                                                       </tasks>
+                                                       </target>
                                                </configuration>
                                                <goals>
                                                        <goal>run</goal>
                                                <id>unzipjdtsrc</id>
                                                <phase>prepare-package</phase>
                                                <configuration>
-                                                       <tasks>
+                                                       <target>
                                                                <echo message="unzip patched jdtcore sources" />
                                                                <unzip
                                                                        src="${project.basedir}/../org.eclipse.jdt.core/jdtcore-for-aspectj-src.zip"
                                                                        dest="target/jdtcore-unzipped-src" />
-                                                       </tasks>
+                                                       </target>
                                                </configuration>
                                                <goals>
                                                        <goal>run</goal>
index 78ac055c622b85a83b01bbe772281c540956d749..386345c131380e5025de99eb60f2dcbeab6d4793 100644 (file)
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-antrun-plugin</artifactId>
-                               <version>1.6</version>
+                               <version>3.0.0</version>
                                <executions>
                                        <execution>
                                                <id>unzipasm</id>
                                                <phase>prepare-package</phase>
                                                <configuration>
-                                                       <tasks>
+                                                       <target>
                                                                <echo message="unzip jarjar'd asm" />
                                                                <unzip
                                                                        src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar"
                                                                        dest="target/asm-unzipped" />
-                                                       </tasks>
+                                                       </target>
                                                </configuration>
                                                <goals>
                                                        <goal>run</goal>
index 5ab312309edad6f5e66dda305aca503c299cb98b..884a23b5ca5dafa01e683d2b69e4a9a6b642b3ac 100644 (file)
         <plugins>
           <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.7</version>
+            <version>3.0.0</version>
             <executions>
               <execution>
                 <id>make-docs</id>