diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-08 10:38:53 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-08 10:38:53 +0200 |
commit | 70a1850e5e29e7a06f43132cf0c4cea51744d0d0 (patch) | |
tree | c62c28a70bc1ca539d816f915e9f80400b386e5f /sonar-application/pom.xml | |
parent | 1e38481883a4bb4098cb1d4722e511b25d6933ef (diff) | |
download | sonarqube-70a1850e5e29e7a06f43132cf0c4cea51744d0d0.tar.gz sonarqube-70a1850e5e29e7a06f43132cf0c4cea51744d0d0.zip |
[maven-release-plugin] prepare release 4.5-RC14.5-RC1
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index a7e45403831..c04ec45d625 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-SNAPSHOT</version> + <version>4.5-RC1</version> </parent> <artifactId>sonar-application</artifactId> @@ -237,8 +236,8 @@ <phase>package</phase> <configuration> <target> - <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5"/> - <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha"/> + <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="md5" /> + <checksum file="${project.build.directory}/sonarqube-${project.version}.zip" algorithm="sha" /> </target> </configuration> <goals> |