mirror of
https://github.com/Telecominfraproject/wlan-cloud-root.git
synced 2025-11-01 19:17:57 +00:00
Compare commits
9 Commits
20201204-1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
181fbd3370 | ||
|
|
7cacae4071 | ||
|
|
cdd0a0cb4f | ||
|
|
090131ae36 | ||
|
|
9480274c77 | ||
|
|
39bc461f7a | ||
|
|
069b8886ab | ||
|
|
a27907b59a | ||
|
|
b766effd90 |
13
pom.xml
13
pom.xml
@@ -1,23 +1,22 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<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.0.RELEASE</version>
|
<version>2.3.12.RELEASE</version>
|
||||||
<relativePath></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>0.0.1-SNAPSHOT</version>
|
<version>1.3.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>0.0.1-SNAPSHOT</tip-wlan-cloud.release.version>
|
<tip-wlan-cloud.release.version>1.3.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>
|
||||||
@@ -146,7 +145,7 @@
|
|||||||
<!-- id Must Match the Unique Identifier in settings.xml -->
|
<!-- id Must Match the Unique Identifier in settings.xml -->
|
||||||
<id>tip-wlan-cloud-maven-repo</id>
|
<id>tip-wlan-cloud-maven-repo</id>
|
||||||
<url>https://tip.jfrog.io/artifactory/tip-wlan-cloud-maven-repo</url>
|
<url>https://tip.jfrog.io/artifactory/tip-wlan-cloud-maven-repo</url>
|
||||||
<releases/>
|
<releases />
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|||||||
Reference in New Issue
Block a user