This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
api/src/main/java/io/opencensus/common Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public final class OpenCensusLibraryInformation {
29
29
*
30
30
* @since 0.8
31
31
*/
32
- public static final String VERSION = "0.13.2-SNAPSHOT " ; // CURRENT_OPENCENSUS_VERSION
32
+ public static final String VERSION = "0.13.2" ; // CURRENT_OPENCENSUS_VERSION
33
33
34
34
private OpenCensusLibraryInformation () {}
35
35
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ subprojects {
44
44
}
45
45
46
46
group = " io.opencensus"
47
- version = " 0.13.2-SNAPSHOT " // CURRENT_OPENCENSUS_VERSION
47
+ version = " 0.13.2" // CURRENT_OPENCENSUS_VERSION
48
48
49
49
sourceCompatibility = 1.6
50
50
targetCompatibility = 1.6
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
23
23
}
24
24
25
25
group = " io.opencensus"
26
- version = " 0.13.2-SNAPSHOT " // CURRENT_OPENCENSUS_VERSION
26
+ version = " 0.13.2" // CURRENT_OPENCENSUS_VERSION
27
27
28
28
def opencensusVersion = " 0.12.3" // LATEST_OPENCENSUS_RELEASE_VERSION
29
29
def grpcVersion = " 1.9.0" // CURRENT_GRPC_VERSION
Original file line number Diff line number Diff line change 4
4
<groupId >io.opencensus</groupId >
5
5
<artifactId >opencensus-examples</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >0.13.2-SNAPSHOT </version ><!-- CURRENT_OPENCENSUS_VERSION -->
7
+ <version >0.13.2</version ><!-- CURRENT_OPENCENSUS_VERSION -->
8
8
<name >opencensus-examples</name >
9
9
<url >http://maven.apache.org</url >
10
10
<properties >
You can’t perform that action at this time.
0 commit comments