versions
versions copied to clipboard
Versions Maven Plugin
High prio PR, fixes #454 for `UpdatePropertiesMojo` Regarding #454, perhaps it should be reopened 😄
Given the following `pom.xml` file : ```xml 4.0.0 org.springframework.boot spring-boot-starter-parent 2.7.4 com.example demo 0.0.1-SNAPSHOT demo demo 17 org.springframework.boot spring-boot-starter org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-maven-plugin ``` I expected the command :...
While looking at XML renderers, I've noticed that they're now rendered incorrectly. Please hold the release. I'm fixing it. ```xml 1 1 0 10 1 org.apache.maven.plugins maven-antrun-plugin 1.3 1.4 1.4...
I've started working on using Modello for XML report renderers. Still thinking whether the models generated by Modello should not become the model all renderers should use. EDIT: Apparently, not...
I have the following managed dependency in my Maven POM: ``` javax.faces javax.faces-api 2.3 provided ``` However when I invoke `mvn versions:display-dependency-updates`, Versions Maven Plugin shows me: ``` javax.faces:javax.faces-api ..............................
We have next pack of great changes. I think we can release next version to allow receive new feedback. I have plan to release about 15-16 of October List of...
When I use goals "use-latest-versions" or "use-latest-releases" it changes versions of dependencies to the last versions found in local repository (version from maven-metadata-local.xml file in dependency directory). The same situation...
This exercise is about investigating the flipper mentioned in the summary. As far as I've seen, it only occurs on MacOS.