File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
main/groovy/net/nemerosa/versioning/svn
test/groovy/net/nemerosa/versioning Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ class SVNInfoService implements SCMInfoService {
5252 revision,
5353 revision,
5454 null ,
55+ null ,
5556 isWorkingCopyDirty(project. projectDir, clientManager)
5657 )
5758 }
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ VERSION_DISPLAY=master-${headAbbreviated}
273273VERSION_FULL=master-${ headAbbreviated}
274274VERSION_SCM=git
275275VERSION_TAG=
276+ VERSION_LAST_TAG=
276277VERSION_DIRTY=false
277278""" as String
278279 } finally {
@@ -316,6 +317,7 @@ CUSTOM_DISPLAY=master-${headAbbreviated}
316317CUSTOM_FULL=master-${ headAbbreviated}
317318CUSTOM_SCM=git
318319CUSTOM_TAG=
320+ CUSTOM_LAST_TAG=
319321CUSTOM_DIRTY=false
320322""" as String
321323 } finally {
@@ -359,6 +361,7 @@ VERSION_DISPLAY=master-${headAbbreviated}
359361VERSION_FULL=master-${ headAbbreviated}
360362VERSION_SCM=git
361363VERSION_TAG=
364+ VERSION_LAST_TAG=
362365VERSION_DIRTY=false
363366""" as String
364367 } finally {
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ VERSION_DISPLAY=master-${headAbbreviated}
273273VERSION_FULL=master-${ headAbbreviated}
274274VERSION_SCM=git
275275VERSION_TAG=
276+ VERSION_LAST_TAG=
276277VERSION_DIRTY=false
277278""" as String
278279 } finally {
@@ -316,6 +317,7 @@ CUSTOM_DISPLAY=master-${headAbbreviated}
316317CUSTOM_FULL=master-${ headAbbreviated}
317318CUSTOM_SCM=git
318319CUSTOM_TAG=
320+ CUSTOM_LAST_TAG=
319321CUSTOM_DIRTY=false
320322""" as String
321323 } finally {
@@ -359,6 +361,7 @@ VERSION_DISPLAY=master-${headAbbreviated}
359361VERSION_FULL=master-${ headAbbreviated}
360362VERSION_SCM=git
361363VERSION_TAG=
364+ VERSION_LAST_TAG=
362365VERSION_DIRTY=false
363366""" as String
364367 } finally {
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ VERSION_DISPLAY=trunk-4
132132VERSION_FULL=trunk-4
133133VERSION_SCM=svn
134134VERSION_TAG=
135+ VERSION_LAST_TAG=
135136VERSION_DIRTY=false
136137"""
137138 }
@@ -171,6 +172,7 @@ CUSTOM_DISPLAY=trunk-4
171172CUSTOM_FULL=trunk-4
172173CUSTOM_SCM=svn
173174CUSTOM_TAG=
175+ CUSTOM_LAST_TAG=
174176CUSTOM_DIRTY=false
175177"""
176178 }
@@ -210,6 +212,7 @@ VERSION_DISPLAY=trunk-4
210212VERSION_FULL=trunk-4
211213VERSION_SCM=svn
212214VERSION_TAG=
215+ VERSION_LAST_TAG=
213216VERSION_DIRTY=false
214217"""
215218 }
You can’t perform that action at this time.
0 commit comments