File tree 5 files changed +5
-5
lines changed
core/src/main/kotlin/com/tinder/gitquery/core
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Libs {
14
14
const val ktlint = " 0.43.0"
15
15
const val ktlintGradlePlugin = " 10.2.0"
16
16
const val snakeyaml = " 1.29"
17
- const val vanniktechMavenPublish = " 0.18 .0"
17
+ const val vanniktechMavenPublish = " 0.13 .0"
18
18
}
19
19
20
20
const val clikt = " com.github.ajalt.clikt:clikt:${Versions .clikt} "
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ package com.tinder.gitquery.core
4
4
* This file was generated by ./build-support/bin/write-version-class
5
5
*/
6
6
7
- const val GIT_QUERY_VERSION = " 3.0.11-SNAPSHOT "
7
+ const val GIT_QUERY_VERSION = " 3.0.11"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ org.gradle.daemon=true
7
7
org.gradle.parallel =true
8
8
9
9
GROUP =com.tinder.gitquery
10
- VERSION_NAME =3.0.11-SNAPSHOT
10
+ VERSION_NAME =3.0.11
11
11
12
12
POM_DESCRIPTION =A library for querying and syncing files in a remote git repo.
13
13
POM_URL =https://github.com/Tinder/GitQuery
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import com.google.protobuf.gradle.protoc
9
9
plugins {
10
10
application
11
11
id(" com.google.protobuf" ) version " 0.8.17"
12
- id(" com.tinder.gitquery" ) version " 3.0.10 "
12
+ id(" com.tinder.gitquery" ) version " 3.0.11 "
13
13
java
14
14
}
15
15
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" java" )
3
- id(" com.tinder.gitquery" ) version " 3.0.10 "
3
+ id(" com.tinder.gitquery" ) version " 3.0.11 "
4
4
}
5
5
6
6
def protoDir = " src/main/proto"
You can’t perform that action at this time.
0 commit comments