Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit a33e876

Browse files
committed
Rename webflux-r2dbc to data-r2dbc
1 parent 22bff0e commit a33e876

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed
File renamed without changes.

spring-graalvm-native-samples/webflux-r2dbc/compile.sh renamed to spring-graalvm-native-samples/data-r2dbc/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
ARTIFACT=webflux-r2dbc
3+
ARTIFACT=data-r2dbc
44
MAINCLASS=com.example.webflux.WebfluxApplication
55
VERSION=0.0.1-SNAPSHOT
66

spring-graalvm-native-samples/webflux-r2dbc/pom.xml renamed to spring-graalvm-native-samples/data-r2dbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>
13-
<artifactId>webflux-r2dbc</artifactId>
13+
<artifactId>data-r2dbc</artifactId>
1414
<version>0.0.1-SNAPSHOT</version>
1515

1616
<properties>

0 commit comments

Comments
 (0)