Hi,

I am trying to deploy snapshots to artifactory (2.5.1.1). However I noticed
that it's always end up with:

test-1.0.0.RC3-20120419.100854-1-javadoc.jar
test-1.0.0.RC3-20120419.100854-1-sources.jar
test-1.0.0.RC3-20120419.100854-1.pom
test-1.0.0.RC3-20120419.100854-2.jar

Why is the version of last jar different with others? It is even different
with the pom, which makes it impossible to resolve with maven. Looks like it
uses a wrong build number.

The versioning part of maven-metadata.xml looks like:

  <versioning>
    <snapshot>
      <timestamp>20120419.103456</timestamp>
      <buildNumber>1</buildNumber>
    </snapshot>
    <lastUpdated>20120419103457</lastUpdated>
    <snapshotVersions>
      <snapshotVersion>
        <extension>pom</extension>
        <value>1.0.0.RC3-20120419.103456-1</value>
        <updated>20120419103456</updated>
      </snapshotVersion>
      <snapshotVersion>
        <classifier>javadoc</classifier>
        <extension>jar</extension>
        <value>1.0.0.RC3-20120419.103456-1</value>
        <updated>20120419103456</updated>
      </snapshotVersion>
      <snapshotVersion>
        <classifier>sources</classifier>
        <extension>jar</extension>
        <value>1.0.0.RC3-20120419.103456-1</value>
        <updated>20120419103456</updated>
      </snapshotVersion>
      <snapshotVersion>
        <extension>jar</extension>
        <value>1.0.0.RC3-20120419.103456-2</value>
        <updated>20120419103456</updated>
      </snapshotVersion>
    </snapshotVersions>
  </versioning>

--
View this message in context: 
http://forums.jfrog.org/Snapshot-versioning-tp7480017p7480017.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to