Skip to content

Commit c679336

Browse files
committed
set version to 1.1.0 in samples
1 parent cd446ce commit c679336

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/in-process-linking/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.dynatrace.oneagent.sdk.samples.inprocesslinking</groupId>
88
<artifactId>in-process-linking-sample</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<dependencies>

samples/remotecall/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.dynatrace.oneagent.sdk.samples.remoting</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
<packaging>pom</packaging>
1111
<!-- Dynatrace OneAgent SDK can be found in jcentral: -->
1212
<!-- FIXME: add coordinates to jcentral -->

samples/remotecall/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.dynatrace.oneagent.sdk.samples.remoting</groupId>
88
<artifactId>remotecall-sample</artifactId>
9-
<version>1.0.4-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>

samples/remotecall/remotecall-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.dynatrace.oneagent.sdk.samples.remoting</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.1.0</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

samples/remotecall/remotecall-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.dynatrace.oneagent.sdk.samples.remoting</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.1.0</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)