Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pom-1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Xiao committed Nov 5, 2019
1 parent c712346 commit 886b718
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.splunk.splunkins</groupId>
<artifactId>pom</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</version>
<packaging>pom</packaging>

<name>Splunk Plugin Main Module</name>
Expand All @@ -35,7 +35,7 @@
<connection>scm:git:git://github.com/jenkinsci/splunk-devops-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/splunk-devops-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/splunk-devops-plugin</url>
<tag>pom-1.3</tag>
<tag>pom-1.8.2</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion splunk-devops-extend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.splunk.splunkins</groupId>
<artifactId>pom</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</version>
</parent>

<artifactId>splunk-devops-extend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion splunk-devops-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.splunk.splunkins</groupId>
<artifactId>pom</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</version>
</parent>

<artifactId>splunk-devops-shaded</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions splunk-devops/pom.xml
Original file line number Diff line number Diff line change
@@ -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/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>com.splunk.splunkins</groupId>
<artifactId>pom</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.8.2</version>
</parent>

<artifactId>splunk-devops</artifactId>
Expand Down

0 comments on commit 886b718

Please sign in to comment.