Skip to content

Commit

Permalink
Correzioni di descrizioni errate
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan committed Apr 9, 2019
1 parent dcc543c commit 93130f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions licenseheader.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
${licenseFirst}
</#if>
${licensePrefix}Copyright (c) 2019 Matteo Baccan
${licensePrefix}Distributed under the MIT software license, see the accompanying
${licensePrefix}file COPYING or http://www.opensource.org/licenses/mit-license.php.
${licensePrefix}Distributed under the GPL v3 software license, see the accompanying
${licensePrefix}file LICENSE or http://www.gnu.org/licenses/gpl.html.
<#if licenseLast??>
${licenseLast}
</#if>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<versionInfo>
<fileVersion>${project.version}.0</fileVersion>
<txtFileVersion>${project.version}</txtFileVersion>
<fileDescription>TerpinExport ${project.version}</fileDescription>
<fileDescription>HTML2POP3 ${project.version}</fileDescription>
<copyright>Matteo Baccan</copyright>
<productVersion>${project.version}.0</productVersion>
<txtProductVersion>${project.version}</txtProductVersion>
Expand All @@ -254,9 +254,9 @@
<phase>install</phase>
<configuration>
<tasks>
<exec
dir="${project.basedir}"
executable="${project.basedir}\src\batch\release.bat"
<exec
dir="${project.basedir}"
executable="${project.basedir}\src\batch\release.bat"
failonerror="true">
<arg value='${project.artifactId}-${project.version}'></arg>
</exec>
Expand Down

0 comments on commit 93130f5

Please sign in to comment.