forked from Nexmo/nexmo-spring-boot-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Steve Crow
committed
May 16, 2019
1 parent
ceed161
commit b7b71f7
Showing
4 changed files
with
127 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,45 @@ | |
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>com.nexmo</groupId> | ||
<artifactId>nexmo-starter</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
<artifactId>nexmo-spring-boot-autoconfigure</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<name>nexmo-spring-boot-autoconfigure</name> | ||
<url>http://maven.apache.org</url> | ||
<description>Spring Boot Auto Configuration for Nexmo</description> | ||
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url> | ||
<scm> | ||
<connection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</connection> | ||
<developerConnection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</developerConnection> | ||
<url>https://github.com/Nexmo/nexmo-spring-boot-starter</url> | ||
</scm> | ||
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>https://raw.githubusercontent.com/Nexmo/nexmo-spring-boot-starter/master/LICENSE.md</url> | ||
</license> | ||
</licenses> | ||
<organization> | ||
<name>Nexmo</name> | ||
<url>https://developer.nexmo.com/tools</url> | ||
</organization> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/Nexmo/nexmo-spring-boot-starter/issues</url> | ||
</issueManagement> | ||
<developers> | ||
<developer> | ||
<id>devrel</id> | ||
<name>Nexmo Developer Relations Team</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.springframework.boot</groupId> | ||
|
@@ -110,4 +140,7 @@ | |
</plugin> | ||
</plugins> | ||
</build> | ||
<properties> | ||
<maven.deploy.skip>false</maven.deploy.skip> | ||
</properties> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,35 @@ | |
<artifactId>nexmo-spring-boot-starter</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<name>nexmo-spring-boot-starter</name> | ||
<url>http://maven.apache.org</url> | ||
<description>Nexmo Spring Boot Starter</description> | ||
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</connection> | ||
<developerConnection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</developerConnection> | ||
<url>https://github.com/Nexmo/nexmo-spring-boot-starter</url> | ||
</scm> | ||
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>https://raw.githubusercontent.com/Nexmo/nexmo-spring-boot-starter/master/LICENSE.md</url> | ||
</license> | ||
</licenses> | ||
<organization> | ||
<name>Nexmo</name> | ||
<url>https://developer.nexmo.com/tools</url> | ||
</organization> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/Nexmo/nexmo-spring-boot-starter/issues</url> | ||
</issueManagement> | ||
<developers> | ||
<developer> | ||
<id>devrel</id> | ||
<name>Nexmo Developer Relations Team</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.nexmo</groupId> | ||
|
@@ -24,4 +52,7 @@ | |
<version>1.0.0-SNAPSHOT</version> | ||
</dependency> | ||
</dependencies> | ||
<properties> | ||
<maven.deploy.skip>false</maven.deploy.skip> | ||
</properties> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,4 +70,7 @@ | |
</plugin> | ||
</plugins> | ||
</build> | ||
<properties> | ||
<maven.deploy.skip>true</maven.deploy.skip> | ||
</properties> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,33 @@ | |
|
||
<name>nexmo-starter</name> | ||
<description>Top level project for Nexmo Spring Boot Starter.</description> | ||
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url> | ||
<scm> | ||
<connection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</connection> | ||
<developerConnection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</developerConnection> | ||
<url>https://github.com/Nexmo/nexmo-spring-boot-starter</url> | ||
</scm> | ||
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>https://raw.githubusercontent.com/Nexmo/nexmo-spring-boot-starter/master/LICENSE.md</url> | ||
</license> | ||
</licenses> | ||
<organization> | ||
<name>Nexmo</name> | ||
<url>https://developer.nexmo.com/tools</url> | ||
</organization> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/Nexmo/nexmo-spring-boot-starter/issues</url> | ||
</issueManagement> | ||
<developers> | ||
<developer> | ||
<id>devrel</id> | ||
<name>Nexmo Developer Relations Team</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<parent> | ||
<groupId>org.springframework.boot</groupId> | ||
|
@@ -28,5 +55,36 @@ | |
<kotlin.version>1.3.31</kotlin.version> | ||
<nexmo.version>4.3.0</nexmo.version> | ||
<spring-boot.version>2.1.4.RELEASE</spring-boot.version> | ||
<maven.deploy.skip>true</maven.deploy.skip> | ||
</properties> | ||
|
||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>nexus-snapshots</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> | ||
</snapshotRepository> | ||
</distributionManagement> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-gpg-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>sign-artifacts</id> | ||
<phase>verify</phase> | ||
<goals> | ||
<goal>sign</goal> | ||
</goals> | ||
<configuration> | ||
<gpgArguments> | ||
<arg>--pinentry-mode</arg> | ||
<arg>loopback</arg> | ||
</gpgArguments> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</project> |