This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2 in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit cc09c959dddff4d84a12d86182e6d7123caf85d4 Author: Benjamin <poussin@codelutin.com> Date: Fri Mar 6 12:30:58 2020 +0100 mise a jour lib --- pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index db0e782..4f7b29e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>io.jooby</groupId> <artifactId>jooby-project</artifactId> - <version>2.0.2</version> + <version>2.6.1</version> </parent> <artifactId>bow</artifactId> @@ -18,7 +18,10 @@ <description>Bow - bookmarks On the Web</description> <properties> - <jooby.version>2.0.2</jooby.version> + <jooby.version>2.6.1</jooby.version> + <rocker.version>1.2.3</rocker.version> + <spgeed.version>1.0.10-SNAPSHOT</spgeed.version> + <lombok.version>1.18.12</lombok.version> <!-- Startup class --> <application.class>com.chorem.bow.BowApp</application.class> @@ -44,7 +47,7 @@ <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> - <version>1.18.8</version> + <version>${lombok.version}</version> <scope>provided</scope> </dependency> @@ -62,7 +65,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>spgeed</artifactId> - <version>1.0.10-SNAPSHOT</version> + <version>${spgeed.version}</version> </dependency> <!-- logging --> @@ -98,7 +101,7 @@ <plugin> <groupId>com.fizzed</groupId> <artifactId>rocker-maven-plugin</artifactId> - <version>1.2.1</version> + <version>${rocker.version}</version> <configuration> <templateDirectory>src/main/templates</templateDirectory> </configuration> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.