[Geoserver-devel] [JIRA] (GEOS-7329) out-of-date snapshots on repo.boundlessgeo.com/main

Jody Garnett [Administrator] created an issue

GeoServer / BugGEOS-7329

out-of-date snapshots on repo.boundlessgeo.com/main

Issue Type:

BugBug

Assignee:

Jody Garnett [Administrator]

Created:

02/Dec/15 7:53 PM

Priority:

HighHigh

Reporter:

Jody Garnett [Administrator]

The mvn repository apparently has the wrong versions listed in maven-metadata.xml - form Alessio’s email:

I noticed that the release numbers of the snapshots on repo.boundlessgeo.com are not correctly updated.

As an intance for the gs-printing plugin

https://repo.boundlessgeo.com/main/org/geoserver/extension/gs-printing/2.8-SNAPSHOT/

the “maven-metadata.xml” declares a snapshot version “20151004.224420” which is not only obsolete but also the JAR is missing for that build.

Checking the details in the above directory show the following:

gs-printing-2.8-20151202.153602-67.pom.md5  02-Dec-2015 15:36  32 bytes
...
maven-metadata.xml                          02-Dec-2015 15:36  1.37 KB

Looking in maven-metadata.xml:

    <snapshot>
      <timestamp>20151004.224420</timestamp>
      <buildNumber>568</buildNumber>
    </snapshot>
    <lastUpdated>20151202153605</lastUpdated>
 <snapshotVersions>
      <snapshotVersion>
        <classifier>sources</classifier>
        <extension>jar</extension>
        <value>2.8-20151004.224420-568</value>
        <updated>20151004224420</updated>
      </snapshotVersion>
      ...
      <snapshotVersion>
        <classifier>test-sources</classifier>
        <extension>jar</extension>
        <value>2.8-20151004.224420-568</value>
        <updated>20151004224420</updated>
      </snapshotVersion>
    </snapshotVersions>
  </versioning>

We can see that although the lastUpdated is correct (Dec 2nd) the snapshotVersions cut out at Oct 4th.

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v7.1.0-OD-02-025#71001-sha1:64a64e8)

Atlassian logo