-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v5.1.0
- Loading branch information
1 parent
a041af4
commit b23f968
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
<groupId>com.messagebird</groupId> | ||
<artifactId>messagebird-api</artifactId> | ||
<version>5.1.0-SNAPSHOT</version> <!-- | ||
<version>5.1.0</version> <!-- | ||
are you going to bump a major number? | ||
then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64 | ||
--> | ||
|
@@ -42,7 +42,7 @@ | |
<connection>scm:git:[email protected]:messagebird/java-rest-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:messagebird/java-rest-api.git</developerConnection> | ||
<url>[email protected]:messagebird/java-rest-api.git</url> | ||
<tag>HEAD</tag> | ||
<tag>v5.1.0</tag> | ||
</scm> | ||
|
||
<profiles> | ||
|