Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Jan 11, 2019
1 parent 63c643d commit f73ca4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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>4.2-SNAPSHOT</version>
<version>5.0</version>
<packaging>jar</packaging>

<name>Db-scheduler</name>
Expand Down Expand Up @@ -384,7 +384,7 @@
<connection>scm:git:git@github.com:kagkarlsson/db-scheduler.git</connection>
<developerConnection>scm:git:git@github.com:kagkarlsson/db-scheduler.git</developerConnection>
<url>https://github.com/kagkarlsson/db-scheduler/</url>
<tag>HEAD</tag>
<tag>5.0</tag>
</scm>

<distributionManagement>
Expand Down

2 comments on commit f73ca4a

@cash1981
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is 5.0 breaking changes from 4.0 ?
I couldn't really see that it does. So I wonder why updating to major release

@kagkarlsson
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I decided to bump major because behavior changed significantly for high volume schedulers. Prev. a bug caused low throughput

Please sign in to comment.