| author | akozak | 2011-11-22 08:47:59 (EST) |
|---|---|---|
| committer | Winston Prakash | 2011-12-01 20:46:57 (EST) |
| commit | f8fe03076d45f9f52b282cbd605e74de67bfb5bf (patch) (side-by-side diff) | |
| tree | 59b6687d608acfa8d270de6ecbc385c5ab1d20da | |
| parent | 1999b66db12fae3f0293361bb724b214bbaeea78 (diff) | |
| download | org.eclipse.hudson.core-f8fe03076d45f9f52b282cbd605e74de67bfb5bf.zip org.eclipse.hudson.core-f8fe03076d45f9f52b282cbd605e74de67bfb5bf.tar.gz org.eclipse.hudson.core-f8fe03076d45f9f52b282cbd605e74de67bfb5bf.tar.bz2 | |
HUDSON-9001: Consistency, we only need to fix the akuma dependency
Signed-off-by: Winston Prakash <winston.prakash@gmail.com>
| -rw-r--r-- | hudson-war/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hudson-war/pom.xml b/hudson-war/pom.xml index 8ab0713..5cf7e5b 100644 --- a/hudson-war/pom.xml +++ b/hudson-war/pom.xml @@ -264,8 +264,8 @@ <configuration> <tasks> <!-- fix Akuma groupId so it can still be found by pre-split org.jvnet.hudson:executable-war:1.17 --> - <replace file="${basedir}/target/classes/dependencies.txt" token="org.kohsuke" - value="com.sun.akuma"/> + <replace file="${basedir}/target/classes/dependencies.txt" token="org.kohsuke:akuma" + value="com.sun.akuma:akuma"/> </tasks> </configuration> </execution> |

