This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
api/src/main/java/io/opencensus/common
exporters/trace/ocagent/src
main/java/io/opencensus/exporter/trace/ocagent
test/java/io/opencensus/exporter/trace/ocagent Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public final class OpenCensusLibraryInformation {
2929 *
3030 * @since 0.8
3131 */
32- public static final String VERSION = "0.17.0-SNAPSHOT " ; // CURRENT_OPENCENSUS_VERSION
32+ public static final String VERSION = "0.17.0" ; // CURRENT_OPENCENSUS_VERSION
3333
3434 private OpenCensusLibraryInformation () {}
3535}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ subprojects {
4949 }
5050
5151 group = " io.opencensus"
52- version = " 0.17.0-SNAPSHOT " // CURRENT_OPENCENSUS_VERSION
52+ version = " 0.17.0" // CURRENT_OPENCENSUS_VERSION
5353
5454 sourceCompatibility = 1.6
5555 targetCompatibility = 1.6
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
2323}
2424
2525group = " io.opencensus"
26- version = " 0.17.0-SNAPSHOT " // CURRENT_OPENCENSUS_VERSION
26+ version = " 0.17.0" // CURRENT_OPENCENSUS_VERSION
2727
2828def opencensusVersion = " 0.16.1" // LATEST_OPENCENSUS_RELEASE_VERSION
2929def grpcVersion = " 1.13.1" // CURRENT_GRPC_VERSION
Original file line number Diff line number Diff line change 44 <groupId >io.opencensus</groupId >
55 <artifactId >opencensus-examples</artifactId >
66 <packaging >jar</packaging >
7- <version >0.17.0-SNAPSHOT </version ><!-- CURRENT_OPENCENSUS_VERSION -->
7+ <version >0.17.0</version ><!-- CURRENT_OPENCENSUS_VERSION -->
88 <name >opencensus-examples</name >
99 <url >http://maven.apache.org</url >
1010 <properties >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ final class OcAgentNodeUtils {
4343
4444 // The current version of the OpenCensus OC-Agent Exporter.
4545 @ VisibleForTesting
46- static final String OC_AGENT_EXPORTER_VERSION = "0.17.0-SNAPSHOT " ; // CURRENT_OPENCENSUS_VERSION
46+ static final String OC_AGENT_EXPORTER_VERSION = "0.17.0" ; // CURRENT_OPENCENSUS_VERSION
4747
4848 @ VisibleForTesting static final String RESOURCE_TYPE_ATTRIBUTE_KEY = "OPENCENSUS_SOURCE_TYPE" ;
4949 @ VisibleForTesting static final String RESOURCE_LABEL_ATTRIBUTE_KEY = "OPENCENSUS_SOURCE_LABELS" ;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public class OcAgentNodeUtilsTest {
4848
4949 @ Test
5050 public void testConstants () {
51- assertThat (OC_AGENT_EXPORTER_VERSION ).isEqualTo ("0.17.0-SNAPSHOT " );
51+ assertThat (OC_AGENT_EXPORTER_VERSION ).isEqualTo ("0.17.0" );
5252 assertThat (RESOURCE_TYPE_ATTRIBUTE_KEY ).isEqualTo ("OPENCENSUS_SOURCE_TYPE" );
5353 assertThat (RESOURCE_LABEL_ATTRIBUTE_KEY ).isEqualTo ("OPENCENSUS_SOURCE_LABELS" );
5454 }
You can’t perform that action at this time.
0 commit comments