File tree Expand file tree Collapse file tree 8 files changed +37
-12
lines changed
spring-shell-starter-jansi
spring-shell-starter-test Expand file tree Collapse file tree 8 files changed +37
-12
lines changed Original file line number Diff line number Diff line change 8181 <module >spring-shell-docs</module >
8282 <module >spring-shell-dependencies</module >
8383 <module >spring-shell-samples</module >
84- <module >spring-shell-starter</module >
85- <module >spring-shell-starter-test</module >
86- <module >spring-shell-starter-jni</module >
87- <module >spring-shell-starter-jna</module >
88- <module >spring-shell-starter-jansi</module >
89- <module >spring-shell-starter-ffm</module >
84+ <module >spring-shell-starters</module >
9085 </modules >
9186
9287 <build >
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+
5+ <parent >
6+ <groupId >org.springframework.shell</groupId >
7+ <artifactId >spring-shell</artifactId >
8+ <version >4.0.0-SNAPSHOT</version >
9+ </parent >
10+
11+ <artifactId >spring-shell-starters</artifactId >
12+ <name >Spring Shell Starters Parent POM</name >
13+ <packaging >pom</packaging >
14+ <description >Starters for Spring Shell</description >
15+
16+ <modules >
17+ <module >spring-shell-starter</module >
18+ <module >spring-shell-starter-test</module >
19+ <module >spring-shell-starter-jni</module >
20+ <module >spring-shell-starter-jna</module >
21+ <module >spring-shell-starter-jansi</module >
22+ <module >spring-shell-starter-ffm</module >
23+ </modules >
24+
25+ </project >
Original file line number Diff line number Diff line change 44
55 <parent >
66 <groupId >org.springframework.shell</groupId >
7- <artifactId >spring-shell</artifactId >
7+ <artifactId >spring-shell-starters </artifactId >
88 <version >4.0.0-SNAPSHOT</version >
99 </parent >
1010
1818 <groupId >org.springframework.shell</groupId >
1919 <artifactId >spring-shell-starter</artifactId >
2020 <version >${project.parent.version} </version >
21+ <type >pom</type >
2122 </dependency >
2223 <dependency >
2324 <groupId >org.jline</groupId >
Original file line number Diff line number Diff line change 44
55 <parent >
66 <groupId >org.springframework.shell</groupId >
7- <artifactId >spring-shell</artifactId >
7+ <artifactId >spring-shell-starters </artifactId >
88 <version >4.0.0-SNAPSHOT</version >
99 </parent >
1010
1818 <groupId >org.springframework.shell</groupId >
1919 <artifactId >spring-shell-starter</artifactId >
2020 <version >${project.parent.version} </version >
21+ <type >pom</type >
2122 </dependency >
2223 <dependency >
2324 <groupId >org.jline</groupId >
Original file line number Diff line number Diff line change 44
55 <parent >
66 <groupId >org.springframework.shell</groupId >
7- <artifactId >spring-shell</artifactId >
7+ <artifactId >spring-shell-starters </artifactId >
88 <version >4.0.0-SNAPSHOT</version >
99 </parent >
1010
1818 <groupId >org.springframework.shell</groupId >
1919 <artifactId >spring-shell-starter</artifactId >
2020 <version >${project.parent.version} </version >
21+ <type >pom</type >
2122 </dependency >
2223 <dependency >
2324 <groupId >org.jline</groupId >
Original file line number Diff line number Diff line change 44
55 <parent >
66 <groupId >org.springframework.shell</groupId >
7- <artifactId >spring-shell</artifactId >
7+ <artifactId >spring-shell-starters </artifactId >
88 <version >4.0.0-SNAPSHOT</version >
99 </parent >
1010
1818 <groupId >org.springframework.shell</groupId >
1919 <artifactId >spring-shell-starter</artifactId >
2020 <version >${project.parent.version} </version >
21+ <type >pom</type >
2122 </dependency >
2223 <dependency >
2324 <groupId >org.jline</groupId >
Original file line number Diff line number Diff line change 44
55 <parent >
66 <groupId >org.springframework.shell</groupId >
7- <artifactId >spring-shell</artifactId >
7+ <artifactId >spring-shell-starters </artifactId >
88 <version >4.0.0-SNAPSHOT</version >
99 </parent >
1010
1818 <groupId >org.springframework.shell</groupId >
1919 <artifactId >spring-shell-starter</artifactId >
2020 <version >${project.parent.version} </version >
21+ <type >pom</type >
2122 </dependency >
2223 <dependency >
2324 <groupId >org.springframework.shell</groupId >
Original file line number Diff line number Diff line change 44
55 <parent >
66 <groupId >org.springframework.shell</groupId >
7- <artifactId >spring-shell</artifactId >
7+ <artifactId >spring-shell-starters </artifactId >
88 <version >4.0.0-SNAPSHOT</version >
99 </parent >
1010
You can’t perform that action at this time.
0 commit comments