Skip to content

Commit 7de23ce

Browse files
committed
Add project details for Maven Central publishing
1 parent 1faded9 commit 7de23ce

File tree

15 files changed

+237
-4
lines changed

15 files changed

+237
-4
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
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>

spring-shell-autoconfigure/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
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>

spring-shell-core/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
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 -->

spring-shell-dependencies/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,23 @@
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>

spring-shell-standard/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
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>

spring-shell-starters/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
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>

spring-shell-starters/spring-shell-starter-ffm/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
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>

spring-shell-starters/spring-shell-starter-jansi/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
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>

spring-shell-starters/spring-shell-starter-jna/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
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>

spring-shell-starters/spring-shell-starter-jni/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
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>

0 commit comments

Comments
 (0)