branch develop-1.1.x updated (2b26beeb -> 17a2bae3)
This is an automated email from the git hooks/post-receive script. New change to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 2b26beeb :wrench: Prepare release on 1.x branch new 17a2bae3 :wrench: Prepare release on 1.x branch 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 17a2bae34d1fb3aa4f7e29cb9c56a911ecdf0117 Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 10 17:00:25 2020 +0100 :wrench: Prepare release on 1.x branch Summary of changes: pom.xml | 77 ++++++++--------------------------------------------------------- 1 file changed, 9 insertions(+), 68 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 17a2bae34d1fb3aa4f7e29cb9c56a911ecdf0117 Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 10 17:00:25 2020 +0100 :wrench: Prepare release on 1.x branch --- pom.xml | 77 ++++++++--------------------------------------------------------- 1 file changed, 9 insertions(+), 68 deletions(-) diff --git a/pom.xml b/pom.xml index 4cf810e2..93e46dae 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>codelutinpom</artifactId> - <version>9</version> + <artifactId>pom</artifactId> + <version>11.8</version> </parent> <groupId>com.franciaflex</groupId> @@ -147,7 +147,13 @@ <gitflow.developBranchName>develop-1.1.x</gitflow.developBranchName> <gitflow.masterBranchName>master-1.1.x</gitflow.masterBranchName> - + + <!--Prevent releases from failing since jredmine removal from forge--> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> + <skipPostRelease>true</skipPostRelease> + + <animal.sniffer.skip>true</animal.sniffer.skip> + </properties> <repositories> @@ -757,23 +763,6 @@ <pluginManagement> <plugins> - <!-- plugin site --> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton.jrst</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrstPluginVersion}</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core</artifactId> - <version>${hibernateVersion}</version> - </dependency> - </dependencies> - </plugin> - <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>i18n-maven-plugin</artifactId> @@ -819,54 +808,6 @@ </reporting> <profiles> - - <profile> - <id>check-release-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <build> - <plugins> - <!--<plugin>--> - <!--<artifactId>maven-enforcer-plugin</artifactId>--> - <!--<executions>--> - <!--<execution>--> - <!--<id>check-release-properties</id>--> - <!--<goals>--> - <!--<goal>enforce</goal>--> - <!--</goals>--> - <!--<phase>initialize</phase>--> - <!--<configuration>--> - <!--<rules>--> - <!--<requireProperty>--> - <!--<property>jreVersion</property>--> - <!--<message>You must set a jreVersion property!</message>--> - <!--</requireProperty>--> - <!--<requireProperty>--> - <!--<property>dbVersion</property>--> - <!--<message>You must set a dbVersion property!</message>--> - <!--</requireProperty>--> - <!--<requireProperty>--> - <!--<property>reportVersion</property>--> - <!--<message>You must set a reportVersion property!</message>--> - <!--</requireProperty>--> - <!--</rules>--> - <!--<ignoreCache>true</ignoreCache>--> - <!--<failFast>true</failFast>--> - <!--<fail>true</fail>--> - - <!--</configuration>--> - <!--</execution>--> - <!--</executions>--> - <!--</plugin>--> - </plugins> - </build> - - </profile> <profile> <id>license-profile</id> <activation> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm