Skip to content

Commit ac71e2e

Browse files
committed
Set <relativePath/> on <parent> element to prevent warnings about pointing to the wrong parent.
Partially resolves #156
1 parent b9f2591 commit ac71e2e

File tree

15 files changed

+15
-0
lines changed
  • function-samples
  • kafka-samples
  • multi-io-samples/kafka-streams/user-clicks-per-region-1.2.x

15 files changed

+15
-0
lines changed

function-samples/http-click-ingest/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.1.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

function-samples/http-region-ingest/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.1.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

function-samples/kstreams-join-user-clicks-and-region/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
99
<version>2.3.1.RELEASE</version>
10+
<relativePath/>
1011
</parent>
1112

1213
<groupId>org.springframework.cloud.dataflow.samples</groupId>

function-samples/kstreams-log-user-clicks-per-region/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.1.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

function-samples/transform-user-clicks-per-region/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.1.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

function-samples/uppercase-processor/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.1.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

kafka-samples/http-ingest/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.1.3.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

kafka-samples/kstreams-join-user-clicks-and-region/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
99
<version>2.1.3.RELEASE</version>
10+
<relativePath/>
1011
</parent>
1112

1213
<groupId>org.springframework.cloud.dataflow.samples</groupId>

kafka-samples/kstreams-log-user-clicks-per-region/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.1.3.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

kafka-samples/kstreams-word-count/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
99
<version>2.1.3.RELEASE</version>
10+
<relativePath/>
1011
</parent>
1112

1213
<groupId>org.springframework.cloud.dataflow.samples</groupId>

multi-io-samples/kafka-streams/user-clicks-per-region-1.2.x/http-click-ingest/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.11.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

multi-io-samples/kafka-streams/user-clicks-per-region-1.2.x/http-clicks-and-region-ingest/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.11.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

multi-io-samples/kafka-streams/user-clicks-per-region-1.2.x/http-region-ingest/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.11.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

multi-io-samples/kafka-streams/user-clicks-per-region-1.2.x/log-user-clicks-per-region/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.3.11.RELEASE</version>
9+
<relativePath/>
910
</parent>
1011

1112
<groupId>org.springframework.cloud.dataflow.samples</groupId>

multi-io-samples/kafka-streams/user-clicks-per-region-1.2.x/user-clicks-per-region-processor/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
99
<version>2.3.11.RELEASE</version>
10+
<relativePath/>
1011
</parent>
1112

1213
<groupId>org.springframework.cloud.dataflow.samples</groupId>

0 commit comments

Comments
 (0)