Repository: maven-aether Updated Branches: refs/heads/master 5e383c7ce -> 8fda2d83a
changed groupId from o.a.maven to o.a.maven.aether Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/8fda2d83 Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/8fda2d83 Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/8fda2d83 Branch: refs/heads/master Commit: 8fda2d83a87c5ae788a73d0bcd23c965c0912f53 Parents: 5e383c7 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun May 1 13:27:40 2016 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sun May 1 13:27:40 2016 +0200 ---------------------------------------------------------------------- aether-api/pom.xml | 2 +- aether-connector-basic/pom.xml | 2 +- aether-impl/pom.xml | 2 +- aether-spi/pom.xml | 2 +- aether-test-util/pom.xml | 2 +- aether-transport-classpath/pom.xml | 2 +- aether-transport-file/pom.xml | 2 +- aether-transport-http/pom.xml | 2 +- aether-transport-wagon/pom.xml | 2 +- aether-util/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-api/pom.xml ---------------------------------------------------------------------- diff --git a/aether-api/pom.xml b/aether-api/pom.xml index 32a1b0f..dd8020c 100644 --- a/aether-api/pom.xml +++ b/aether-api/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-connector-basic/pom.xml ---------------------------------------------------------------------- diff --git a/aether-connector-basic/pom.xml b/aether-connector-basic/pom.xml index 2271d1c..d7c1e0b 100644 --- a/aether-connector-basic/pom.xml +++ b/aether-connector-basic/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-impl/pom.xml ---------------------------------------------------------------------- diff --git a/aether-impl/pom.xml b/aether-impl/pom.xml index 1d6060a..8a77b2b 100644 --- a/aether-impl/pom.xml +++ b/aether-impl/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-spi/pom.xml ---------------------------------------------------------------------- diff --git a/aether-spi/pom.xml b/aether-spi/pom.xml index cb76184..f76b9f9 100644 --- a/aether-spi/pom.xml +++ b/aether-spi/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-test-util/pom.xml ---------------------------------------------------------------------- diff --git a/aether-test-util/pom.xml b/aether-test-util/pom.xml index 6c62c54..ff16d48 100644 --- a/aether-test-util/pom.xml +++ b/aether-test-util/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-transport-classpath/pom.xml ---------------------------------------------------------------------- diff --git a/aether-transport-classpath/pom.xml b/aether-transport-classpath/pom.xml index 6ab4e9f..b3be774 100644 --- a/aether-transport-classpath/pom.xml +++ b/aether-transport-classpath/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-transport-file/pom.xml ---------------------------------------------------------------------- diff --git a/aether-transport-file/pom.xml b/aether-transport-file/pom.xml index 1212860..7ec7ffe 100644 --- a/aether-transport-file/pom.xml +++ b/aether-transport-file/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-transport-http/pom.xml ---------------------------------------------------------------------- diff --git a/aether-transport-http/pom.xml b/aether-transport-http/pom.xml index 654d752..d84236b 100644 --- a/aether-transport-http/pom.xml +++ b/aether-transport-http/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-transport-wagon/pom.xml ---------------------------------------------------------------------- diff --git a/aether-transport-wagon/pom.xml b/aether-transport-wagon/pom.xml index c299468..6108045 100644 --- a/aether-transport-wagon/pom.xml +++ b/aether-transport-wagon/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/aether-util/pom.xml ---------------------------------------------------------------------- diff --git a/aether-util/pom.xml b/aether-util/pom.xml index 8a6f279..47d660f 100644 --- a/aether-util/pom.xml +++ b/aether-util/pom.xml @@ -15,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/maven-aether/blob/8fda2d83/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e7b7ca6..fc535f7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.maven</groupId> + <groupId>org.apache.maven.aether</groupId> <artifactId>aether</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging>