Merge pull request #21 from rasika90/master

fixing invalid relative paths in pom.xml
application-manager-new
Rasika Perera 9 years ago
commit 07d71b834d

@ -25,7 +25,7 @@
<groupId>org.wso2.iot</groupId> <groupId>org.wso2.iot</groupId>
<artifactId>wso2iot-parent</artifactId> <artifactId>wso2iot-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

@ -22,7 +22,7 @@
<groupId>org.wso2.iot</groupId> <groupId>org.wso2.iot</groupId>
<artifactId>wso2iot-parent</artifactId> <artifactId>wso2iot-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../../../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

@ -50,14 +50,14 @@
<Resource> <Resource>
<AuthType>Any</AuthType> <AuthType>Any</AuthType>
<HttpVerb>GET</HttpVerb> <HttpVerb>GET</HttpVerb>
<Uri>http://localhost:9763/virtual_firealarm/manager/device</Uri> <Uri>http://localhost:9763/virtual_firealarm/manager/device/{device_id}</Uri>
<UriTemplate>/manager/device/*</UriTemplate> <UriTemplate>/manager/device/{device_id}</UriTemplate>
</Resource> </Resource>
<Resource> <Resource>
<AuthType>Any</AuthType> <AuthType>Any</AuthType>
<HttpVerb>GET</HttpVerb> <HttpVerb>GET</HttpVerb>
<Uri>http://localhost:9763/virtual_firealarm/manager/devices</Uri> <Uri>http://localhost:9763/virtual_firealarm/manager/devices/{username}</Uri>
<UriTemplate>/manager/devices/*</UriTemplate> <UriTemplate>/manager/devices/{username}</UriTemplate>
</Resource> </Resource>
<Resource> <Resource>
<AuthType>Any</AuthType> <AuthType>Any</AuthType>

Loading…
Cancel
Save