Skip to content

Commit

Permalink
Added plugin-version.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamato committed Jun 17, 2022
1 parent ec1ab32 commit 90939f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven'

version = "1.0.2"
version = "1.0.3"

if (!project.hasProperty('release.scope')) {
project.ext['release.scope'] = 'patch'
Expand All @@ -19,6 +19,7 @@ if (!project.hasProperty('release.useLastTag')) {
project.ext['release.useLastTag'] = true
}


sourceSets.main.resources.srcDirs = ["src/main/jython", "src/main/resources"]

license {
Expand All @@ -29,4 +30,5 @@ license {
exclude '**/*.json'
exclude '**/*.png'
exclude '**/*.jpeg'
exclude '**/*.properties'
}
2 changes: 2 additions & 0 deletions src/main/resources/plugin-version.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plugin=xlr-mabl-plugin
version=1.0.3
6 changes: 3 additions & 3 deletions src/test/resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
#

xlr:
image: xebialabs/xl-release:10.2.2
image: xebialabs/xl-release:22.1
volumes:
- ~/xl-licenses/xl-release-license.lic:/opt/xebialabs/xl-release-server/conf/xl-release-license.lic
#- ~/xl-licenses/xl-release-license.lic:/opt/xebialabs/xl-release-server/conf/xl-release-license.lic
- ./../../../../build/libs/:/opt/xebialabs/xl-release-server/default-plugins/__local__/
- ./../../../../build/tmp/:/opt/xebialabs/xl-release-server/log/
environment:
- ADMIN_PASSWORD=admin
#- ACCEPT_EULA=Y
- ACCEPT_EULA=Y
ports:
- "15516:5516"

0 comments on commit 90939f5

Please sign in to comment.