Skip to content

Commit

Permalink
Add properties and prep version 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Crow committed May 16, 2019
1 parent 535e3bd commit bad91bf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
10 changes: 8 additions & 2 deletions nexmo-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>nexmo-spring-boot-autoconfigure</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>nexmo-spring-boot-autoconfigure</name>
<description>Spring Boot Auto Configuration for Nexmo</description>
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url>
Expand Down Expand Up @@ -47,12 +47,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>${spring-boot.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${spring-boot.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -142,5 +144,9 @@
</build>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<java.version>1.8</java.version>
<kotlin.version>1.3.31</kotlin.version>
<nexmo.version>4.3.0</nexmo.version>
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
</properties>
</project>
10 changes: 7 additions & 3 deletions nexmo-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>nexmo-spring-boot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>nexmo-spring-boot-starter</name>
<description>Nexmo Spring Boot Starter</description>
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url>
Expand Down Expand Up @@ -49,10 +49,14 @@
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-spring-boot-autoconfigure</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<java.version>1.8</java.version>
<kotlin.version>1.3.31</kotlin.version>
<nexmo.version>4.3.0</nexmo.version>
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
</properties>
</project>
6 changes: 3 additions & 3 deletions nexmo-spring-boot-test-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>nexmo-spring-boot-test-application</artifactId>
<version>1.0.0</version>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>${spring-boot.version}</version>
<version>2.1.4.RELEASE</version>
</dependency>

<dependency>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-spring-boot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>nexmo-starter</name>
Expand Down Expand Up @@ -51,10 +51,6 @@
</modules>

<properties>
<java.version>1.8</java.version>
<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>

Expand All @@ -63,6 +59,10 @@
<id>nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
Expand Down

0 comments on commit bad91bf

Please sign in to comment.