2 Commits

Author SHA1 Message Date
norm-traxler
181fbd3370 Merge pull request #7 from Telecominfraproject/WIFI-3471
WIFI-3471 Update SDK master to use image tag 1.3.0-SNAPSHOT
2021-08-17 16:34:07 -04:00
Akshay Jagadish
7cacae4071 WIFI-3471 Update SDK master to use image tag 1.3.0-SNAPSHOT 2021-08-13 13:00:45 -04:00

View File

@@ -9,14 +9,14 @@
<groupId>com.telecominfraproject.wlan</groupId>
<artifactId>tip-wlan-cloud-root-pom</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>tip-wlan-cloud-root-pom</name>
<description>Place to keep all common properties, dependencies, and settings</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tip-wlan-cloud.release.version>1.2.0-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>
<seruco.base62.version>0.1.2</seruco.base62.version>
<netflix.servo.version>0.12.17</netflix.servo.version>
@@ -218,7 +218,6 @@
<testOutputDir>${project.build.directory}</testOutputDir>
</systemPropertyVariables>
<argLine>--add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>