mirror of
				https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
				synced 2025-10-30 18:17:59 +00:00 
			
		
		
		
	WIFI-2026 Changed pom versions from 0.0.1-SNAPSHOT to 1.1.0-SNAPSHOT
This commit is contained in:
		| @@ -1,12 +1,10 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <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"> | ||||
| <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"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<parent> | ||||
| 		<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 		<artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
| 		<version>0.0.1-SNAPSHOT</version> | ||||
| 		<version>1.1.0-SNAPSHOT</version> | ||||
| 		<relativePath>../../wlan-cloud-root</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>opensync-ext-cloud</artifactId> | ||||
| @@ -21,121 +19,121 @@ | ||||
| 		<dependency> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<artifactId>opensync-gateway</artifactId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  	  | ||||
|         <dependency> | ||||
|             <artifactId>base-client</artifactId> | ||||
|             <groupId>com.telecominfraproject.wlan</groupId> | ||||
|             <version>0.0.1-SNAPSHOT</version> | ||||
|             <version>1.1.0-SNAPSHOT</version> | ||||
|         </dependency> | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>equipment-gateway-models</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency> | ||||
|       | ||||
|       <dependency> | ||||
|         <artifactId>customer-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency> | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>location-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>equipment-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>profile-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|        | ||||
|       <dependency> | ||||
|         <artifactId>portal-user-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>service-metric-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|        | ||||
|       <dependency> | ||||
|         <artifactId>service-metric-models</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>system-event-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>system-event-models</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|        | ||||
|       <dependency> | ||||
|         <artifactId>alarm-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>status-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>client-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>client-models</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>routing-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|   | ||||
|        <dependency> | ||||
|         <artifactId>firmware-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|  | ||||
|       <dependency> | ||||
|         <artifactId>manufacturer-service-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>       | ||||
|   | ||||
|       <dependency> | ||||
|         <artifactId>cloud-event-dispatcher-interface</artifactId> | ||||
|         <groupId>com.telecominfraproject.wlan</groupId> | ||||
|         <version>0.0.1-SNAPSHOT</version> | ||||
|         <version>1.1.0-SNAPSHOT</version> | ||||
|       </dependency>      | ||||
|  | ||||
| 	</dependencies> | ||||
|   | ||||
| @@ -1,11 +1,9 @@ | ||||
| <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"> | ||||
| <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"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<parent> | ||||
| 		<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 		<artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
| 		<version>0.0.1-SNAPSHOT</version> | ||||
| 		<version>1.1.0-SNAPSHOT</version> | ||||
| 		<relativePath>../../wlan-cloud-root</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>opensync-ext-interface</artifactId> | ||||
| @@ -15,33 +13,33 @@ | ||||
| 		<dependency> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<artifactId>base-models</artifactId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<artifactId>tip-wlan-opensync-protobuf</artifactId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		 | ||||
| 		<dependency> | ||||
| 			<artifactId>equipment-models</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<artifactId>profile-models</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<artifactId>location-models</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<artifactId>routing-models</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		 | ||||
|  | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.telecominfraproject.wlan</groupId> | ||||
|     <artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
|     <version>0.0.1-SNAPSHOT</version> | ||||
|     <version>1.1.0-SNAPSHOT</version> | ||||
|     <relativePath>../../wlan-cloud-root</relativePath> | ||||
|   </parent> | ||||
|   <artifactId>opensync-ext-static</artifactId> | ||||
| @@ -13,7 +13,7 @@ | ||||
|   	<dependency> | ||||
|   		<groupId>com.telecominfraproject.wlan</groupId> | ||||
|   		<artifactId>opensync-gateway</artifactId> | ||||
|   		<version>0.0.1-SNAPSHOT</version> | ||||
|   		<version>1.1.0-SNAPSHOT</version> | ||||
|   	</dependency> | ||||
|   </dependencies> | ||||
| </project> | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|   <parent> | ||||
|     <groupId>com.telecominfraproject.wlan</groupId> | ||||
|     <artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
|     <version>0.0.1-SNAPSHOT</version> | ||||
|     <version>1.1.0-SNAPSHOT</version> | ||||
|     <relativePath>../../wlan-cloud-root</relativePath> | ||||
|   </parent> | ||||
|   <artifactId>opensync-gateway-build</artifactId> | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 		<artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
| 		<version>0.0.1-SNAPSHOT</version> | ||||
| 		<version>1.1.0-SNAPSHOT</version> | ||||
| 		<relativePath>../../wlan-cloud-root</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>opensync-gateway-cloud-docker</artifactId> | ||||
| @@ -22,7 +22,7 @@ | ||||
| 		<dependency> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<artifactId>opensync-gateway-cloud-process</artifactId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 	</dependencies> | ||||
|   | ||||
| @@ -1,11 +1,9 @@ | ||||
| <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"> | ||||
| <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"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<parent> | ||||
| 		<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 		<artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
| 		<version>0.0.1-SNAPSHOT</version> | ||||
| 		<version>1.1.0-SNAPSHOT</version> | ||||
| 		<relativePath>../../wlan-cloud-root</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>opensync-gateway-cloud-process</artifactId> | ||||
| @@ -22,95 +20,95 @@ | ||||
| 		<dependency> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<artifactId>opensync-ext-cloud</artifactId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|         <dependency> | ||||
|             <artifactId>filestore-service</artifactId> | ||||
|             <groupId>com.telecominfraproject.wlan</groupId> | ||||
|             <version>0.0.1-SNAPSHOT</version> | ||||
|             <version>1.1.0-SNAPSHOT</version> | ||||
|         </dependency> | ||||
| 		<dependency> | ||||
| 			<artifactId>customer-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>location-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>equipment-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>profile-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>portal-user-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>service-metric-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>system-event-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>alarm-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>status-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>client-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>routing-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>firmware-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>manufacturer-service-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>cloud-event-dispatcher-remote</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 	</dependencies> | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 		<artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
| 		<version>0.0.1-SNAPSHOT</version> | ||||
| 		<version>1.1.0-SNAPSHOT</version> | ||||
| 		<relativePath>../../wlan-cloud-root</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>opensync-gateway-static-docker</artifactId> | ||||
| @@ -22,7 +22,7 @@ | ||||
| 		<dependency> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<artifactId>opensync-gateway-static-process</artifactId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 	</dependencies> | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
| 	<parent> | ||||
| 		<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 		<artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
| 		<version>0.0.1-SNAPSHOT</version> | ||||
| 		<version>1.1.0-SNAPSHOT</version> | ||||
| 		<relativePath>../../wlan-cloud-root</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>opensync-gateway-static-process</artifactId> | ||||
| @@ -18,7 +18,7 @@ | ||||
| 		<dependency> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<artifactId>opensync-ext-static</artifactId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 	</dependencies> | ||||
|   | ||||
| @@ -1,11 +1,9 @@ | ||||
| <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"> | ||||
| <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"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<parent> | ||||
| 		<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 		<artifactId>tip-wlan-cloud-root-pom</artifactId> | ||||
| 		<version>0.0.1-SNAPSHOT</version> | ||||
| 		<version>1.1.0-SNAPSHOT</version> | ||||
| 		<relativePath>../../wlan-cloud-root</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>opensync-gateway</artifactId> | ||||
| @@ -16,22 +14,22 @@ | ||||
| 		<dependency> | ||||
| 			<artifactId>base-container</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<artifactId>opensync-ext-interface</artifactId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<artifactId>client-models</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<artifactId>customer-models</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>com.vmware.ovsdb</groupId> | ||||
| @@ -49,13 +47,13 @@ | ||||
| 		<dependency> | ||||
| 			<artifactId>service-metric-service-interface</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<dependency> | ||||
| 			<artifactId>status-service-interface</artifactId> | ||||
| 			<groupId>com.telecominfraproject.wlan</groupId> | ||||
| 			<version>0.0.1-SNAPSHOT</version> | ||||
| 			<version>1.1.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
|  | ||||
| 		<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Akshay Jagadish
					Akshay Jagadish