branch develop updated (fd3e6ee -> 8ab1634)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See http://git.nuiton.org/topia.git from fd3e6ee [jgitflow-maven-plugin]updating poms for 2.10-SNAPSHOT development new 0c2285b [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 9a25eff add license headers new e080577 [jgitflow-maven-plugin]updating poms for branch'release/2.9.4' with non-snapshot versions new 3f9eadb Merge branch 'release/2.9.4' new e0cff94 Merge branch 'master' into develop new 8ab1634 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 8ab163466bad6db2bdaa30309fbbb85f9f24a28c Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:45:13 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit e0cff946515f713fbc461c8a44272e5b75bf56b2 Merge: 0c2285b 3f9eadb Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:45:12 2015 +0000 Merge branch 'master' into develop commit 0c2285bbfcf95dd8bdd7b0e3ed76a1a8ea3fcbfd Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:45:12 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 3f9eadbbe87ec587a705ea36103a86e4843b9b99 Merge: 7a88384 e080577 Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:45:09 2015 +0000 Merge branch 'release/2.9.4' commit e080577d6778d61cfc8a80b15d32da29f588183b Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:42:07 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/2.9.4' with non-snapshot versions commit 9a25efff1bed9005b1ffc8d684bb140b48b5a67f Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:41:57 2015 +0000 add license headers Summary of changes: .../topia/migration/TMSVersionPersister.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 9a25efff1bed9005b1ffc8d684bb140b48b5a67f Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:41:57 2015 +0000 add license headers --- .../topia/migration/TMSVersionPersister.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/topia-service-migration/src/main/java/org/nuiton/topia/migration/TMSVersionPersister.java b/topia-service-migration/src/main/java/org/nuiton/topia/migration/TMSVersionPersister.java index bedbb99..8a94f61 100644 --- a/topia-service-migration/src/main/java/org/nuiton/topia/migration/TMSVersionPersister.java +++ b/topia-service-migration/src/main/java/org/nuiton/topia/migration/TMSVersionPersister.java @@ -1,5 +1,27 @@ package org.nuiton.topia.migration; +/* + * #%L + * ToPIA :: Service Migration + * %% + * Copyright (C) 2004 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.lang3.ObjectUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit e080577d6778d61cfc8a80b15d32da29f588183b Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:42:07 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/2.9.4' with non-snapshot versions --- pom.xml | 2 +- topia-persistence/pom.xml | 2 +- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 2 +- topia-service-security/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 094e84d..ce171b4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>topia</artifactId> - <version>2.9.4-SNAPSHOT</version> + <version>2.9.4</version> <packaging>pom</packaging> <name>ToPIA</name> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index c4b91a8..864ce2b 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.9.4-SNAPSHOT</version> + <version>2.9.4</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-migration/pom.xml b/topia-service-migration/pom.xml index f77c2fe..59f73f1 100644 --- a/topia-service-migration/pom.xml +++ b/topia-service-migration/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.9.4-SNAPSHOT</version> + <version>2.9.4</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-replication/pom.xml b/topia-service-replication/pom.xml index 67a6475..dbac0ad 100644 --- a/topia-service-replication/pom.xml +++ b/topia-service-replication/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.9.4-SNAPSHOT</version> + <version>2.9.4</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-security/pom.xml b/topia-service-security/pom.xml index 8558783..be54ea7 100644 --- a/topia-service-security/pom.xml +++ b/topia-service-security/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.9.4-SNAPSHOT</version> + <version>2.9.4</version> </parent> <groupId>org.nuiton.topia</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 3f9eadbbe87ec587a705ea36103a86e4843b9b99 Merge: 7a88384 e080577 Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:45:09 2015 +0000 Merge branch 'release/2.9.4' pom.xml | 7 +- topia-persistence/pom.xml | 2 +- topia-service-migration/pom.xml | 2 +- .../migration/AbstractTopiaMigrationCallback.java | 31 +++- .../topia/migration/TMSVersionPersister.java | 188 +++++++++++++++++++++ .../topia/migration/TopiaMigrationEngine.java | 132 +++++---------- .../i18n/topia-service-migration_en_GB.properties | 1 + .../i18n/topia-service-migration_es_ES.properties | 1 + .../i18n/topia-service-migration_fr_FR.properties | 1 + topia-service-replication/pom.xml | 2 +- topia-service-security/pom.xml | 2 +- 11 files changed, 260 insertions(+), 109 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 0c2285bbfcf95dd8bdd7b0e3ed76a1a8ea3fcbfd Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:45:12 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- pom.xml | 2 +- topia-persistence/pom.xml | 2 +- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 2 +- topia-service-security/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0c201ac..ce171b4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>topia</artifactId> - <version>2.10-SNAPSHOT</version> + <version>2.9.4</version> <packaging>pom</packaging> <name>ToPIA</name> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index 0c5dc84..864ce2b 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.10-SNAPSHOT</version> + <version>2.9.4</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-migration/pom.xml b/topia-service-migration/pom.xml index c1ca805..59f73f1 100644 --- a/topia-service-migration/pom.xml +++ b/topia-service-migration/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.10-SNAPSHOT</version> + <version>2.9.4</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-replication/pom.xml b/topia-service-replication/pom.xml index 200bded..dbac0ad 100644 --- a/topia-service-replication/pom.xml +++ b/topia-service-replication/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.10-SNAPSHOT</version> + <version>2.9.4</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-security/pom.xml b/topia-service-security/pom.xml index e3e9608..be54ea7 100644 --- a/topia-service-security/pom.xml +++ b/topia-service-security/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.10-SNAPSHOT</version> + <version>2.9.4</version> </parent> <groupId>org.nuiton.topia</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit e0cff946515f713fbc461c8a44272e5b75bf56b2 Merge: 0c2285b 3f9eadb Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:45:12 2015 +0000 Merge branch 'master' into develop .../topia/migration/TMSVersionPersister.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit 8ab163466bad6db2bdaa30309fbbb85f9f24a28c Author: Maven Release <maven-release@codelutin.com> Date: Sun Mar 22 16:45:13 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- pom.xml | 2 +- topia-persistence/pom.xml | 2 +- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 2 +- topia-service-security/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ce171b4..0c201ac 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>topia</artifactId> - <version>2.9.4</version> + <version>2.10-SNAPSHOT</version> <packaging>pom</packaging> <name>ToPIA</name> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index 864ce2b..0c5dc84 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.9.4</version> + <version>2.10-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-migration/pom.xml b/topia-service-migration/pom.xml index 59f73f1..c1ca805 100644 --- a/topia-service-migration/pom.xml +++ b/topia-service-migration/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.9.4</version> + <version>2.10-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-replication/pom.xml b/topia-service-replication/pom.xml index dbac0ad..200bded 100644 --- a/topia-service-replication/pom.xml +++ b/topia-service-replication/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.9.4</version> + <version>2.10-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-security/pom.xml b/topia-service-security/pom.xml index be54ea7..e3e9608 100644 --- a/topia-service-security/pom.xml +++ b/topia-service-security/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.9.4</version> + <version>2.10-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm