eric-milles commented on PR #108:
URL: https://github.com/apache/ant-ivy/pull/108#issuecomment-3254265667

   I do not have a test that shows the behavior change.  The scenario described 
above works like this:
   
   ```xml
   <ivy-module>
       <info organisation="foo" module="bar" />
       <configurations>
           <conf name="main" />
           <conf name="build" visibility="private"
             description="Artifacts necessary for Ant build" />
       </configurations>
       <dependencies defaultconf="main" 
defaultconfmapping="*->master,runtime()">
           <dependency org="org.apache.commons" name="commons-lang3" 
rev="3.18.0" />
           <dependency org="net.sourceforge.cobertura" name="cobertura" 
rev="2.1.1" conf="build" />
       </dependencies>
   </ivy-module>
   ```
   
   **Before**
   ```
   [ivy:checkdepsupdate] Dependencies updates available :
   [ivy:checkdepsupdate]        org.apache.commons#commons-lang3        3.3.2 
-> 3.18.0
   ```
   **After**
   ```
   [ivy:checkdepsupdate] Dependencies updates available :
   [ivy:checkdepsupdate] All dependencies are up to date
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to