mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
[maven-release-plugin]prepare release v3.1.0-alpha
This commit is contained in:
parent
6bc0c7e03b
commit
cbf7dd8dce
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-components</artifactId>
|
<artifactId>wso2iot-components</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@ -697,8 +697,8 @@
|
|||||||
<property name="xmldir" value="src/core/resources/web-apps/web-xml" />
|
<property name="xmldir" value="src/core/resources/web-apps/web-xml" />
|
||||||
<property name="srcdir" value="${basedir}/../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server/webapps" />
|
<property name="srcdir" value="${basedir}/../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server/webapps" />
|
||||||
<property name="wso2iothome" value="${basedir}/../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}" />
|
<property name="wso2iothome" value="${basedir}/../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}" />
|
||||||
<property name="wso2analyticshome" value="${basedir}/../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}"/>
|
<property name="wso2analyticshome" value="${basedir}/../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}" />
|
||||||
<property name="wso2brokerhome" value="${basedir}/../p2-profile/broker-profile/target/wso2carbon-core-${carbon.kernel.version}"/>
|
<property name="wso2brokerhome" value="${basedir}/../p2-profile/broker-profile/target/wso2carbon-core-${carbon.kernel.version}" />
|
||||||
|
|
||||||
|
|
||||||
<mkdir dir="${tempdir}" />
|
<mkdir dir="${tempdir}" />
|
||||||
@ -777,7 +777,7 @@
|
|||||||
<zip destfile="${tempdir}/oauth2.war" basedir="${tempdir}/oauth2" />
|
<zip destfile="${tempdir}/oauth2.war" basedir="${tempdir}/oauth2" />
|
||||||
<zip destfile="${tempdir}/shindig.war" basedir="${tempdir}/shindig" />
|
<zip destfile="${tempdir}/shindig.war" basedir="${tempdir}/shindig" />
|
||||||
|
|
||||||
<mkdir dir="${tempdir}/registry"/>
|
<mkdir dir="${tempdir}/registry" />
|
||||||
<unzip src="${wso2iothome}/wso2/components/plugins/org.wso2.carbon.registry.indexing_${carbon.registry.version}.jar" dest="${tempdir}/registry" />
|
<unzip src="${wso2iothome}/wso2/components/plugins/org.wso2.carbon.registry.indexing_${carbon.registry.version}.jar" dest="${tempdir}/registry" />
|
||||||
<replace file="${tempdir}/registry/core.properties" token="dataDir=../../../../solr/data" value="dataDir=../../../solr/data" />
|
<replace file="${tempdir}/registry/core.properties" token="dataDir=../../../../solr/data" value="dataDir=../../../solr/data" />
|
||||||
<zip destfile="${wso2analyticshome}/wso2/components/plugins/org.wso2.carbon.registry.indexing_${carbon.registry.version}.jar" basedir="${tempdir}/registry" />
|
<zip destfile="${wso2analyticshome}/wso2/components/plugins/org.wso2.carbon.registry.indexing_${carbon.registry.version}.jar" basedir="${tempdir}/registry" />
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-features</artifactId>
|
<artifactId>wso2iot-features</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -18,13 +18,12 @@
|
|||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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/maven-v4_0_0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -17,13 +17,12 @@
|
|||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>tests-common</artifactId>
|
<artifactId>tests-common</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-integration</artifactId>
|
<artifactId>wso2iot-integration</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>tests-common</artifactId>
|
<artifactId>tests-common</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -16,12 +16,11 @@
|
|||||||
~ specific language governing permissions and limitations
|
~ specific language governing permissions and limitations
|
||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
<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">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-integration</artifactId>
|
<artifactId>wso2iot-integration</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-integration</artifactId>
|
<artifactId>wso2iot-integration</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-p2-profile</artifactId>
|
<artifactId>wso2iot-p2-profile</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@ -854,9 +854,9 @@
|
|||||||
<tasks>
|
<tasks>
|
||||||
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf" />
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf" />
|
||||||
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf">
|
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf">
|
||||||
<fileset dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf"/>
|
<fileset dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf" />
|
||||||
</copy>
|
</copy>
|
||||||
<delete dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf" includeemptydirs="true"/>
|
<delete dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf" includeemptydirs="true" />
|
||||||
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf/etc/bundle-config/hadoop-client" />
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf/etc/bundle-config/hadoop-client" />
|
||||||
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf/analytics/spark" />
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf/analytics/spark" />
|
||||||
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server" />
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server" />
|
||||||
|
|||||||
@ -15,13 +15,12 @@
|
|||||||
~ limitations under the License.
|
~ limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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/maven-v4_0_0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-p2-profile</artifactId>
|
<artifactId>wso2iot-p2-profile</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@ -353,12 +352,11 @@
|
|||||||
<phase>test</phase>
|
<phase>test</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf"/>
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf" />
|
||||||
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf">
|
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf">
|
||||||
<fileset dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf"/>
|
<fileset dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf" />
|
||||||
</copy>
|
</copy>
|
||||||
<delete dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf"
|
<delete dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf" includeemptydirs="true" />
|
||||||
includeemptydirs="true"/>
|
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
|||||||
@ -18,12 +18,11 @@
|
|||||||
~ under the License.
|
~ under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-p2-profile</artifactId>
|
<artifactId>wso2iot-p2-profile</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@ -3192,12 +3191,11 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf"/>
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf" />
|
||||||
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf">
|
<copy todir="target/wso2carbon-core-${carbon.kernel.version}/wso2/conf">
|
||||||
<fileset dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf"/>
|
<fileset dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf" />
|
||||||
</copy>
|
</copy>
|
||||||
<delete dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf"
|
<delete dir="target/wso2carbon-core-${carbon.kernel.version}/repository/conf" includeemptydirs="true" />
|
||||||
includeemptydirs="true"/>
|
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@ -3206,7 +3204,7 @@
|
|||||||
<phase>generate-resources</phase>
|
<phase>generate-resources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server"/>
|
<mkdir dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/deployment/server" />
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
@ -3217,9 +3215,8 @@
|
|||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<replace token="false" value="true"
|
<replace token="false" value="true" dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/components">
|
||||||
dir="target/wso2carbon-core-${carbon.kernel.version}/wso2/components">
|
<include name="**/bundles.info" />
|
||||||
<include name="**/bundles.info"/>
|
|
||||||
</replace>
|
</replace>
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -21,13 +21,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-scripts</artifactId>
|
<artifactId>wso2iot-scripts</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>mobile-qsg</artifactId>
|
<artifactId>mobile-qsg</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<name>WSO2 IoT - QSG Script</name>
|
<name>WSO2 IoT - QSG Script</name>
|
||||||
<description>This includes the tools for IoTs Quick Start Guide</description>
|
<description>This includes the tools for IoTs Quick Start Guide</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -20,13 +20,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-tools</artifactId>
|
<artifactId>wso2iot-tools</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>iot-devicetype-archetype</artifactId>
|
<artifactId>iot-devicetype-archetype</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<name>WSO2 IoT - Device Type Archetype</name>
|
<name>WSO2 IoT - Device Type Archetype</name>
|
||||||
<description>WSO2 IoT Device Type Archetype</description>
|
<description>WSO2 IoT Device Type Archetype</description>
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@ -23,7 +23,7 @@
|
|||||||
<groupId>org.wso2.iot</groupId>
|
<groupId>org.wso2.iot</groupId>
|
||||||
<artifactId>wso2iot-parent</artifactId>
|
<artifactId>wso2iot-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0-alpha</version>
|
||||||
<name>WSO2 IoT - Parent</name>
|
<name>WSO2 IoT - Parent</name>
|
||||||
<url>http://wso2.org</url>
|
<url>http://wso2.org</url>
|
||||||
<description>WSO2 IoT Server</description>
|
<description>WSO2 IoT Server</description>
|
||||||
@ -1671,7 +1671,7 @@
|
|||||||
<url>https://github.com/wso2/product-iots.git</url>
|
<url>https://github.com/wso2/product-iots.git</url>
|
||||||
<developerConnection>scm:git:https://github.com/wso2/product-iots.git</developerConnection>
|
<developerConnection>scm:git:https://github.com/wso2/product-iots.git</developerConnection>
|
||||||
<connection>scm:git:https://github.com/wso2/product-iots.git</connection>
|
<connection>scm:git:https://github.com/wso2/product-iots.git</connection>
|
||||||
<tag>HEAD</tag>
|
<tag>v3.1.0-alpha</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user