File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' io.spring.dependency-management' version ' 1.1.7'
55}
66
7- group = ' com.example '
7+ group = ' org.springframework '
88version = ' 0.0.1-SNAPSHOT'
99
1010java {
@@ -24,4 +24,4 @@ dependencies {
2424
2525tasks. named(' test' ) {
2626 useJUnitPlatform()
27- }
27+ }
Original file line number Diff line number Diff line change 88 <version >3.5.8</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
11- <groupId >com.example </groupId >
12- <artifactId >demo </artifactId >
11+ <groupId >org.springframework </groupId >
12+ <artifactId >accessing-data-cassandra-complete </artifactId >
1313 <version >0.0.1-SNAPSHOT</version >
1414 <name >demo</name >
15- <description >Demo project for Spring Boot </description >
15+ <description >Demo project for Spring Data Cassandra </description >
1616 <properties >
1717 <java .version>17</java .version>
1818 </properties >
5252 </plugins >
5353 </build >
5454
55- </project >
55+ </project >
Original file line number Diff line number Diff line change 1- rootProject. name = ' accessing-data-cassandra'
1+ rootProject. name = ' accessing-data-cassandra-complete '
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' java'
55}
66
7- group = ' com.example '
7+ group = ' org.springframework '
88version = ' 0.0.1-SNAPSHOT'
99sourceCompatibility = ' 17'
1010
Original file line number Diff line number Diff line change 99 <version >3.5.8</version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
12- <groupId >com.example </groupId >
13- <artifactId >accessing-data-cassandra</artifactId >
12+ <groupId >org.springframework </groupId >
13+ <artifactId >accessing-data-cassandra-initial </artifactId >
1414 <version >0.0.1-SNAPSHOT</version >
1515 <name >accessing-data-cassandra</name >
16- <description >Demo project for Spring Boot </description >
16+ <description >Demo project for Spring Data Cassandra </description >
1717
1818 <properties >
1919 <java .version>17</java .version>
Original file line number Diff line number Diff line change 1- rootProject. name = ' accessing-data-cassandra'
1+ rootProject. name = ' accessing-data-cassandra-initial '
You can’t perform that action at this time.
0 commit comments