Skip to content

Commit

Permalink
[maven-release-plugin] prepare release skadi-2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStrauss committed Jul 2, 2017
1 parent 49fca95 commit be6f30f
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
~ SOFTWARE.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
<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>eu.over9000</groupId>
<artifactId>skadi</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<name>Skadi</name>
<description>Skadi is a Java application that allows you to easily watch your favorite twitch streams with
Streamlink+VLC (or any videoplayer compatible with streamlink) and to display the chat using chrome/chromium
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:[email protected]:s1mpl3x/skadi.git</connection>
<developerConnection>scm:git:[email protected]:s1mpl3x/skadi.git</developerConnection>
<url>https://github.com/s1mpl3x/skadi</url>
<tag>HEAD</tag>
<tag>skadi-2.6.0</tag>
</scm>

<properties>
Expand Down Expand Up @@ -118,6 +118,18 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-invoker</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit be6f30f

Please sign in to comment.