File tree Expand file tree Collapse file tree 15 files changed +237
-4
lines changed 
spring-shell-autoconfigure 
spring-shell-dependencies 
spring-shell-starter-jansi 
spring-shell-starter-test 
spring-shell-test-autoconfigure Expand file tree Collapse file tree 15 files changed +237
-4
lines changed Original file line number Diff line number Diff line change 88	<description >Parent POM for Spring Shell</description >
99	<version >4.0.0-SNAPSHOT</version >
1010	<packaging >pom</packaging >
11- 
11+ 	< url >https://github.com/spring-projects/spring-shell</ url > 
1212	<organization >
1313		<name >Spring</name >
1414		<url >https://spring.io</url >
1515	</organization >
16- 
16+ 	<developers >
17+ 		<developer >
18+ 			<id >Spring</id >
19+ 			<name >Spring</name >
20+ 			<url >https://spring.io</url >
21+ 		</developer >
22+ 	</developers >
1723	<scm >
1824		<url >https://github.com/spring-projects/spring-shell</url >
1925		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
Original file line number Diff line number Diff line change 1212	<name >Spring Shell Autoconfiguration</name >
1313	<packaging >jar</packaging >
1414	<description >Spring Boot Auto Configuration for Spring Shell</description >
15+ 	<url >https://github.com/spring-projects/spring-shell</url >
16+ 	<organization >
17+ 		<name >Spring</name >
18+ 		<url >https://spring.io</url >
19+ 	</organization >
20+ 	<developers >
21+ 		<developer >
22+ 			<id >Spring</id >
23+ 			<name >Spring</name >
24+ 			<url >https://spring.io</url >
25+ 		</developer >
26+ 	</developers >
27+ 	<scm >
28+ 		<url >https://github.com/spring-projects/spring-shell</url >
29+ 		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
30+ 		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
31+ 	</scm >
1532
1633	<dependencies >
1734		<dependency >
Original file line number Diff line number Diff line change 1212	<name >Spring Shell Core APIs</name >
1313	<packaging >jar</packaging >
1414	<description >Core API and classes for Spring Shell</description >
15+ 	<url >https://github.com/spring-projects/spring-shell</url >
16+ 	<organization >
17+ 		<name >Spring</name >
18+ 		<url >https://spring.io</url >
19+ 	</organization >
20+ 	<developers >
21+ 		<developer >
22+ 			<id >Spring</id >
23+ 			<name >Spring</name >
24+ 			<url >https://spring.io</url >
25+ 		</developer >
26+ 	</developers >
27+ 	<scm >
28+ 		<url >https://github.com/spring-projects/spring-shell</url >
29+ 		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
30+ 		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
31+ 	</scm >
1532
1633	<dependencies >
1734		<!--  TODO move TerminalSizeAware to core and remove this dependency --> 
Original file line number Diff line number Diff line change 1212	<packaging >pom</packaging >
1313	<description >Spring Shell (Bill of Materials)</description >
1414	<url >https://github.com/spring-projects/spring-shell</url >
15- 
1615	<organization >
1716		<name >Spring</name >
1817		<url >https://spring.io</url >
1918	</organization >
20- 
19+ 	<developers >
20+ 		<developer >
21+ 			<id >Spring</id >
22+ 			<name >Spring</name >
23+ 			<url >https://spring.io</url >
24+ 		</developer >
25+ 	</developers >
2126	<scm >
2227		<url >https://github.com/spring-projects/spring-shell</url >
2328		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
2429		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
2530	</scm >
31+ 
2632	<issueManagement >
2733		<system >Github Issues</system >
2834		<url >https://github.com/spring-projects/spring-shell/issues</url >
Original file line number Diff line number Diff line change 1212	<name >Spring Shell Standard APIs</name >
1313	<packaging >jar</packaging >
1414	<description >APIs and resolvers for using the standard Spring Shell programming model</description >
15+ 	<url >https://github.com/spring-projects/spring-shell</url >
16+ 	<organization >
17+ 		<name >Spring</name >
18+ 		<url >https://spring.io</url >
19+ 	</organization >
20+ 	<developers >
21+ 		<developer >
22+ 			<id >Spring</id >
23+ 			<name >Spring</name >
24+ 			<url >https://spring.io</url >
25+ 		</developer >
26+ 	</developers >
27+ 	<scm >
28+ 		<url >https://github.com/spring-projects/spring-shell</url >
29+ 		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
30+ 		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
31+ 	</scm >
1532
1633	<dependencies >
1734		<dependency >
Original file line number Diff line number Diff line change 1212	<name >Spring Shell Starters Parent POM</name >
1313	<packaging >pom</packaging >
1414	<description >Starters for Spring Shell</description >
15+ 	<url >https://github.com/spring-projects/spring-shell</url >
16+ 	<organization >
17+ 		<name >Spring</name >
18+ 		<url >https://spring.io</url >
19+ 	</organization >
20+ 	<developers >
21+ 		<developer >
22+ 			<id >Spring</id >
23+ 			<name >Spring</name >
24+ 			<url >https://spring.io</url >
25+ 		</developer >
26+ 	</developers >
27+ 	<scm >
28+ 		<url >https://github.com/spring-projects/spring-shell</url >
29+ 		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
30+ 		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
31+ 	</scm >
1532
1633	<modules >
1734		<module >spring-shell-starter</module >
Original file line number Diff line number Diff line change 1111	<artifactId >spring-shell-starter-ffm</artifactId >
1212	<name >Spring Shell Starter FFM</name >
1313	<description >FFM Starter Dependency for Using Spring Shell</description >
14+ 	<url >https://github.com/spring-projects/spring-shell</url >
15+ 	<organization >
16+ 		<name >Spring</name >
17+ 		<url >https://spring.io</url >
18+ 	</organization >
19+ 	<developers >
20+ 		<developer >
21+ 			<id >Spring</id >
22+ 			<name >Spring</name >
23+ 			<url >https://spring.io</url >
24+ 		</developer >
25+ 	</developers >
26+ 	<scm >
27+ 		<url >https://github.com/spring-projects/spring-shell</url >
28+ 		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
29+ 		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
30+ 	</scm >
1431
1532	<dependencies >
1633		<dependency >
Original file line number Diff line number Diff line change 1111	<artifactId >spring-shell-starter-jansi</artifactId >
1212	<name >Spring Shell Starter JANSI</name >
1313	<description >JANSI Starter Dependency for Using Spring Shell</description >
14+ 	<url >https://github.com/spring-projects/spring-shell</url >
15+ 	<organization >
16+ 		<name >Spring</name >
17+ 		<url >https://spring.io</url >
18+ 	</organization >
19+ 	<developers >
20+ 		<developer >
21+ 			<id >Spring</id >
22+ 			<name >Spring</name >
23+ 			<url >https://spring.io</url >
24+ 		</developer >
25+ 	</developers >
26+ 	<scm >
27+ 		<url >https://github.com/spring-projects/spring-shell</url >
28+ 		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
29+ 		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
30+ 	</scm >
1431
1532	<dependencies >
1633		<dependency >
Original file line number Diff line number Diff line change 1111	<artifactId >spring-shell-starter-jna</artifactId >
1212	<name >Spring Shell Starter JNA</name >
1313	<description >JNA Starter Dependency for Using Spring Shell</description >
14+ 	<url >https://github.com/spring-projects/spring-shell</url >
15+ 	<organization >
16+ 		<name >Spring</name >
17+ 		<url >https://spring.io</url >
18+ 	</organization >
19+ 	<developers >
20+ 		<developer >
21+ 			<id >Spring</id >
22+ 			<name >Spring</name >
23+ 			<url >https://spring.io</url >
24+ 		</developer >
25+ 	</developers >
26+ 	<scm >
27+ 		<url >https://github.com/spring-projects/spring-shell</url >
28+ 		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
29+ 		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
30+ 	</scm >
1431
1532	<dependencies >
1633		<dependency >
Original file line number Diff line number Diff line change 1111	<artifactId >spring-shell-starter-jni</artifactId >
1212	<name >Spring Shell Starter JNI</name >
1313	<description >JNI Starter Dependency for Using Spring Shell</description >
14+ 	<url >https://github.com/spring-projects/spring-shell</url >
15+ 	<organization >
16+ 		<name >Spring</name >
17+ 		<url >https://spring.io</url >
18+ 	</organization >
19+ 	<developers >
20+ 		<developer >
21+ 			<id >Spring</id >
22+ 			<name >Spring</name >
23+ 			<url >https://spring.io</url >
24+ 		</developer >
25+ 	</developers >
26+ 	<scm >
27+ 		<url >https://github.com/spring-projects/spring-shell</url >
28+ 		<connection >scm:git:git://github.com/spring-projects/spring-shell.git</connection >
29+ 		<
developerConnection >scm:git:ssh://
[email protected] /spring-projects/spring-shell.git</
developerConnection >
30+ 	</scm >
1431
1532	<dependencies >
1633		<dependency >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments