[
https://issues.apache.org/jira/browse/PDFBOX-5180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335175#comment-17335175
]
Andreas Lehmkühler commented on PDFBOX-5180:
--------------------------------------------
PDFBOX-3386 is about the downgrade of the plugin. It is 5 years ago prior to
2.0.3. I'm wondering why nobody else complaint about that. However, I've found
some evidence on my local machine at least for the SNAPSHOT of 2.0.16
On the other hand we are using the enforcer plugin and are defining java 1.7
and maven 3.1 as minimum requirement. Saying that, it should be save to update
the plugin to 3.5.1. Starting with 4.0.0 the minimum java version is 8
[~Schmidor] How did you locally check that your changes work?
> Snapshot Deploy not working
> ---------------------------
>
> Key: PDFBOX-5180
> URL: https://issues.apache.org/jira/browse/PDFBOX-5180
> Project: PDFBox
> Issue Type: Bug
> Affects Versions: 2.0.24
> Reporter: Oliver Schmidtmer
> Priority: Major
> Attachments: pom.xml
>
>
> When building and deploying snapshots, the build number is higher than the
> last uploaded snapshot. So the dependency resolution to 2.0.24-SNAPSHOT does
> not work.
> It seems the deploy plugin is triggered twice, but only once there are
> uploads. The other sub projects are also affected.
> [https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox/2.0.24-SNAPSHOT/maven-metadata.xml]
> {code:java}
> <metadata modelVersion="1.1.0">
> <groupId>org.apache.pdfbox</groupId>
> <artifactId>pdfbox</artifactId>
> <version>2.0.24-SNAPSHOT</version>
> <versioning>
> <snapshot>
> <timestamp>20210426.180431</timestamp>
> <buildNumber>154</buildNumber>
> </snapshot>
> <lastUpdated>20210426180431</lastUpdated>
> <snapshotVersions>
> <snapshotVersion>
> <extension>jar</extension>
> <value>2.0.24-20210426.180213-153</value>
> <updated>20210426180431</updated>
> </snapshotVersion>
> <snapshotVersion>
> <extension>pom</extension>
> <value>2.0.24-20210426.180213-153</value>
> <updated>20210426180431</updated>
> </snapshotVersion>
> </snapshotVersions>
> </versioning>
> </metadata>
> {code}
> In trunk / 3.0 this doesn't happen:
>
> [https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox/3.0.0-SNAPSHOT/maven-metadata.xml]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]