Skip to content

Commit 2580aa5

Browse files
Merge pull request #67 from aminghadersohi/release_3.0.11
version 3.0.11
2 parents 0c8ba03 + 63a7acb commit 2580aa5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

buildSrc/src/main/kotlin/Libs.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Libs {
1414
const val ktlint = "0.43.0"
1515
const val ktlintGradlePlugin = "10.2.0"
1616
const val snakeyaml = "1.29"
17-
const val vanniktechMavenPublish = "0.18.0"
17+
const val vanniktechMavenPublish = "0.13.0"
1818
}
1919

2020
const val clikt = "com.github.ajalt.clikt:clikt:${Versions.clikt}"

core/src/main/kotlin/com/tinder/gitquery/core/GitQueryVersion.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package com.tinder.gitquery.core
44
* This file was generated by ./build-support/bin/write-version-class
55
*/
66

7-
const val GIT_QUERY_VERSION = "3.0.11-SNAPSHOT"
7+
const val GIT_QUERY_VERSION = "3.0.11"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.daemon=true
77
org.gradle.parallel=true
88

99
GROUP=com.tinder.gitquery
10-
VERSION_NAME=3.0.11-SNAPSHOT
10+
VERSION_NAME=3.0.11
1111

1212
POM_DESCRIPTION=A library for querying and syncing files in a remote git repo.
1313
POM_URL=https://github.com/Tinder/GitQuery

samples/protobuf-sync-code-gen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import com.google.protobuf.gradle.protoc
99
plugins {
1010
application
1111
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"
1313
java
1414
}
1515

samples/protobuf-sync-groovy-dsl/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
id("com.tinder.gitquery") version "3.0.10"
3+
id("com.tinder.gitquery") version "3.0.11"
44
}
55

66
def protoDir = "src/main/proto"

0 commit comments

Comments
 (0)