Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ME1312 committed Jun 14, 2021
1 parent 2a9c74f commit 89f2d64
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (C) 2015-2019 ME1312
Copyright (C) 2015-2021 ME1312

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion SubServers.Bungee/common/pom.xml
Expand Up @@ -92,7 +92,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Bungee.Common Javadoc</windowtitle>
<windowtitle>SubServers.Bungee.Common</windowtitle>
<doctitle>SubServers.Bungee.Common ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>
Expand Down
2 changes: 1 addition & 1 deletion SubServers.Bungee/pom.xml
Expand Up @@ -152,7 +152,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Bungee Javadoc</windowtitle>
<windowtitle>SubServers.Bungee</windowtitle>
<doctitle>SubServers.Bungee ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>
Expand Down
2 changes: 1 addition & 1 deletion SubServers.Client/Bukkit/pom.xml
Expand Up @@ -147,7 +147,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Client.Bukkit Javadoc</windowtitle>
<windowtitle>SubServers.Client.Bukkit</windowtitle>
<doctitle>SubServers.Client.Bukkit ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>
Expand Down
4 changes: 2 additions & 2 deletions SubServers.Client/Common/pom.xml
Expand Up @@ -110,8 +110,8 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Client.Common Javadoc</windowtitle>
<doctitle>SubServers.Client.Common Javadoc</doctitle>
<windowtitle>SubServers.Client.Common</windowtitle>
<doctitle>SubServers.Client.Common ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>
<outputDirectory>${basedir}/../../Javadoc/SubServers.Client.Common</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion SubServers.Client/Sponge/pom.xml
Expand Up @@ -117,7 +117,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Client.Sponge Javadoc</windowtitle>
<windowtitle>SubServers.Client.Sponge</windowtitle>
<doctitle>SubServers.Client.Sponge ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>
Expand Down
2 changes: 1 addition & 1 deletion SubServers.Host/pom.xml
Expand Up @@ -153,7 +153,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Host Javadoc</windowtitle>
<windowtitle>SubServers.Host</windowtitle>
<doctitle>SubServers.Host ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>
Expand Down
2 changes: 1 addition & 1 deletion SubServers.Sync/pom.xml
Expand Up @@ -144,7 +144,7 @@
<goal>javadoc</goal>
</goals>
<configuration>
<windowtitle>SubServers.Sync Javadoc</windowtitle>
<windowtitle>SubServers.Sync</windowtitle>
<doctitle>SubServers.Sync ${project.version}</doctitle>
<show>protected</show>
<destDir>./</destDir>
Expand Down

0 comments on commit 89f2d64

Please sign in to comment.