PROTON-1385: rename root pom to 'proton-j-parent' to align with its new usage and be more consistent with the others
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/6961ea08 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/6961ea08 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/6961ea08 Branch: refs/heads/master Commit: 6961ea089e2632962f1a144ea14d3e40cad08e7b Parents: 9e4a37e Author: Robert Gemmell <[email protected]> Authored: Fri Jan 20 17:01:18 2017 +0000 Committer: Robert Gemmell <[email protected]> Committed: Fri Jan 20 17:01:18 2017 +0000 ---------------------------------------------------------------------- apache-qpid-proton-j/pom.xml | 2 +- examples/engine/pom.xml | 2 +- examples/reactor/pom.xml | 2 +- pom.xml | 2 +- proton-j/pom.xml | 2 +- tests/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/apache-qpid-proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml index 2d046a0..7bea163 100644 --- a/apache-qpid-proton-j/pom.xml +++ b/apache-qpid-proton-j/pom.xml @@ -17,7 +17,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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.qpid</groupId> - <artifactId>proton-project</artifactId> + <artifactId>proton-j-parent</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/examples/engine/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml index 737696a..3770105 100644 --- a/examples/engine/pom.xml +++ b/examples/engine/pom.xml @@ -18,7 +18,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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.qpid</groupId> - <artifactId>proton-project</artifactId> + <artifactId>proton-j-parent</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/examples/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml index 1a1fa50..2b2c483 100644 --- a/examples/reactor/pom.xml +++ b/examples/reactor/pom.xml @@ -18,7 +18,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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.qpid</groupId> - <artifactId>proton-project</artifactId> + <artifactId>proton-j-parent</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6c74648..28d3b8f 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.qpid</groupId> - <artifactId>proton-project</artifactId> + <artifactId>proton-j-parent</artifactId> <version>0.17.0-SNAPSHOT</version> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index d2598cc..b8420e0 100644 --- a/proton-j/pom.xml +++ b/proton-j/pom.xml @@ -18,7 +18,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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.qpid</groupId> - <artifactId>proton-project</artifactId> + <artifactId>proton-j-parent</artifactId> <version>0.17.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6961ea08/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 29cdf96..d86a537 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.qpid</groupId> - <artifactId>proton-project</artifactId> + <artifactId>proton-j-parent</artifactId> <version>0.17.0-SNAPSHOT</version> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
