annotated tag v1.8 created (now 3ca0c1c)
This is an automated email from the git hooks/post-receive script. New change to annotated tag v1.8 in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git at 3ca0c1c (tag) tagging 936572031625a1a374344ebbb9d2c5b02e9752ec (commit) replaces jredmine-1.3 tagged by Maven Release on Wed Apr 16 20:08:22 2014 +0000 - Log ----------------------------------------------------------------- readd release 1.8 ----------------------------------------------------------------------- This annotated tag includes the following new commits: new 511f365 [maven-release-plugin] copy for tag jredmine-1.8 new 891db0e fix release new 9365720 readd release 1.8 The 3 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 936572031625a1a374344ebbb9d2c5b02e9752ec Author: Maven Release <maven-release@nuiton.org> Date: Wed Apr 16 20:08:22 2014 +0000 readd release 1.8 commit 891db0ee107cde2b0c93cfdf9a701ceb05643e59 Author: Maven Release <maven-release@nuiton.org> Date: Wed Apr 16 13:25:11 2014 +0000 fix release commit 511f365af4c0f27481f492f318494c52c46f3a45 Author: Maven Release <maven-release@nuiton.org> Date: Wed Apr 16 13:18:35 2014 +0000 [maven-release-plugin] copy for tag jredmine-1.8 -- 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 annotated tag v1.8 in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 511f365af4c0f27481f492f318494c52c46f3a45 Author: Maven Release <maven-release@nuiton.org> Date: Wed Apr 16 13:18:35 2014 +0000 [maven-release-plugin] copy for tag jredmine-1.8 -- 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 annotated tag v1.8 in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 891db0ee107cde2b0c93cfdf9a701ceb05643e59 Author: Maven Release <maven-release@nuiton.org> Date: Wed Apr 16 13:25:11 2014 +0000 fix release --- jredmine-maven-plugin/pom.xml | 105 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/jredmine-maven-plugin/pom.xml b/jredmine-maven-plugin/pom.xml index cce6d88..6c6ca5a 100644 --- a/jredmine-maven-plugin/pom.xml +++ b/jredmine-maven-plugin/pom.xml @@ -287,5 +287,110 @@ </build> </profile> + <!-- For post-release actions --> + <profile> + <id>post-release-profile</id> + + <build> + + <defaultGoal>validate</defaultGoal> + + <plugins> + + <!-- + - publish attachments + - generate news announcement + - generate email announcement + - update version + - publish news announcement + --> + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <executions> + <execution> + <id>publish-attachments</id> + <goals> + <goal>publish-attachments</goal> + </goals> + <phase>verify</phase> + <configuration> + <filesFromProperties> + ${redmine.collectedAttachments} + </filesFromProperties> + + <skipPublishAttachments> + ${skipReleasePublishAttachments} + </skipPublishAttachments> + </configuration> + </execution> + <execution> + <id>generate-announcements</id> + <goals> + <goal>generate-news-announcement</goal> + <goal>generate-email-announcement</goal> + </goals> + <phase>verify</phase> + <configuration> + <announceParameters> + <releaseProjectGroupId> + ${session.topLevelProject.groupId} + </releaseProjectGroupId> + <releaseProjectArtifactId> + ${session.topLevelProject.artifactId} + </releaseProjectArtifactId> + <releaseProjectVersion> + ${session.topLevelProject.version} + </releaseProjectVersion> + </announceParameters> + <skipGenerateEmailAnnouncement> + ${skipReleaseSendEmail} + </skipGenerateEmailAnnouncement> + <skipGenerateNewsAnnouncement> + ${skipReleasePublishNews} + </skipGenerateNewsAnnouncement> + <urlDownload> + ${redmine.url}/projects/${projectId}/files + </urlDownload> + <artifactsFile>${redmine.collectedArtifacts}</artifactsFile> + </configuration> + </execution> + + <execution> + <id>jredmine-release</id> + <goals> + <goal>update-version</goal> + <goal>publish-news</goal> + </goals> + <phase>install</phase> + <configuration> + <!-- for a multi-module just run on root project --> + <runOnce>true</runOnce> + <skipUpdateVersion> + ${skipReleaseUpdateVersion} + </skipUpdateVersion> + <skipPublishNews>${skipReleasePublishNews}</skipPublishNews> + + <!-- udpate-version --> + <closeVersion>true</closeVersion> + + <!-- publish-news --> + <newsContentFile> + target/generated-sources/announcement/release-news-announcement.vm + </newsContentFile> + <newsSummary>${project.description}</newsSummary> + <newsTitle> + ${releaseAnnouncementTitle} + </newsTitle> + </configuration> + </execution> + </executions> + + </plugin> + + </plugins> + + </build> + </profile> </profiles> </project> -- 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 annotated tag v1.8 in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 936572031625a1a374344ebbb9d2c5b02e9752ec Author: Maven Release <maven-release@nuiton.org> Date: Wed Apr 16 20:08:22 2014 +0000 readd release 1.8 -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm