fixing the issue in creating the connected cup instance.

application-manager-new
sinthuja 8 years ago
parent 602e012e2e
commit b363714446

@ -29,7 +29,7 @@
<artifactId>analytics-devicetype-feature-installation</artifactId> <artifactId>analytics-devicetype-feature-installation</artifactId>
<version>3.1.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Device Type Plugins - Analytics</name> <name>Installing Virtual Fire Alarm, Raspberry Pi, Ardino Device Types - Analytics</name>
<url>http://wso2.org</url> <url>http://wso2.org</url>

@ -50,7 +50,7 @@ import javax.ws.rs.core.Response;
} }
), ),
tags = { tags = {
@Tag(name = "connectedcup", description = "") @Tag(name = "connectedcup,device_management", description = "")
} }
) )
@Scopes( @Scopes(

@ -29,7 +29,7 @@
<artifactId>iot-devicetype-feature-installation</artifactId> <artifactId>iot-devicetype-feature-installation</artifactId>
<version>3.1.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Device Type Plugins - IoT Core</name> <name>Installing Virtual Fire Alarm, Raspberry Pi, Ardino Device Types - IoT Core</name>
<url>http://wso2.org</url> <url>http://wso2.org</url>
<modules> <modules>

Loading…
Cancel
Save