From 2be9093206eb131be9b5949db19f219ba36dc2f7 Mon Sep 17 00:00:00 2001 From: Matija Obreza Date: Mon, 10 Sep 2018 17:38:52 +0200 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- README.md | 6 +++--- auditlog/pom.xml | 6 +++--- core/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 4 ++-- security/pom.xml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 54268e3..cb50345 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The **core** provides common data models: `BasicModel`, `VersionedModel`, `Audit org.genesys-pgr application-blocks-core - 1.3.2 + 1.4-SNAPSHOT ``` @@ -33,7 +33,7 @@ The **security** module provides generic `User` declaration, ACL model and servi org.genesys-pgr application-blocks-security - 1.3.2 + 1.4-SNAPSHOT ``` @@ -45,6 +45,6 @@ The **auditlog** provides the model and services to capture changes to JPA entit org.genesys-pgr application-blocks-auditlog - 1.3.2 + 1.4-SNAPSHOT ``` diff --git a/auditlog/pom.xml b/auditlog/pom.xml index 38f741a..92c439d 100644 --- a/auditlog/pom.xml +++ b/auditlog/pom.xml @@ -19,7 +19,7 @@ org.genesys-pgr application-blocks-parent - 1.3.2 + 1.4-SNAPSHOT ../parent/pom.xml application-blocks-auditlog @@ -79,13 +79,13 @@ org.genesys-pgr application-blocks-security - 1.3.2 + 1.4-SNAPSHOT org.genesys-pgr application-blocks-core - 1.3.2 + 1.4-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 871b0f4..d010fef 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -19,7 +19,7 @@ org.genesys-pgr application-blocks-parent - 1.3.2 + 1.4-SNAPSHOT ../parent/pom.xml application-blocks-core diff --git a/parent/pom.xml b/parent/pom.xml index c00e3c0..18c9d72 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -19,7 +19,7 @@ org.genesys-pgr application-blocks - 1.3.2 + 1.4-SNAPSHOT application-blocks-parent pom diff --git a/pom.xml b/pom.xml index 0ba3c9c..24b2774 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.genesys-pgr application-blocks - 1.3.2 + 1.4-SNAPSHOT pom Application Building Blocks This is the shared project pom. @@ -49,7 +49,7 @@ scm:https://gitlab.croptrust.org/genesys-pgr/application-blocks scm:git:git@gitlab.croptrust.org:genesys-pgr/application-blocks.git git@gitlab.croptrust.org:genesys-pgr/application-blocks.git - application-blocks-1.3.2 + HEAD diff --git a/security/pom.xml b/security/pom.xml index 0f4cf4d..341180e 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -19,7 +19,7 @@ org.genesys-pgr application-blocks-parent - 1.3.2 + 1.4-SNAPSHOT ../parent/pom.xml application-blocks-security @@ -80,7 +80,7 @@ org.genesys-pgr application-blocks-core - 1.3.2 + 1.4-SNAPSHOT -- GitLab