Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Apr 6, 2018
1 parent 5f91ceb commit d7ecca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.kagkarlsson</groupId>
<artifactId>db-scheduler</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<packaging>jar</packaging>

<name>Db-scheduler</name>
Expand All @@ -30,7 +30,7 @@
<jdk.version>1.8</jdk.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<compilerArgument/>
<compilerArgument />
<skipChecks>false</skipChecks>
<failOnMissingHeader>true</failOnMissingHeader>
<slf4j.version>1.7.7</slf4j.version>
Expand Down Expand Up @@ -370,7 +370,7 @@
<connection>scm:git:[email protected]:kagkarlsson/db-scheduler.git</connection>
<developerConnection>scm:git:[email protected]:kagkarlsson/db-scheduler.git</developerConnection>
<url>https://github.com/kagkarlsson/db-scheduler/</url>
<tag>HEAD</tag>
<tag>3.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit d7ecca8

Please sign in to comment.