This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new f1f55f9 Update alta-maven-plugin f1f55f9 is described below commit f1f55f9c65877210222e2fb49a39dca457e1a489 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Tue Dec 22 15:49:50 2020 +0000 Update alta-maven-plugin --- axiom-api/pom.xml | 146 +++++++++++++++++++++-------------------- pom.xml | 2 +- systests/eclipse-tests/pom.xml | 8 ++- systests/osgi-tests/pom.xml | 54 +++++++-------- 4 files changed, 108 insertions(+), 102 deletions(-) diff --git a/axiom-api/pom.xml b/axiom-api/pom.xml index 34d3b6d..3c5d9de 100644 --- a/axiom-api/pom.xml +++ b/axiom-api/pom.xml @@ -162,78 +162,80 @@ <name>parsers.list</name> <value>%file%</value> <separator>${line.separator}</separator> - <artifacts> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <version>3.2.7</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <version>3.2.8</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <version>3.2.9</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.0.8</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.0.11</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.1.0</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.1.2</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.1.3</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.1.4</version> - </artifact> - <artifact> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>woodstox-core-asl</artifactId> - <version>4.2.0</version> - </artifact> - <artifact> - <groupId>com.fasterxml.woodstox</groupId> - <artifactId>woodstox-core</artifactId> - <version>5.0.1</version> - </artifact> - <dependency> - <groupId>com.fasterxml.woodstox</groupId> - <artifactId>woodstox-core</artifactId> - <version>6.2.0</version> - </dependency> - <artifact> - <groupId>com.sun.xml.stream</groupId> - <artifactId>sjsxp</artifactId> - <version>1.0.1</version> - </artifact> - <artifact> - <groupId>stax</groupId> - <artifactId>stax</artifactId> - <version>1.2.0</version> - </artifact> - </artifacts> + <artifactSet> + <artifacts> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>wstx-asl</artifactId> + <version>3.2.7</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>wstx-asl</artifactId> + <version>3.2.8</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>wstx-asl</artifactId> + <version>3.2.9</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>woodstox-core-asl</artifactId> + <version>4.0.8</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>woodstox-core-asl</artifactId> + <version>4.0.11</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>woodstox-core-asl</artifactId> + <version>4.1.0</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>woodstox-core-asl</artifactId> + <version>4.1.2</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>woodstox-core-asl</artifactId> + <version>4.1.3</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>woodstox-core-asl</artifactId> + <version>4.1.4</version> + </artifact> + <artifact> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>woodstox-core-asl</artifactId> + <version>4.2.0</version> + </artifact> + <artifact> + <groupId>com.fasterxml.woodstox</groupId> + <artifactId>woodstox-core</artifactId> + <version>5.0.1</version> + </artifact> + <dependency> + <groupId>com.fasterxml.woodstox</groupId> + <artifactId>woodstox-core</artifactId> + <version>6.2.0</version> + </dependency> + <artifact> + <groupId>com.sun.xml.stream</groupId> + <artifactId>sjsxp</artifactId> + <version>1.0.1</version> + </artifact> + <artifact> + <groupId>stax</groupId> + <artifactId>stax</artifactId> + <version>1.2.0</version> + </artifact> + </artifacts> + </artifactSet> </configuration> </execution> </executions> diff --git a/pom.xml b/pom.xml index b622a3a..643b549 100644 --- a/pom.xml +++ b/pom.xml @@ -832,7 +832,7 @@ <plugin> <groupId>com.github.veithen.alta</groupId> <artifactId>alta-maven-plugin</artifactId> - <version>0.6.1</version> + <version>0.7.0</version> </plugin> <plugin> <groupId>com.github.veithen.phos</groupId> diff --git a/systests/eclipse-tests/pom.xml b/systests/eclipse-tests/pom.xml index f542a90..e4d54c8 100644 --- a/systests/eclipse-tests/pom.xml +++ b/systests/eclipse-tests/pom.xml @@ -97,9 +97,11 @@ <configuration> <name>%bundle.symbolicName%.link</name> <value>%url%</value> - <dependencySet> - <scope>test</scope> - </dependencySet> + <artifactSet> + <dependencySet> + <scope>test</scope> + </dependencySet> + </artifactSet> </configuration> </execution> </executions> diff --git a/systests/osgi-tests/pom.xml b/systests/osgi-tests/pom.xml index 2704594..3f5003a 100644 --- a/systests/osgi-tests/pom.xml +++ b/systests/osgi-tests/pom.xml @@ -130,32 +130,34 @@ <configuration> <name>%bundle.symbolicName%.link</name> <value>%url%</value> - <dependencySet> - <scope>test</scope> - </dependencySet> - <artifacts> - <artifact> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId> - <version>2.2.0</version> - </artifact> - <artifact> - <!-- Contains SJSXP --> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId> - <version>1.4.5_1</version> - </artifact> - <artifact> - <groupId>org.apache.servicemix.specs</groupId> - <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId> - <version>2.0.0</version> - </artifact> - <artifact> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId> - <version>2.1.13_2</version> - </artifact> - </artifacts> + <artifactSet> + <dependencySet> + <scope>test</scope> + </dependencySet> + <artifacts> + <artifact> + <groupId>org.apache.servicemix.specs</groupId> + <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId> + <version>2.2.0</version> + </artifact> + <artifact> + <!-- Contains SJSXP --> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId> + <version>1.4.5_1</version> + </artifact> + <artifact> + <groupId>org.apache.servicemix.specs</groupId> + <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId> + <version>2.0.0</version> + </artifact> + <artifact> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId> + <version>2.1.13_2</version> + </artifact> + </artifacts> + </artifactSet> </configuration> </execution> </executions>