http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/distribution/pom.xml b/platforms/java7/distribution/pom.xml index f15bcf4..6965afd 100644 --- a/platforms/java7/distribution/pom.xml +++ b/platforms/java7/distribution/pom.xml @@ -80,113 +80,113 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-development</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-direct</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-iot</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Analytics --> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-analytics-math3</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-analytics-sensors</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Utils --> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-metrics</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-streamscope</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Connectors --> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-command</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-common</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-csv</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-file</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-http</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-iot</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-iotp</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-jdbc</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-kafka</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-mqtt</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-pubsub</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-serial</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-websocket</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-websocket-jetty</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Include console-servlets.war to enable a user to run @@ -198,7 +198,7 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-console-servlets</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>war</type> </dependency> </dependencies>
http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/pom.xml b/platforms/java7/pom.xml index 76049ab..7a5b717 100644 --- a/platforms/java7/pom.xml +++ b/platforms/java7/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.edgent</groupId> <artifactId>edgent-platforms</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <groupId>org.apache.edgent.java7</groupId> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/providers/development/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/providers/development/pom.xml b/platforms/java7/providers/development/pom.xml index b3de28a..8cd2b71 100644 --- a/platforms/java7/providers/development/pom.xml +++ b/platforms/java7/providers/development/pom.xml @@ -76,40 +76,40 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-direct</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-console-server</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-metrics</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-streamscope</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-runtime-jmxcontrol</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-streamscope</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/providers/direct/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/providers/direct/pom.xml b/platforms/java7/providers/direct/pom.xml index b9088c7..b00afd1 100644 --- a/platforms/java7/providers/direct/pom.xml +++ b/platforms/java7/providers/direct/pom.xml @@ -94,51 +94,51 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-spi-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-spi-graph</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-runtime-appservice</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-runtime-etiao</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-metrics</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-metrics</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/providers/iot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/providers/iot/pom.xml b/platforms/java7/providers/iot/pom.xml index 7a46adb..9f4dc81 100644 --- a/platforms/java7/providers/iot/pom.xml +++ b/platforms/java7/providers/iot/pom.xml @@ -72,37 +72,37 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-direct</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-runtime-appservice</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-iot</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-pubsub</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-apps-iot</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-apps-runtime</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/runtime/appservice/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/appservice/pom.xml b/platforms/java7/runtime/appservice/pom.xml index 05970e8..fbf14aa 100644 --- a/platforms/java7/runtime/appservice/pom.xml +++ b/platforms/java7/runtime/appservice/pom.xml @@ -72,19 +72,19 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-execution</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- Just needed to make sure it is scheduled before this module in the reactor --> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-test-appservice-applications</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/runtime/etiao/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/etiao/pom.xml b/platforms/java7/runtime/etiao/pom.xml index 969467b..7044d30 100644 --- a/platforms/java7/runtime/etiao/pom.xml +++ b/platforms/java7/runtime/etiao/pom.xml @@ -76,23 +76,23 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-execution</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-graph</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-spi-graph</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-graph</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/runtime/jmxcontrol/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/jmxcontrol/pom.xml b/platforms/java7/runtime/jmxcontrol/pom.xml index 613af85..fdfb532 100644 --- a/platforms/java7/runtime/jmxcontrol/pom.xml +++ b/platforms/java7/runtime/jmxcontrol/pom.xml @@ -76,12 +76,12 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-execution</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-function</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/runtime/jobregistry/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/jobregistry/pom.xml b/platforms/java7/runtime/jobregistry/pom.xml index 54bee32..78dbcb4 100644 --- a/platforms/java7/runtime/jobregistry/pom.xml +++ b/platforms/java7/runtime/jobregistry/pom.xml @@ -72,12 +72,12 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-execution</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/runtime/jsoncontrol/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/runtime/jsoncontrol/pom.xml b/platforms/java7/runtime/jsoncontrol/pom.xml index f620b58..a065f8a 100644 --- a/platforms/java7/runtime/jsoncontrol/pom.xml +++ b/platforms/java7/runtime/jsoncontrol/pom.xml @@ -76,12 +76,12 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-execution</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-function</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/spi/graph/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/spi/graph/pom.xml b/platforms/java7/spi/graph/pom.xml index f8a35df..d8ef618 100644 --- a/platforms/java7/spi/graph/pom.xml +++ b/platforms/java7/spi/graph/pom.xml @@ -76,12 +76,12 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-execution</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-graph</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/spi/topology/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/spi/topology/pom.xml b/platforms/java7/spi/topology/pom.xml index 9c7ebba..84fa3e4 100644 --- a/platforms/java7/spi/topology/pom.xml +++ b/platforms/java7/spi/topology/pom.xml @@ -76,7 +76,7 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/test/appservice-applications/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/test/appservice-applications/pom.xml b/platforms/java7/test/appservice-applications/pom.xml index 7222984..1c78e6b 100644 --- a/platforms/java7/test/appservice-applications/pom.xml +++ b/platforms/java7/test/appservice-applications/pom.xml @@ -82,7 +82,7 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/test/fvtiot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/test/fvtiot/pom.xml b/platforms/java7/test/fvtiot/pom.xml index 7c4a657..3048bd6 100644 --- a/platforms/java7/test/fvtiot/pom.xml +++ b/platforms/java7/test/fvtiot/pom.xml @@ -90,38 +90,38 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-connectors-pubsub</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-runtime-jsoncontrol</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-direct</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-apps-iot</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-apps-iot</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-iot</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/test/svt/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/test/svt/pom.xml b/platforms/java7/test/svt/pom.xml index 81135eb..8a1713e 100644 --- a/platforms/java7/test/svt/pom.xml +++ b/platforms/java7/test/svt/pom.xml @@ -76,22 +76,22 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-console-server</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-utils-metrics</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-providers-development</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/utils/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/utils/metrics/pom.xml b/platforms/java7/utils/metrics/pom.xml index d225cc8..b7bf1c8 100644 --- a/platforms/java7/utils/metrics/pom.xml +++ b/platforms/java7/utils/metrics/pom.xml @@ -76,14 +76,14 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- TODO: This is only required because of a dependency to TopologyAbstractTest -> Would suggest to move test-util stutt into a dedicated test-utils artifact --> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/platforms/java7/utils/streamscope/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/java7/utils/streamscope/pom.xml b/platforms/java7/utils/streamscope/pom.xml index 6fcce70..224bd70 100644 --- a/platforms/java7/utils/streamscope/pom.xml +++ b/platforms/java7/utils/streamscope/pom.xml @@ -72,14 +72,14 @@ <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- TODO: This is only required because of a dependency to TopologyAbstractTest -> Would suggest to move test-util stutt into a dedicated test-utils artifact --> <dependency> <groupId>${edgent.runtime.groupId}</groupId> <artifactId>edgent-api-topology</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a85f2e..84d02bf 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ <properties> <!-- Up here and not in the java8 profile, so hopefully the maven-release-plugin will find it --> - <edgent.runtime.version>1.2.0-SNAPSHOT</edgent.runtime.version> + <edgent.runtime.version>1.3.0-SNAPSHOT</edgent.runtime.version> <!-- The next two are overriden by platforms/{java7,android}/pom --> <edgent.projname.platform>(Java 8)</edgent.projname.platform> http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/samples/get-edgent-jars-project/get-edgent-jars.sh ---------------------------------------------------------------------- diff --git a/samples/get-edgent-jars-project/get-edgent-jars.sh b/samples/get-edgent-jars-project/get-edgent-jars.sh index 8d0c5ce..3bdacd6 100755 --- a/samples/get-edgent-jars-project/get-edgent-jars.sh +++ b/samples/get-edgent-jars-project/get-edgent-jars.sh @@ -21,7 +21,7 @@ ## By default get the Edgent java8 platform jars for the script's default Edgent version. ## ## --platform {java8|java7|android} get the specified target platform jars -## --version edgent-version get the specified version's jars (e.g., 1.2.0-SNAPSHOT) +## --version edgent-version get the specified version's jars (e.g., 1.2.0) ## --artifacts csv-gav-list get only the specified artifacts. Not restricted to Edgent jars. ## The Edgent version is substituted for all instances of '{EV}' ## --file gav-file get only the specified artifacts. Not restricted to Edgent jars. http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/samples/get-edgent-jars-project/old-get-edgent-jars.sh ---------------------------------------------------------------------- diff --git a/samples/get-edgent-jars-project/old-get-edgent-jars.sh b/samples/get-edgent-jars-project/old-get-edgent-jars.sh index 40f5e07..102467e 100755 --- a/samples/get-edgent-jars-project/old-get-edgent-jars.sh +++ b/samples/get-edgent-jars-project/old-get-edgent-jars.sh @@ -21,7 +21,7 @@ ## By default get the Edgent java8 platform jars for the script's default Edgent version. ## ## --platform {java8|java7|android} get the specified target platform jars -## --version edgent-version get the specified version's jars (e.g., 1.2.0-SNAPSHOT) +## --version edgent-version get the specified version's jars (e.g., 1.2.0) ## --artifacts csv-gav-list get only the specified artifacts. Not restricted to Edgent jars. ## The Edgent version is substituted for all instances of '{EV}' ## --file gav-file get only the specified artifacts. Not restricted to Edgent jars. http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/8ec73fa5/samples/get-edgent-jars-project/pom.xml.template ---------------------------------------------------------------------- diff --git a/samples/get-edgent-jars-project/pom.xml.template b/samples/get-edgent-jars-project/pom.xml.template index 8c89690..f8c9f1a 100644 --- a/samples/get-edgent-jars-project/pom.xml.template +++ b/samples/get-edgent-jars-project/pom.xml.template @@ -25,7 +25,7 @@ <!--parent> <groupId>org.apache.edgent</groupId> <artifactId>edgent-parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent--> <groupId>org.apache.edgent</groupId>