From bcc1e592b6b1d1a0534bf1be3e9ab1cebda90176 Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez <tinevez@pasteur.fr> Date: Tue, 10 May 2022 10:10:17 +0200 Subject: [PATCH] Bump to next development cycle Signed-off-by: Jean-Yves Tinevez <tinevez@pasteur.fr> --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4b87b589..7b2ea502 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -12,7 +11,7 @@ <groupId>org.example</groupId> <artifactId>zellige-core</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <name>Zellige-core</name> -- GitLab