branch develop updated (e5f10ea -> acbde0c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git from e5f10ea [jgitflow-maven-plugin]updating poms for 2.4-SNAPSHOT development new acbde0c Fix release 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 acbde0cf2b1b711bdbf43deb6fd440123ca74e17 Author: Éric <chatellier@codelutin.com> Date: Thu May 17 15:55:33 2018 +0200 Fix release Summary of changes: docutils/pom.xml | 2 +- doxia-module-jrst-legacy/pom.xml | 2 +- doxia-module-jrst/pom.xml | 2 +- jrst-doc/pom.xml | 2 +- jrst-site-util/pom.xml | 2 +- jrst/pom.xml | 2 +- jrst/src/main/resources/dtd/docutils.dtd | 21 +++++++++++++++++++++ jrst/src/main/resources/dtd/soextblx.dtd | 21 +++++++++++++++++++++ maven-jrst-plugin/pom.xml | 2 +- pom.xml | 2 +- 10 files changed, 50 insertions(+), 8 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 jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit acbde0cf2b1b711bdbf43deb6fd440123ca74e17 Author: Éric <chatellier@codelutin.com> Date: Thu May 17 15:55:33 2018 +0200 Fix release --- docutils/pom.xml | 2 +- doxia-module-jrst-legacy/pom.xml | 2 +- doxia-module-jrst/pom.xml | 2 +- jrst-doc/pom.xml | 2 +- jrst-site-util/pom.xml | 2 +- jrst/pom.xml | 2 +- jrst/src/main/resources/dtd/docutils.dtd | 21 +++++++++++++++++++++ jrst/src/main/resources/dtd/soextblx.dtd | 21 +++++++++++++++++++++ maven-jrst-plugin/pom.xml | 2 +- pom.xml | 2 +- 10 files changed, 50 insertions(+), 8 deletions(-) diff --git a/docutils/pom.xml b/docutils/pom.xml index 161ffbe..f04b713 100644 --- a/docutils/pom.xml +++ b/docutils/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> diff --git a/doxia-module-jrst-legacy/pom.xml b/doxia-module-jrst-legacy/pom.xml index 4029359..1e8d8a3 100644 --- a/doxia-module-jrst-legacy/pom.xml +++ b/doxia-module-jrst-legacy/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> diff --git a/doxia-module-jrst/pom.xml b/doxia-module-jrst/pom.xml index cfae6f6..3f4ac38 100644 --- a/doxia-module-jrst/pom.xml +++ b/doxia-module-jrst/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> diff --git a/jrst-doc/pom.xml b/jrst-doc/pom.xml index 5872a73..f53060f 100644 --- a/jrst-doc/pom.xml +++ b/jrst-doc/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> diff --git a/jrst-site-util/pom.xml b/jrst-site-util/pom.xml index 42e62c7..0a82c15 100644 --- a/jrst-site-util/pom.xml +++ b/jrst-site-util/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> diff --git a/jrst/pom.xml b/jrst/pom.xml index 56bb45d..d2075ce 100644 --- a/jrst/pom.xml +++ b/jrst/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> diff --git a/jrst/src/main/resources/dtd/docutils.dtd b/jrst/src/main/resources/dtd/docutils.dtd index c844f72..94a3b33 100644 --- a/jrst/src/main/resources/dtd/docutils.dtd +++ b/jrst/src/main/resources/dtd/docutils.dtd @@ -1,3 +1,24 @@ +<!-- + #%L + JRst :: Api + %% + Copyright (C) 2004 - 2018 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% + --> <!-- ====================================================================== Docutils Generic DTD diff --git a/jrst/src/main/resources/dtd/soextblx.dtd b/jrst/src/main/resources/dtd/soextblx.dtd index 56ba311..c63fa7d 100644 --- a/jrst/src/main/resources/dtd/soextblx.dtd +++ b/jrst/src/main/resources/dtd/soextblx.dtd @@ -1,3 +1,24 @@ +<!-- + #%L + JRst :: Api + %% + Copyright (C) 2004 - 2018 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% + --> <!-- =========================================================================== OASIS XML Exchange Table Model Declaration Module diff --git a/maven-jrst-plugin/pom.xml b/maven-jrst-plugin/pom.xml index f818a29..57dd783 100644 --- a/maven-jrst-plugin/pom.xml +++ b/maven-jrst-plugin/pom.xml @@ -35,7 +35,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jrst</groupId> diff --git a/pom.xml b/pom.xml index b38e780..1ced6e5 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>jrst</artifactId> - <version>2.4-SNAPSHOT</version> + <version>2.3-SNAPSHOT</version> <packaging>pom</packaging> <name>JRst</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm