]> source.dussan.org Git - archiva.git/commitdiff
fix inversion between version / classifier
authorNicolas De Loof <nicolas@apache.org>
Fri, 7 Mar 2008 14:32:29 +0000 (14:32 +0000)
committerNicolas De Loof <nicolas@apache.org>
Fri, 7 Mar 2008 14:32:29 +0000 (14:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@634693 13f79535-47bb-0310-9956-ffa450edef68

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

index 71d6c3bc8e8763dd06ea962225b5333e26aee271..b1a3e4096d60bdd19525510671c20a8edc222319 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