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

Elek, Marton updated HADOOP-15122:
----------------------------------
    Description: 
Since HADOOP-14364 we have a SNAPSHOT dependency in the main pom.xml:

{code}
+            <dependency>
+              <groupId>org.apache.maven.doxia</groupId>
+              <artifactId>doxia-module-markdown</artifactId>
+              <version>1.8-SNAPSHOT</version>
+            </dependency>
{code}

Most probably because some feature was missing from last released doxia 
markdown module.

I propose to lock down the version and use a fixed instance from the snapshot 
version. 

  was:
Since HADOOP-14364 we have a SNAPSHOT dependency in the main pom.xml:

{code}
+            <dependency>
+              <groupId>org.apache.maven.doxia</groupId>
+              <artifactId>doxia-module-markdown</artifactId>
+              <version>1.8-SNAPSHOT</version>
+            </dependency>
{code}

Most probably because some feature was missing from doxia markdown module.

I propose to lock down the version and use a fixed instance from the snapshot 
version. 


> Lock down version of doxia-module-markdown plugin
> -------------------------------------------------
>
>                 Key: HADOOP-15122
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15122
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>         Attachments: HADOOP-15122.001.patch
>
>
> Since HADOOP-14364 we have a SNAPSHOT dependency in the main pom.xml:
> {code}
> +            <dependency>
> +              <groupId>org.apache.maven.doxia</groupId>
> +              <artifactId>doxia-module-markdown</artifactId>
> +              <version>1.8-SNAPSHOT</version>
> +            </dependency>
> {code}
> Most probably because some feature was missing from last released doxia 
> markdown module.
> I propose to lock down the version and use a fixed instance from the snapshot 
> version. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to