[ 
https://issues.apache.org/jira/browse/AXIS2-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937424#comment-17937424
 ] 

Robert Lazarski commented on AXIS2-6087:
----------------------------------------

I forgot - thanks, the fix will go out in 2.0.1 and I updated the issue. 

> Master branch using 1.8.0 AAR/MAR dependencies - switch to 2.0.0?
> -----------------------------------------------------------------
>
>                 Key: AXIS2-6087
>                 URL: https://issues.apache.org/jira/browse/AXIS2-6087
>             Project: Axis2
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 2.0.0
>            Reporter: Jeff Thomas
>            Priority: Major
>             Fix For: 2.0.1
>
>
> The master branch POM is still referencing 1.8.0 - now 2.0.0 version should 
> be available.
> {code:java}
> <!-- Use released versions of the aar and mar plugins in order to avoid
>      the chicken and egg problem. -->
> <plugin>
>     <groupId>org.apache.axis2</groupId>
>     <artifactId>axis2-aar-maven-plugin</artifactId>
>     <version>1.8.0</version>
> </plugin>
> <plugin>
>     <groupId>org.apache.axis2</groupId>
>     <artifactId>axis2-mar-maven-plugin</artifactId>
>     <version>1.8.0</version>
> </plugin> {code}
> (side question: wouldn't this be solvable by having pipeline build and deploy 
> these two standalone modules in pre-requisite stages?) 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to