From 3acf07b36a9fec18532caa3bc08558d7af46379b Mon Sep 17 00:00:00 2001 From: Stuart Boston Date: Fri, 19 Apr 2013 09:35:09 +0100 Subject: [PATCH] Non-functional changes to POM and bin.xml --- pom.xml | 4 +-- src/main/resources/bin.xml | 72 +++++++++++++++++++------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index 720d83c52..b30595fb7 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ - Hudson CI + Jenkins CI http://jenkins.omertron.com/job/API-TheMovieDb/ @@ -119,7 +119,7 @@ - ${project.artifactId}-${project.version}-r${buildNumber} + ${project.artifactId}-${project.version}-${buildNumber} diff --git a/src/main/resources/bin.xml b/src/main/resources/bin.xml index c12f07f36..e81daf815 100644 --- a/src/main/resources/bin.xml +++ b/src/main/resources/bin.xml @@ -1,39 +1,39 @@ - bin - - ${distribution.format} - - false - - - - ${project.build.directory} - - - version.txt - - - - - - ${basedir} - - - readme.txt - - - - - - ${project.build.directory} - - - **/*.jar - - - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> + bin + + ${distribution.format} + + false + + + + ${project.build.directory} + + + version.txt + + + + + + ${basedir} + + + readme.txt + + + + + + ${project.build.directory} + + + **/*.jar + + + +