This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
api/src/main/java/io/opencensus/common
exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent Expand file tree Collapse file tree 5 files changed +5
-5
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.22.1-SNAPSHOT " ; // CURRENT_OPENCENSUS_VERSION
32
+ public static final String VERSION = "0.22.1" ; // CURRENT_OPENCENSUS_VERSION
33
33
34
34
private OpenCensusLibraryInformation () {}
35
35
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ subprojects {
50
50
}
51
51
52
52
group = " io.opencensus"
53
- version = " 0.22.1-SNAPSHOT " // CURRENT_OPENCENSUS_VERSION
53
+ version = " 0.22.1" // CURRENT_OPENCENSUS_VERSION
54
54
55
55
sourceCompatibility = 1.7
56
56
targetCompatibility = 1.7
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ repositories {
31
31
}
32
32
33
33
group = " io.opencensus"
34
- version = " 0.22.1-SNAPSHOT " // CURRENT_OPENCENSUS_VERSION
34
+ version = " 0.22.1" // CURRENT_OPENCENSUS_VERSION
35
35
36
36
def opencensusVersion = " 0.21.0" // LATEST_OPENCENSUS_RELEASE_VERSION
37
37
def grpcVersion = " 1.19.0" // CURRENT_GRPC_VERSION
Original file line number Diff line number Diff line change 5
5
<groupId >io.opencensus</groupId >
6
6
<artifactId >opencensus-examples</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >0.22.1-SNAPSHOT </version ><!-- CURRENT_OPENCENSUS_VERSION -->
8
+ <version >0.22.1</version ><!-- CURRENT_OPENCENSUS_VERSION -->
9
9
<name >opencensus-examples</name >
10
10
<url >http://maven.apache.org</url >
11
11
<properties >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ final class OcAgentNodeUtils {
38
38
39
39
// The current version of the OpenCensus OC-Agent Exporter.
40
40
@ VisibleForTesting
41
- static final String OC_AGENT_EXPORTER_VERSION = "0.22.1-SNAPSHOT " ; // CURRENT_OPENCENSUS_VERSION
41
+ static final String OC_AGENT_EXPORTER_VERSION = "0.22.1" ; // CURRENT_OPENCENSUS_VERSION
42
42
43
43
@ Nullable
44
44
private static final io .opencensus .resource .Resource AUTO_DETECTED_RESOURCE =
You can’t perform that action at this time.
0 commit comments