Jeff Thomas created AXIS2-6087:
----------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]