Skip to content

Commit

Permalink
[maven-release-plugin] prepare release appcenter-0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mezpahlan committed Mar 4, 2020
1 parent 2f5f41a commit 4bb2887
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?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>3.4</version>
<relativePath/>
<relativePath />
</parent>

<properties>
Expand All @@ -17,7 +16,7 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>appcenter</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
<packaging>hpi</packaging>

<name>App Center</name>
Expand Down Expand Up @@ -224,7 +223,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
<tag>appcenter-0.8.2</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 4bb2887

Please sign in to comment.