Skip to content
Snippets Groups Projects
Commit ee5e114e authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

added changes plugin

parent 2431c98e
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,11 @@
<java.version>1.6</java.version>
</properties>
<issueManagement>
<system>GitLab</system>
<url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues/</url>
</issueManagement>
<distributionManagement>
<site>
<id>teetime.sf.net</id>
......@@ -299,6 +304,23 @@
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.11</version>
<configuration>
<issueLinkTemplatePerSystem>
<Gitlab>%URL%/%ISSUE%</Gitlab>
</issueLinkTemplatePerSystem>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
......
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Release notes</title>
</properties>
<body>
<release version="1.0" date="15.12.2014" description="Initial Release">
<action dev="ntd" type="add" issue="66">
Created a new site to promote TeeTime.
</action>
</release>
</body>
</document>
\ No newline at end of file
## How to get TeeTime
# Release notes
Added functionalities and fixed bugs are listed chronologically on this page.
## Snapshot
- Non-stable nightly release
## Release 1.0 / Soon
### Major enhancements
- Initial release
\ No newline at end of file
......@@ -39,7 +39,8 @@
</menu>
<menu name="Main">
<item name="Home" href="index.html" />
<item name="Release notes" href="release.html" />
<item name="Wiki" href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/wikis/home" />
<item name="Release notes" href="changes-report.html" />
</menu>
<!-- <menu ref="modules"/> -->
<!-- <menu ref="reports"/> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment