Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release delivery-pipeline-plugin-0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patbos committed May 15, 2015
1 parent 9b9ddb4 commit d66fd54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>

<groupId>se.diabol.jenkins.pipeline</groupId>
<artifactId>delivery-pipeline-plugin</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>hpi</packaging>
<name>Delivery Pipeline Plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Delivery+Pipeline+Plugin</url>
Expand Down Expand Up @@ -37,7 +36,7 @@
<scm>
<connection>scm:git:https://github.com/Diabol/delivery-pipeline-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Diabol/delivery-pipeline-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>delivery-pipeline-plugin-0.9.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit d66fd54

Please sign in to comment.