forked from apache/pdfbox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,12 +58,6 @@ | |
</repository> | ||
</distributionManagement> | ||
|
||
<scm> | ||
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0</connection> | ||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0</developerConnection> | ||
<url>https://svn.apache.org/viewvc/pdfbox/branches/3.0</url> | ||
</scm> | ||
|
||
<build> | ||
<pluginManagement> | ||
<plugins> | ||
|
@@ -140,43 +134,6 @@ | |
</fileset> | ||
</checksum> | ||
<checksum file="${basedir}/target/${project.version}/pdfbox-${project.version}-src.zip" algorithm="SHA-512" property="checksum" /> | ||
<echo file="${basedir}/target/vote.txt"> | ||
From: ${username}@apache.org | ||
To: [email protected] | ||
Subject: [VOTE] Release Apache PDFBox ${project.version} | ||
|
||
A candidate for the PDFBox ${project.version} release is available at: | ||
|
||
https://dist.apache.org/repos/dist/dev/pdfbox/${project.version}/ | ||
|
||
The release candidate is a zip archive of the sources in: | ||
|
||
https://svn.apache.org/repos/asf/pdfbox/tags/${project.version}/ | ||
|
||
The SHA-512 checksum of the archive is ${checksum}. | ||
|
||
Please vote on releasing this package as Apache PDFBox ${project.version}. | ||
The vote is open for the next 72 hours and passes if a majority of at | ||
least three +1 PDFBox PMC votes are cast. | ||
|
||
[ ] +1 Release this package as Apache PDFBox ${project.version} | ||
[ ] -1 Do not release this package because...${line.separator} | ||
</echo> | ||
<echo /> | ||
<echo> | ||
The release candidate has been prepared in: | ||
|
||
${basedir}/target/${project.version} | ||
|
||
Please commit it to | ||
|
||
https://dist.apache.org/repos/dist/dev/pdfbox/${project.version}/ | ||
|
||
A release vote template has been generated for you: | ||
|
||
file://${basedir}/target/vote.txt | ||
</echo> | ||
<echo /> | ||
</target> | ||
</configuration> | ||
</execution> | ||
|