You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "John D. Ament" <jo...@apache.org> on 2016/09/04 23:35:35 UTC

Re: incubator-juneau git commit: Add links to GIT and JIRA in POM files.

By convention, these contents (include developer list, mailing lists) are
typically only put in the root pom.  All other poms inherit it.

John

On Sun, Sep 4, 2016 at 6:46 PM <ja...@apache.org> wrote:

> Repository: incubator-juneau
> Updated Branches:
>   refs/heads/master 856dd0d7b -> ead200b34
>
>
> Add links to GIT and JIRA in POM files.
>
> Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/ead200b3
> Tree:
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/ead200b3
> Diff:
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/ead200b3
>
> Branch: refs/heads/master
> Commit: ead200b347faa217c520cc0be06702468ad4b8a8
> Parents: 856dd0d
> Author: jamesbognar <ja...@gmail.com>
> Authored: Sun Sep 4 18:45:53 2016 -0400
> Committer: jamesbognar <ja...@gmail.com>
> Committed: Sun Sep 4 18:45:53 2016 -0400
>
> ----------------------------------------------------------------------
>  juneau-client/pom.xml                | 11 +++++++++++
>  juneau-core/pom.xml                  | 11 +++++++++++
>  juneau-distrib/pom.xml               | 11 +++++++++++
>  juneau-microservice-template/pom.xml | 11 +++++++++++
>  juneau-microservice/pom.xml          | 11 +++++++++++
>  juneau-samples/pom.xml               | 11 +++++++++++
>  juneau-server-test/pom.xml           | 11 +++++++++++
>  juneau-server/pom.xml                | 11 +++++++++++
>  pom.xml                              | 11 +++++++++++
>  9 files changed, 99 insertions(+)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/juneau-client/pom.xml
> ----------------------------------------------------------------------
> diff --git a/juneau-client/pom.xml b/juneau-client/pom.xml
> index 89cf518..df53573 100644
> --- a/juneau-client/pom.xml
> +++ b/juneau-client/pom.xml
> @@ -49,4 +49,15 @@
>                         <version>4.5</version>
>                 </dependency>
>         </dependencies>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <url>http://www.apache.org/</url>
> +               <name>Apache</name>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/juneau-core/pom.xml
> ----------------------------------------------------------------------
> diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
> index b2c0b85..560a38f 100644
> --- a/juneau-core/pom.xml
> +++ b/juneau-core/pom.xml
> @@ -40,4 +40,15 @@
>                         <scope>test</scope>
>                 </dependency>
>         </dependencies>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <url>http://www.apache.org/</url>
> +               <name>Apache</name>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/juneau-distrib/pom.xml
> ----------------------------------------------------------------------
> diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
> index fabdacd..05dad70 100644
> --- a/juneau-distrib/pom.xml
> +++ b/juneau-distrib/pom.xml
> @@ -88,4 +88,15 @@
>                         </plugin>
>                 </plugins>
>         </build>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <url>http://www.apache.org/</url>
> +               <name>Apache</name>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/juneau-microservice-template/pom.xml
> ----------------------------------------------------------------------
> diff --git a/juneau-microservice-template/pom.xml
> b/juneau-microservice-template/pom.xml
> index b63108e..516f9a0 100644
> --- a/juneau-microservice-template/pom.xml
> +++ b/juneau-microservice-template/pom.xml
> @@ -51,4 +51,15 @@
>                         </plugin>
>                 </plugins>
>         </build>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <url>http://www.apache.org/</url>
> +               <name>Apache</name>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/juneau-microservice/pom.xml
> ----------------------------------------------------------------------
> diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
> index 9a26e10..38c40cd 100644
> --- a/juneau-microservice/pom.xml
> +++ b/juneau-microservice/pom.xml
> @@ -59,4 +59,15 @@
>                         <version>1.3.1</version>
>                 </dependency>
>         </dependencies>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <url>http://www.apache.org/</url>
> +               <name>Apache</name>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/juneau-samples/pom.xml
> ----------------------------------------------------------------------
> diff --git a/juneau-samples/pom.xml b/juneau-samples/pom.xml
> index 2285b19..057eaf9 100644
> --- a/juneau-samples/pom.xml
> +++ b/juneau-samples/pom.xml
> @@ -92,4 +92,15 @@
>                         </plugin>
>                 </plugins>
>         </build>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <url>http://www.apache.org/</url>
> +               <name>Apache</name>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/juneau-server-test/pom.xml
> ----------------------------------------------------------------------
> diff --git a/juneau-server-test/pom.xml b/juneau-server-test/pom.xml
> index 4f23cc8..351d3f7 100644
> --- a/juneau-server-test/pom.xml
> +++ b/juneau-server-test/pom.xml
> @@ -84,4 +84,15 @@
>                         </plugin>
>                 </plugins>
>         </build>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <url>http://www.apache.org/</url>
> +               <name>Apache</name>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/juneau-server/pom.xml
> ----------------------------------------------------------------------
> diff --git a/juneau-server/pom.xml b/juneau-server/pom.xml
> index 6e46786..2008de8 100644
> --- a/juneau-server/pom.xml
> +++ b/juneau-server/pom.xml
> @@ -45,4 +45,15 @@
>                         <scope>provided</scope>
>                 </dependency>
>         </dependencies>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <url>http://www.apache.org/</url>
> +               <name>Apache</name>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ead200b3/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index b022f1f..c32eb40 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -129,4 +129,15 @@
>                         </plugins>
>                 </pluginManagement>
>         </build>
> +       <url>http://juneau.incubator.apache.org</url>
> +       <organization>
> +               <name>Apache</name>
> +               <url>http://www.apache.org/</url>
> +       </organization>
> +       <scm>
> +               <url>
> https://git-wip-us.apache.org/repos/asf?p=incubator-juneau.git</url>
> +       </scm>
> +       <issueManagement>
> +               <url>https://issues.apache.org/jira/browse/JUNEAU</url>
> +       </issueManagement>
>  </project>
> \ No newline at end of file
>
>