Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pipeline-github-1.0-alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjwhiteside committed Jun 12, 2017
1 parent f4f3f9a commit 79efaf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.26</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>pipeline-github</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-2</version>
<packaging>hpi</packaging>

<properties>
Expand All @@ -38,7 +37,8 @@
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
</scm>
<tag>pipeline-github-1.0-alpha-2</tag>
</scm>

<repositories>
<repository>
Expand Down

0 comments on commit 79efaf4

Please sign in to comment.