Skip to content

Commit b9b9774

Browse files
committed
fix sample groups
1 parent 3fef148 commit b9b9774

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

samples/remotecall/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</repository>
1818
</repositories>
1919

20-
<groupId>com.dynatrace.sample.oneagent.sdk</groupId>
20+
<groupId>com.dynatrace.oneagent.sdk.samples.remoting</groupId>
2121
<artifactId>parent</artifactId>
2222
<version>1.0.0-SNAPSHOT</version>
2323
<packaging>pom</packaging>

samples/remotecall/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</snapshots>
1616
</repository>
1717
</repositories>
18-
<groupId>com.dynatrace.sample.oneagent.sdk</groupId>
19-
<artifactId>oneagent-sdk-samples</artifactId>
18+
<groupId>com.dynatrace.oneagent.sdk.samples.remoting</groupId>
19+
<artifactId>remotecall-sample</artifactId>
2020
<version>1.0.0</version>
2121
<packaging>pom</packaging>
2222

samples/remotecall/remotecall-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8-
<groupId>com.dynatrace.sample.oneagent.sdk</groupId>
8+
<groupId>com.dynatrace.oneagent.sdk.samples.remoting</groupId>
99
<artifactId>parent</artifactId>
1010
<version>1.0.0-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>

samples/remotecall/remotecall-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8-
<groupId>com.dynatrace.sample.oneagent.sdk</groupId>
8+
<groupId>com.dynatrace.oneagent.sdk.samples.remoting</groupId>
99
<artifactId>parent</artifactId>
1010
<version>1.0.0-SNAPSHOT</version>
1111
<relativePath>../parent/pom.xml</relativePath>

0 commit comments

Comments
 (0)