2 Commits

Author SHA1 Message Date
AkshayJagadish-ne
cbfda90e34 Merge pull request #3 from Telecominfraproject/WIFI-1669
WIFI-1669: TIP 1.0 Update SDK components in release 1.0 branch
2021-02-27 22:05:47 -05:00
Akshay Jagadish
cd0d394c9c WIFI-1669: TIP 1.0 Update SDK components in release 1.0 branch 2021-02-26 18:16:10 -05:00

View File

@@ -3,20 +3,20 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.12.RELEASE</version> <version>2.3.0.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>com.telecominfraproject.wlan</groupId> <groupId>com.telecominfraproject.wlan</groupId>
<artifactId>tip-wlan-cloud-root-pom</artifactId> <artifactId>tip-wlan-cloud-root-pom</artifactId>
<version>1.3.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>tip-wlan-cloud-root-pom</name> <name>tip-wlan-cloud-root-pom</name>
<description>Place to keep all common properties, dependencies, and settings</description> <description>Place to keep all common properties, dependencies, and settings</description>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tip-wlan-cloud.release.version>1.3.0-SNAPSHOT</tip-wlan-cloud.release.version> <tip-wlan-cloud.release.version>1.0.0-SNAPSHOT</tip-wlan-cloud.release.version>
<apache.commons.math3.version>3.6.1</apache.commons.math3.version> <apache.commons.math3.version>3.6.1</apache.commons.math3.version>
<seruco.base62.version>0.1.2</seruco.base62.version> <seruco.base62.version>0.1.2</seruco.base62.version>
<netflix.servo.version>0.12.17</netflix.servo.version> <netflix.servo.version>0.12.17</netflix.servo.version>