Skip to content

Commit

Permalink
[maven-release-plugin] prepare release missinglink-parent-0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnworb committed May 6, 2019
1 parent cee3cc7 commit 528a7b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>missinglink-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>missinglink-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>missinglink-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>missinglink-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>missinglink-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>missinglink-maven-plugin</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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>com.spotify</groupId>
<artifactId>missinglink-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<name>missinglink</name>
Expand Down Expand Up @@ -83,7 +81,7 @@
<connection>scm:git:git@github.com:spotify/missinglink.git</connection>
<developerConnection>scm:git:git@github.com:spotify/missinglink.git</developerConnection>
<url>https://github.com/spotify/missinglink</url>
<tag>HEAD</tag>
<tag>missinglink-parent-0.1.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 528a7b1

Please sign in to comment.