]> source.dussan.org Git - archiva.git/commitdiff
fix inversion between calssifier & version
authorNicolas De Loof <nicolas@apache.org>
Wed, 5 Mar 2008 13:24:50 +0000 (13:24 +0000)
committerNicolas De Loof <nicolas@apache.org>
Wed, 5 Mar 2008 13:24:50 +0000 (13:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@633841 13f79535-47bb-0310-9956-ffa450edef68

springy/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/legacy/AddLegacyArtifactPathAction.java

index 71d6c3bc8e8763dd06ea962225b5333e26aee271..867f66b01c2238f6f0094157eef85380df83c3f7 100644 (file)
@@ -78,7 +78,7 @@ public class AddLegacyArtifactPathAction
     public String commit()\r
     {\r
         this.legacyArtifactPath.setArtifact(\r
-            this.groupId + ":" + this.artifactId + ":" +  this.classifier + ":" +  this.version + ":" + this.type );\r
+            this.groupId + ":" + this.artifactId + ":" +  this.version + ":" +  this.classifier + ":" + this.type );\r
 \r
         // Check the proposed Artifact macthes the path\r
         ArtifactReference artifact = new ArtifactReference();\r