branch develop updated (f697fe4 -> 95f5804)
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 f697fe4 On entities addAll operations should accept any kind of iterables (fixes #3627) new 02493a4 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 12f74a3 [jgitflow-maven-plugin]updating poms for branch '3.0-beta-15' with snapshot versions new abb9a56 Add missing file headers new b9eb825 [jgitflow-maven-plugin]updating poms for branch'release/3.0-beta-15' with non-snapshot versions new ca138cf Merge branch 'release/3.0-beta-15' new 8faa34e Merge branch 'master' into develop new 95f5804 [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 95f58042e98eafb99bc0d657bdc822ce3284c49c Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:53:58 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 8faa34e687af6af5555893873a081b367430e33a Merge: 02493a4 ca138cf Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:53:58 2015 +0000 Merge branch 'master' into develop commit 02493a4ccc8e22bfda0716084d99ee50e5dc97a5 Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:53:57 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit ca138cfb61675e76350dbefee456eed540493e32 Merge: cd5ad25 b9eb825 Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:53:54 2015 +0000 Merge branch 'release/3.0-beta-15' commit b9eb8250c3701ae7ff9d35883a56e983f3a23265 Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:50:55 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/3.0-beta-15' with non-snapshot versions commit abb9a562f1c6951dc28122cafb5a352528e5fb5b Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:50:34 2015 +0000 Add missing file headers Summary of changes: ...opiaPersistenceContextConstructorParameter.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 abb9a562f1c6951dc28122cafb5a352528e5fb5b Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:50:34 2015 +0000 Add missing file headers --- ...opiaPersistenceContextConstructorParameter.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/AbstractTopiaPersistenceContextConstructorParameter.java b/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/AbstractTopiaPersistenceContextConstructorParameter.java index e9906ef..924ea01 100644 --- a/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/AbstractTopiaPersistenceContextConstructorParameter.java +++ b/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/AbstractTopiaPersistenceContextConstructorParameter.java @@ -1,5 +1,27 @@ package org.nuiton.topia.persistence.internal; +/* + * #%L + * ToPIA :: Persistence + * %% + * 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.nuiton.topia.persistence.TopiaIdFactory; import org.nuiton.topia.persistence.internal.support.TopiaFiresSupport; -- 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 b9eb8250c3701ae7ff9d35883a56e983f3a23265 Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:50:55 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/3.0-beta-15' with non-snapshot versions --- pom.xml | 2 +- topia-it/pom.xml | 2 +- topia-junit/pom.xml | 2 +- topia-persistence/pom.xml | 2 +- topia-service-csv/pom.xml | 2 +- topia-service-flyway/pom.xml | 2 +- topia-service-liquibase/pom.xml | 2 +- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 2 +- topia-templates/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 83e62df..5bf55ed 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>topia</artifactId> - <version>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> <packaging>pom</packaging> <name>ToPIA</name> diff --git a/topia-it/pom.xml b/topia-it/pom.xml index 84d7875..e3f0c07 100644 --- a/topia-it/pom.xml +++ b/topia-it/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-junit/pom.xml b/topia-junit/pom.xml index 3828e8c..04013b1 100644 --- a/topia-junit/pom.xml +++ b/topia-junit/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index 31944eb..b486e2b 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-csv/pom.xml b/topia-service-csv/pom.xml index 1633a3c..3c4d232 100644 --- a/topia-service-csv/pom.xml +++ b/topia-service-csv/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-flyway/pom.xml b/topia-service-flyway/pom.xml index f4c7a6e..75a51de 100644 --- a/topia-service-flyway/pom.xml +++ b/topia-service-flyway/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-liquibase/pom.xml b/topia-service-liquibase/pom.xml index 351d81f..973f0ed 100644 --- a/topia-service-liquibase/pom.xml +++ b/topia-service-liquibase/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-migration/pom.xml b/topia-service-migration/pom.xml index cc4d4be..1c64eb0 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>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-replication/pom.xml b/topia-service-replication/pom.xml index 2a93281..c3b0858 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>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index 219a20d..1fec486 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15-SNAPSHOT</version> + <version>3.0-beta-15</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 ca138cfb61675e76350dbefee456eed540493e32 Merge: cd5ad25 b9eb825 Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:53:54 2015 +0000 Merge branch 'release/3.0-beta-15' pom.xml | 24 +- src/site/resources/AppTest.java | 94 ----- src/site/resources/ClassDiagram_BookAuthor.png | Bin 3487 -> 0 bytes .../ClassDiagram_BookAuthorWithOperation.png | Bin 3856 -> 0 bytes src/site/resources/ContactUseCases.png | Bin 11196 -> 0 bytes src/site/resources/ServiceCall.png | Bin 36877 -> 0 bytes src/site/resources/css/site.css | 36 -- src/site/resources/employee.png | Bin 1033 -> 0 bytes src/site/resources/employee.zargo | Bin 4249 -> 0 bytes src/site/resources/employeeAndCompany.png | Bin 2125 -> 0 bytes src/site/resources/info.png | Bin 819 -> 0 bytes src/site/resources/library-model.zargo | Bin 3853 -> 0 bytes src/site/resources/library.png | Bin 36833 -> 0 bytes src/site/resources/library.zargo | Bin 3812 -> 0 bytes src/site/resources/lutinorange-codelutin.png | Bin 8994 -> 0 bytes src/site/resources/mandatory.png | Bin 1987 -> 0 bytes src/site/resources/modelForTopiaQuery.png | Bin 2836 -> 0 bytes src/site/resources/modelForTopiaQuery.zargo | Bin 4742 -> 0 bytes src/site/resources/recommended.png | Bin 1659 -> 0 bytes src/site/resources/topia.zargo | Bin 11789 -> 0 bytes src/site/resources/topia_224_75.png | Bin 15634 -> 0 bytes src/site/resources/topia_60_20.png | Bin 2940 -> 0 bytes src/site/rst/TopiaDocumentation.rst | 68 ---- src/site/rst/changelog_3.0.rst | 48 --- src/site/rst/docs/devel.rst | 171 -------- src/site/rst/docs/event.rst | 92 ----- src/site/rst/docs/hibernate_mapping.rst | 120 ------ src/site/rst/docs/isolation.rst | 92 ----- src/site/rst/docs/maven_integration.rst | 40 -- src/site/rst/docs/project.rst | 35 -- src/site/rst/docs/schema_migration.rst | 177 -------- src/site/rst/docs/security.rst | 52 --- src/site/rst/docs/todo.rst | 255 ------------ src/site/rst/docs/y_cycle.rst | 56 --- src/site/rst/index.rst.vm | 152 ------- src/site/rst/tutos/from_scratch.rst.vm | 347 ---------------- .../rst/tutos/howto_architecture_with_topia.rst | 27 -- src/site/rst/tutos/howto_customize_generation.rst | 37 -- src/site/rst/tutos/howto_migration_service.rst | 27 -- src/site/rst/tutos/migrate_to_3.0.rst | 446 --------------------- src/site/rst/user/continue_devel.rst | 56 --- src/site/rst/user/extend_model.rst | 141 ------- src/site/rst/user/faq.rst | 60 --- src/site/rst/user/howto.rst.vm | 156 ------- src/site/rst/user/model_generation.rst.vm | 101 ----- src/site/rst/user/ordered_vs_indexed_migration.rst | 132 ------ src/site/rst/user/start_using_api.rst | 157 -------- topia-it/pom.xml | 2 +- .../AbstractTopiaItLegacyPersistenceContext.java | 10 +- topia-junit/pom.xml | 2 +- topia-persistence/pom.xml | 2 +- .../topia/persistence/HqlAndParametersBuilder.java | 16 +- .../nuiton/topia/persistence/TopiaEntities.java | 24 +- .../TopiaQueryBuilderAddCriteriaStep.java | 16 +- .../internal/AbstractTopiaPersistenceContext.java | 17 +- ...opiaPersistenceContextConstructorParameter.java | 74 ++++ topia-service-csv/pom.xml | 2 +- topia-service-flyway/pom.xml | 2 +- .../nuiton/topia/flyway/TopiaFlywayService.java | 8 +- .../topia/flyway/TopiaFlywayServiceImpl.java | 58 +-- topia-service-liquibase/pom.xml | 2 +- .../topia/liquibase/TopiaLiquibaseServiceImpl.java | 2 +- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 2 +- topia-templates/pom.xml | 2 +- .../templates/ApplicationContextTransformer.java | 15 +- .../topia/templates/EntityDaoTransformer.java | 4 +- .../nuiton/topia/templates/EntityTransformer.java | 9 +- .../templates/PersistenceContextTransformer.java | 14 +- 69 files changed, 206 insertions(+), 3278 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 02493a4ccc8e22bfda0716084d99ee50e5dc97a5 Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:53:57 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- pom.xml | 2 +- topia-it/pom.xml | 2 +- topia-junit/pom.xml | 2 +- topia-persistence/pom.xml | 2 +- topia-service-csv/pom.xml | 2 +- topia-service-flyway/pom.xml | 2 +- topia-service-liquibase/pom.xml | 2 +- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 2 +- topia-templates/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 23d8533..5bf55ed 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>topia</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> <packaging>pom</packaging> <name>ToPIA</name> diff --git a/topia-it/pom.xml b/topia-it/pom.xml index 587e7b4..e3f0c07 100644 --- a/topia-it/pom.xml +++ b/topia-it/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-junit/pom.xml b/topia-junit/pom.xml index 15b61dd..04013b1 100644 --- a/topia-junit/pom.xml +++ b/topia-junit/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index dd52c6e..b486e2b 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-csv/pom.xml b/topia-service-csv/pom.xml index 86543ac..3c4d232 100644 --- a/topia-service-csv/pom.xml +++ b/topia-service-csv/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-flyway/pom.xml b/topia-service-flyway/pom.xml index 630653f..75a51de 100644 --- a/topia-service-flyway/pom.xml +++ b/topia-service-flyway/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-liquibase/pom.xml b/topia-service-liquibase/pom.xml index 4cd26ac..973f0ed 100644 --- a/topia-service-liquibase/pom.xml +++ b/topia-service-liquibase/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-migration/pom.xml b/topia-service-migration/pom.xml index dea028b..1c64eb0 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>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-replication/pom.xml b/topia-service-replication/pom.xml index 70820ca..c3b0858 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>3.0-SNAPSHOT</version> + <version>3.0-beta-15</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index 47294e4..1fec486 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-beta-15</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 8faa34e687af6af5555893873a081b367430e33a Merge: 02493a4 ca138cf Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:53:58 2015 +0000 Merge branch 'master' into develop ...opiaPersistenceContextConstructorParameter.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 95f58042e98eafb99bc0d657bdc822ce3284c49c Author: Maven Release <maven-release@codelutin.com> Date: Fri Jan 23 15:53:58 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- pom.xml | 2 +- topia-it/pom.xml | 2 +- topia-junit/pom.xml | 2 +- topia-persistence/pom.xml | 2 +- topia-service-csv/pom.xml | 2 +- topia-service-flyway/pom.xml | 2 +- topia-service-liquibase/pom.xml | 2 +- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 2 +- topia-templates/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 5bf55ed..23d8533 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>topia</artifactId> - <version>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ToPIA</name> diff --git a/topia-it/pom.xml b/topia-it/pom.xml index e3f0c07..587e7b4 100644 --- a/topia-it/pom.xml +++ b/topia-it/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-junit/pom.xml b/topia-junit/pom.xml index 04013b1..15b61dd 100644 --- a/topia-junit/pom.xml +++ b/topia-junit/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index b486e2b..dd52c6e 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-csv/pom.xml b/topia-service-csv/pom.xml index 3c4d232..86543ac 100644 --- a/topia-service-csv/pom.xml +++ b/topia-service-csv/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-flyway/pom.xml b/topia-service-flyway/pom.xml index 75a51de..630653f 100644 --- a/topia-service-flyway/pom.xml +++ b/topia-service-flyway/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-liquibase/pom.xml b/topia-service-liquibase/pom.xml index 973f0ed..4cd26ac 100644 --- a/topia-service-liquibase/pom.xml +++ b/topia-service-liquibase/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-migration/pom.xml b/topia-service-migration/pom.xml index 1c64eb0..dea028b 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>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-service-replication/pom.xml b/topia-service-replication/pom.xml index c3b0858..70820ca 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>3.0-beta-15</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index 1fec486..47294e4 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>3.0-beta-15</version> + <version>3.0-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