Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Jan 29, 2019
1 parent 6b3270c commit 6d1c17a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.github.sdorra</groupId>
<artifactId>spotter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>Spotter</name>
<description>Content-Type and language recognition library</description>
Expand All @@ -55,7 +55,7 @@
<connection>scm:git:git@github.com:sdorra/spotter.git</connection>
<developerConnection>scm:git:git@github.com:sdorra/spotter.git</developerConnection>
<url>git@github.com:sdorra/spotter.git</url>
<tag>HEAD</tag>
<tag>1.2.1</tag>
</scm>

<issueManagement>
Expand Down
4 changes: 2 additions & 2 deletions spotter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<parent>
<groupId>com.github.sdorra</groupId>
<artifactId>spotter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<groupId>com.github.sdorra</groupId>
<artifactId>spotter-core</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions spotter-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<parent>
<groupId>com.github.sdorra</groupId>
<artifactId>spotter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<groupId>com.github.sdorra</groupId>
<artifactId>spotter-maven-plugin</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>maven-plugin</packaging>

<prerequisites>
Expand Down

0 comments on commit 6d1c17a

Please sign in to comment.