Skip to content

Commit 5fbd40c

Browse files
author
WSO2 Builder
committed
[maven-release-plugin] prepare release v3.0.8
1 parent 893e3d4 commit 5fbd40c

File tree

75 files changed

+93
-93
lines changed
  • components
    • analytics
    • device-types
      • androidsense-plugin
        • org.wso2.carbon.device.mgt.iot.androidsense.analytics
        • org.wso2.carbon.device.mgt.iot.androidsense.api
        • org.wso2.carbon.device.mgt.iot.androidsense.ui
      • arduino-plugin
        • org.wso2.carbon.device.mgt.iot.arduino.analytics
        • org.wso2.carbon.device.mgt.iot.arduino.api
        • org.wso2.carbon.device.mgt.iot.arduino.ui
      • raspberrypi-plugin
        • org.wso2.carbon.device.mgt.iot.raspberrypi.analytics
        • org.wso2.carbon.device.mgt.iot.raspberrypi.api
        • org.wso2.carbon.device.mgt.iot.raspberrypi.ui
      • virtual-fire-alarm-plugin
        • org.wso2.carbon.device.mgt.iot.virtualfirealarm.agent.advanced.impl
        • org.wso2.carbon.device.mgt.iot.virtualfirealarm.agent.impl
        • org.wso2.carbon.device.mgt.iot.virtualfirealarm.analytics
        • org.wso2.carbon.device.mgt.iot.virtualfirealarm.api
        • org.wso2.carbon.device.mgt.iot.virtualfirealarm.plugin
        • org.wso2.carbon.device.mgt.iot.virtualfirealarm.ui
    • extensions
      • appm-connector
      • cdmf-transport-adapters
        • input
          • org.wso2.carbon.device.mgt.input.adapter.extension
          • org.wso2.carbon.device.mgt.input.adapter.http
          • org.wso2.carbon.device.mgt.input.adapter.mqtt
          • org.wso2.carbon.device.mgt.input.adapter.xmpp
        • output
          • org.wso2.carbon.device.mgt.output.adapter.mqtt
          • org.wso2.carbon.device.mgt.output.adapter.websocket.endpoint
          • org.wso2.carbon.device.mgt.output.adapter.websocket
          • org.wso2.carbon.device.mgt.output.adapter.xmpp
      • mb-extensions
        • org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization
      • siddhi-extensions
    • mobile-plugins
      • android-plugin
        • org.wso2.carbon.device.mgt.mobile.android.analytics
        • org.wso2.carbon.device.mgt.mobile.android.api
        • org.wso2.carbon.device.mgt.mobile.android.ui
        • org.wso2.carbon.device.mgt.mobile.android
      • windows-plugin
        • org.wso2.carbon.device.mgt.mobile.windows.api
        • org.wso2.carbon.device.mgt.mobile.windows.ui
        • org.wso2.carbon.device.mgt.mobile.windows
  • features
    • analytics-feature
      • org.wso2.carbon.device.mgt.iot.analytics.feature
      • org.wso2.carbon.iot.device.statistics.dashboard.feature
      • org.wso2.carbon.iot.geo.dashboard.feature
    • device-types-feature
      • androidsense-plugin-feature
      • arduino-plugin-feature
      • raspberrypi-plugin-feature
      • virtual-fire-alarm-plugin-feature
    • extensions-feature
      • org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature
      • org.wso2.carbon.appmgt.mdm.osgiconnector.feature
      • org.wso2.carbon.device.mgt.adapter.feature
      • org.wso2.extension.siddhi.execution.json.feature
    • mobile-plugins-feature
      • android-plugin-feature
      • windows-plugin-feature

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+93
-93
lines changed

components/analytics/iot-analytics/org.wso2.carbon.device.mgt.iot.analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
2323
<artifactId>iot-analytics</artifactId>
24-
<version>3.0.8-SNAPSHOT</version>
24+
<version>3.0.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/analytics/iot-analytics/org.wso2.carbon.iot.device.statistics.dashboard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
2323
<artifactId>iot-analytics</artifactId>
24-
<version>3.0.8-SNAPSHOT</version>
24+
<version>3.0.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/analytics/iot-analytics/org.wso2.carbon.iot.geo.dashboard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
2323
<artifactId>iot-analytics</artifactId>
24-
<version>3.0.8-SNAPSHOT</version>
24+
<version>3.0.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/analytics/iot-analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
2424
<artifactId>analytics</artifactId>
25-
<version>3.0.8-SNAPSHOT</version>
25+
<version>3.0.8</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
2424
<artifactId>carbon-device-mgt-plugins-parent</artifactId>
25-
<version>3.0.8-SNAPSHOT</version>
25+
<version>3.0.8</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>androidsense-plugin</artifactId>
2323
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
24-
<version>3.0.8-SNAPSHOT</version>
24+
<version>3.0.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>androidsense-plugin</artifactId>
55
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
6-
<version>3.0.8-SNAPSHOT</version>
6+
<version>3.0.8</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

components/device-types/androidsense-plugin/org.wso2.carbon.device.mgt.iot.androidsense.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>androidsense-plugin</artifactId>
2424
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
25-
<version>3.0.8-SNAPSHOT</version>
25+
<version>3.0.8</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/device-types/androidsense-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
2424
<artifactId>device-types</artifactId>
25-
<version>3.0.8-SNAPSHOT</version>
25+
<version>3.0.8</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>arduino-plugin</artifactId>
2323
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
24-
<version>3.0.8-SNAPSHOT</version>
24+
<version>3.0.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)