You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Daniel Dias (Jira)" <ji...@apache.org> on 2020/09/22 13:25:00 UTC

[jira] [Assigned] (TOMEE-2903) Application Composer Documentation has reference to old maven coordinates

     [ https://issues.apache.org/jira/browse/TOMEE-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dias reassigned TOMEE-2903:
----------------------------------

    Assignee: Juan Moreno

> Application Composer Documentation has reference to old maven coordinates
> -------------------------------------------------------------------------
>
>                 Key: TOMEE-2903
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2903
>             Project: TomEE
>          Issue Type: Documentation
>          Components: Examples and Documentation
>    Affects Versions: 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.0.4, 7.0.5, 7.1.0, 7.1, 8.0.0-M1, 8.0.0-M2, 7.0.6, 7.1.1, 8.0.0-M3, 8.0.0-Final, 7.0.7, 7.1.2, 8.0.1, 7.0.8, 8.0.2, 7.1.3, 8.0.3, 8.0.4
>            Reporter: Juan Moreno
>            Assignee: Juan Moreno
>            Priority: Trivial
>
> The Application Composer examples page ([https://openejb.apache.org/examples-trunk/application-composer/README.html]) has references to the old maven coordinates, showing this:
> <dependency>
>    <groupId>org.apache.openejb</groupId>
>    <artifactId>openejb-jee</artifactId>
>    <version>4.0.0-beta-1</version>
>  </dependency>
> When It should be something like this (like in the main site [https://openejb.apache.org/latest/docs/developer/testing/applicationcomposer/index.html]):
> <dependency>
>    <groupId>org.apache.tomee</groupId>
>    <artifactId>openejb-core</artifactId>
>    <version>${openejb.version}</version>
>  </dependency>
>  Also, we can add a link to the maven central like this:
> [https://search.maven.org/search?q=g:org.apache.tomee%20AND%20a:openejb-core]
> in order to help to the reader to find the current version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)