Created
March 9, 2017 15:22
-
-
Save gadieichhorn/6aaace76237eb2f6478ee44d5e9fd5f3 to your computer and use it in GitHub Desktop.
Update version of projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>io.effectus</groupId> | |
<artifactId>effectus</artifactId> | |
<version>0.0.13-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<name>Effectus.io</name> | |
<profiles> | |
<profile> | |
<id>all</id> | |
<modules> | |
<module>effectus-parent</module> | |
<module>effectus-dependencies</module> | |
<module>effectus-core</module> | |
<module>effectus-demo</module> | |
<module>effectus-data</module> | |
<module>effectus-web</module> | |
</modules> | |
</profile> | |
</profiles> | |
<build> | |
<!-- To define the plugin version in your parent POM --> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>versions-maven-plugin</artifactId> | |
<version>2.3</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<!-- To use the plugin goals in your POM or parent POM --> | |
<plugins> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>versions-maven-plugin</artifactId> | |
<version>2.3</version> | |
</plugin> | |
</plugins> | |
</build> | |
<!-- To use the report goals in your POM or parent POM --> | |
<reporting> | |
<plugins> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>versions-maven-plugin</artifactId> | |
<version>2.3</version> | |
</plugin> | |
</plugins> | |
</reporting> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to execute rolling nested version update run