Skip to content

Commit

Permalink
Update snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
magnram committed Aug 6, 2024
1 parent 6f9c629 commit 3b2dba4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 69 deletions.
38 changes: 12 additions & 26 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,18 @@
<packaging>pom</packaging>
<version>3.0.4-SNAPSHOT</version>

<name>Apache PDFBox parent</name>
<inceptionYear>2002</inceptionYear>

<organization>
<name>The Apache Software Foundation</name>
<url>https://pdfbox.apache.org</url>
</organization>

<issueManagement>
<system>jira</system>
<url>https://issues.apache.org/jira/browse/PDFBOX</url>
</issueManagement>

<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/parent</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/pdfbox/branches/3.0/parent</developerConnection>
<url>https://svn.apache.org/viewvc/pdfbox/branches/3.0/parent</url>
</scm>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Kartverket Apache Maven Packages</name>
<url>https://maven.pkg.github.com/kartverket/pdfbox</url>
</repository>
<snapshotRepository>
<id>github</id>
<name>GitHub Kartverket Apache Maven Snapshots</name>
<url>https://maven.pkg.github.com/kartverket/pdfbox</url>
</snapshotRepository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -100,14 +94,6 @@
<locale>en</locale>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<arguments>-Papache-release,pedantic</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down
43 changes: 0 additions & 43 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 3b2dba4

Please sign in to comment.