GitHub user dlaboss opened a pull request:
https://github.com/apache/incubator-edgent-samples/pull/1
Sample tweaks
- update README.md with download info and other changes from the website
version
- add DEVELOPMENT.md
- add update-samples-version.sh for updating tooling (poms) for either the
edgent runtime version or the version of the (unreleased) sample artifacts
- set the samples version id to 1.2.0-SHAPSHOT (match develop on the Edgent
runtime)
- set the samples to build against the (to become first/latest) Edgent
runtime release: 1.2.0
- fix warning in sample TempSensor.java
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dlaboss/incubator-edgent-samples sample-tweaks
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-edgent-samples/pull/1.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1
----
commit caf5890eda7f4c362296f1f2417bcce81dbe9bc2
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T16:58:11Z
update to match some changes in website/site/docs/application_development.md
commit 2234cc93169a22db512fd0fda6fec6cd9aee415a
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T17:21:58Z
add doc for edgent runtime version override
commit 163bcb334fd2c243b2eab8d1971a7b08897b0a19
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T17:26:32Z
reset samples version to match current (1.2.0-SNAPSHOT) runtime on develop
branch
commit 5fc0c4f46ba33dac4a61c590da926e1e66d0c1cf
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T17:33:30Z
fix warning in sample TempSensor.java
commit d9e8514e539e10eaa671b921ee6ecdd67495cfcd
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T20:51:34Z
make the samples build against the (latest) released runtime
this is good for users downloading&building
but a nusance for someone developing the samples
(e.g., "1.2.0" doesn't exist yet)
see the forthcoming ./update-samples-version.sh script
commit 1dd75043ba4f0abe21395f2769c85ff570549809
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T21:03:10Z
remove commented out parent decl in pom.xml.template to ease
update-samples-version.sh
commit 2f094fa3f3210542d9c921400a799e0537b9313a
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T21:31:49Z
update README.md with download info
commit bff0639890744dd2a4550496ada640c88edc5f02
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T21:32:24Z
add DEVELOPMENT.md
commit adba95446423340177ddf9e50bd60da31fd42c77
Author: Dale LaBossiere <[email protected]>
Date: 2017-11-21T21:32:44Z
add update-samples-version.sh
----
---