Skip to content

Commit 133ea8a

Browse files
Merge branch 'release-6.2' into main-6.2
2 parents 0fbb881 + 4a3e92a commit 133ea8a

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ lib/**
1111
*.iml
1212
*.ipr
1313
*.iws
14-
#*.vcxproj.user
1514

1615
/installer/
1716
/temp/

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ ext.commitTimestamp = getBuildTimestamp()
159159
println '======================================================================'
160160
println 'Platform ' + platformType
161161
println 'Current JVM ' + currentJvm
162-
println 'Dotnet Configuration ' + dotnetConfiguration
163162
println 'Platform Toolset ' + platformToolsetVersion
164163
println 'Project version ' + project.version
165164
println 'Revision ' + ext.revision

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#Thu Sep 10 11:28:36 UTC 2020
22
platformType=x64
33
dotnetConfiguration=Release
4-
version=6.2.1-SNAPSHOT
4+
version=6.2.18-SNAPSHOT
55
platformToolsetVersion=v140
66
dxapiVersion=6.0.9
77
gflogVersion=3.0.3
88
docker.dockerCommonPath=finos/
9-
group=org.finos.timebase-ce
9+
group=org.finos.timebase-ce

0 commit comments

Comments
 (0)