branch develop updated (a207e2c -> 906bc0e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wikitty. See http://git.nuiton.org/wikitty.git from a207e2c - add method WikittyClient.getSecurityToken(userId) and all necessary change in others classes - add method WikittySecurityUtil.getAppAdminGroup(WikittyClient) new 906bc0e [jgitflow-maven-plugin]updating poms for 3.13-SNAPSHOT development The 1 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 906bc0e72c411b92c03832299f2d10dda15e03ff Author: Maven Release <maven-release@codelutin.com> Date: Mon Jul 20 17:12:41 2015 +0200 [jgitflow-maven-plugin]updating poms for 3.13-SNAPSHOT development Summary of changes: pom.xml | 5 ++--- wikitty-api/pom.xml | 2 +- wikitty-dto/pom.xml | 2 +- wikitty-generators/pom.xml | 2 +- wikitty-hessian-client/pom.xml | 2 +- wikitty-hessian-server/pom.xml | 2 +- wikitty-jdbc/pom.xml | 2 +- wikitty-perf-test/pom.xml | 2 +- wikitty-solr/pom.xml | 2 +- wikitty-struts/pom.xml | 2 +- 10 files changed, 11 insertions(+), 12 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 wikitty. See http://git.nuiton.org/wikitty.git commit 906bc0e72c411b92c03832299f2d10dda15e03ff Author: Maven Release <maven-release@codelutin.com> Date: Mon Jul 20 17:12:41 2015 +0200 [jgitflow-maven-plugin]updating poms for 3.13-SNAPSHOT development --- pom.xml | 5 ++--- wikitty-api/pom.xml | 2 +- wikitty-dto/pom.xml | 2 +- wikitty-generators/pom.xml | 2 +- wikitty-hessian-client/pom.xml | 2 +- wikitty-hessian-server/pom.xml | 2 +- wikitty-jdbc/pom.xml | 2 +- wikitty-perf-test/pom.xml | 2 +- wikitty-solr/pom.xml | 2 +- wikitty-struts/pom.xml | 2 +- 10 files changed, 11 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index e00189d..4e9aca7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -10,7 +9,7 @@ </parent> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> <packaging>pom</packaging> <name>Wikitty</name> diff --git a/wikitty-api/pom.xml b/wikitty-api/pom.xml index 69e6ea0..e42eedc 100644 --- a/wikitty-api/pom.xml +++ b/wikitty-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> diff --git a/wikitty-dto/pom.xml b/wikitty-dto/pom.xml index 6d5331a..b1953a5 100644 --- a/wikitty-dto/pom.xml +++ b/wikitty-dto/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> diff --git a/wikitty-generators/pom.xml b/wikitty-generators/pom.xml index a53fade..d433815 100644 --- a/wikitty-generators/pom.xml +++ b/wikitty-generators/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> diff --git a/wikitty-hessian-client/pom.xml b/wikitty-hessian-client/pom.xml index 87531e8..a192799 100644 --- a/wikitty-hessian-client/pom.xml +++ b/wikitty-hessian-client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> diff --git a/wikitty-hessian-server/pom.xml b/wikitty-hessian-server/pom.xml index b11f54c..9c6effd 100644 --- a/wikitty-hessian-server/pom.xml +++ b/wikitty-hessian-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> diff --git a/wikitty-jdbc/pom.xml b/wikitty-jdbc/pom.xml index f640bd6..f73f6af 100644 --- a/wikitty-jdbc/pom.xml +++ b/wikitty-jdbc/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> diff --git a/wikitty-perf-test/pom.xml b/wikitty-perf-test/pom.xml index c55de76..95d2264 100644 --- a/wikitty-perf-test/pom.xml +++ b/wikitty-perf-test/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> diff --git a/wikitty-solr/pom.xml b/wikitty-solr/pom.xml index 1dcf6c7..c8ff9bb 100644 --- a/wikitty-solr/pom.xml +++ b/wikitty-solr/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> diff --git a/wikitty-struts/pom.xml b/wikitty-struts/pom.xml index d7975c1..f380b04 100644 --- a/wikitty-struts/pom.xml +++ b/wikitty-struts/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>wikitty</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.13-SNAPSHOT</version> </parent> <groupId>org.nuiton.wikitty</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm