-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* renaming groupid * update group in tests * fix format error * testing the deployment to maven central * revert id talaiot code * adding correct secring * removing jfrog * disabling again deployment snapshots in prs * preparing the release 1.5 * adding the release entry for deployments
- Loading branch information
Showing
3 changed files
with
43 additions
and
34 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
2 changes: 1 addition & 1 deletion
2
buildSrc/src/main/kotlin/io/github/cdsap/talaiot/buildplugins/Constants.kt
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package io.github.cdsap.talaiot.buildplugins | ||
|
||
object Constants { | ||
const val TALAIOT_VERSION = "1.4.3-SNAPSHOT" | ||
const val TALAIOT_VERSION = "1.5.0" | ||
const val DEFAULT_GROUP_PLUGIN = "io.github.cdsap.talaiot.plugin" | ||
const val DEFAULT_GROUP_LIBRARY = "io.github.cdsap.talaiot" | ||
} |
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