| author | akozak | 2011-11-22 08:47:59 (EST) |
|---|---|---|
| committer | Winston Prakash | 2011-12-01 20:46:57 (EST) |
| commit | 34d866adf224ed7b42307c4788c676d1ef375a32 (patch) (side-by-side diff) | |
| tree | 15ee282755d395e7b15d59e011b06d90ae581628 | |
| parent | 2d1f4b784fc1102ac59691b166cc11f6e220d418 (diff) | |
| download | org.eclipse.hudson.core-34d866adf224ed7b42307c4788c676d1ef375a32.zip org.eclipse.hudson.core-34d866adf224ed7b42307c4788c676d1ef375a32.tar.gz org.eclipse.hudson.core-34d866adf224ed7b42307c4788c676d1ef375a32.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> |

