We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e920e8a commit 456623eCopy full SHA for 456623e
build.gradle
@@ -74,7 +74,7 @@ allprojects {
74
def repoGroupIdVal = 'com.github.kentico';
75
76
subprojects {
77
- version = System.getenv('RELEASE_TAG') != null && !System.getenv('RELEASE_TAG').isEmpty() ? System.getenv('RELEASE_TAG') : '4.4.1'
+ version = System.getenv('RELEASE_TAG') != null && !System.getenv('RELEASE_TAG').isEmpty() ? System.getenv('RELEASE_TAG') : '4.7.0-SNAPSHOT'
78
ext.repoGroupId = repoGroupIdVal
79
group = repoGroupIdVal
80
ext.repositoryHost = 'maven.org'
0 commit comments