Fix site generation

This commit is contained in:
Klaus Reimer 2018-10-07 11:04:12 +02:00
parent 47534f98bc
commit b2b95dae39
4 changed files with 21 additions and 8 deletions

12
pom.xml
View File

@ -103,12 +103,11 @@
<reportSet>
<reports>
<report>summary</report>
<report>project-team</report>
<report>mailing-list</report>
<report>issue-tracking</report>
<report>team</report>
<report>mailing-lists</report>
<report>issue-management</report>
<report>scm</report>
<report>cim</report>
<report>license</report>
<report>licenses</report>
<report>dependencies</report>
<report>plugins</report>
<report>plugin-management</report>
@ -120,6 +119,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.12.1</version>
<configuration>
<teamlist>team.html</teamlist>
</configuration>
<reportSets>
<reportSet>
<reports>

View File

@ -8,6 +8,17 @@
<author email="k@ailis.de">Klaus Reimer</author>
</properties>
<body>
<release version="1.3.0" date="2018-10-07" description="Major update">
<action dev="kayahr" type="update" date="2018-10-07">
Updated to libusb 1.0.22.
</action>
<action dev="kayahr" type="remove" date="2018-10-07">
Dropped support for 32 bit macOS because XCode no longer supports it.
</action>
<action dev="kayahr" type="add" date="2018-10-07">
Added support for 64 bit ARM platform.
</action>
</release>
<release version="1.2.0" date="2013-02-16" description="Major update">
<action dev="kayahr" type="update" date="2014-02-16">
Split project into usb4java (Main library), usb4java-javax

View File

@ -12,12 +12,12 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
<version>1.7</version>
</skin>
<body>
<head>
<link href="favicon.ico" rel="SHORTCUT ICON" />
<![CDATA[<link href="favicon.ico" rel="SHORTCUT ICON" />]]>
</head>
<links>

View File

@ -76,7 +76,7 @@
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
<p>
</p>
<p>
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.