[GitHub] commons-cli pull request #8: Fix Javadoc typos

2017-02-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-cli/pull/8


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[GitHub] commons-rdf issue #27: COMMONSRDF-47 RDFSyntax as an interface

2017-02-16 Thread stain
Github user stain commented on the issue:

https://github.com/apache/commons-rdf/pull/27
  
I've merged this. Thanks for the help, @ansell!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[GitHub] commons-rdf pull request #27: COMMONSRDF-47 RDFSyntax as an interface

2017-02-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-rdf/pull/27


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[VOTE] Release Validator 1.6 based on RC1

2017-02-16 Thread sebb
Time for another Validator release ...

==

Validator 1.6 RC1 is available for review here:
   https://dist.apache.org/repos/dist/dev/commons/validator/1.6_RC1
(revision 18365)

commons-validator-1.6-bin.tar.gz.sha1:e8ad0a47a5636e3b73882fdaffe743295335601d
commons-validator-1.6-bin.zip.sha1:911731f57fe111236498544770f839f8171175ac
commons-validator-1.6-src.tar.gz.sha1:8c9455ae1e766aa1cbd2d702f553fe5bc7339843
commons-validator-1.6-src.zip.sha1:749f2fbfa3899e4255205d4d9a80552e752fa54b

  Maven artifacts are here:

https://repository.apache.org/content/repositories/orgapachecommons-1238/commons-validator/commons-validator/1.6/

These are the artifacts and their hashes

/commons-validator/commons-validator/1.6/commons-validator-1.6-test-sources.jar
(SHA1: b7a4f1c4c3a1d8a37eb61a1fc82f1aeb225c60ca)
/commons-validator/commons-validator/1.6/commons-validator-1.6-javadoc.jar
(SHA1: 48f9ff1edd4f5512a366a5b5024ad5a2f8136801)
/commons-validator/commons-validator/1.6/commons-validator-1.6-tests.jar
(SHA1: cdabf204bae01116651eb8a47ca8d24b53141fe3)
/commons-validator/commons-validator/1.6/commons-validator-1.6-sources.jar
(SHA1: a8767cdd63c800f00df9c2fc5604a8f7648fe832)
/commons-validator/commons-validator/1.6/commons-validator-1.6.pom
(SHA1: cbc0a98f640a70e4b92d0966104eb63b89105f01)
/commons-validator/commons-validator/1.6/commons-validator-1.6.jar
(SHA1: e989d1e87cdd60575df0765ed5bac65c905d7908)

 Details of changes since 1.5.0 are in the release notes:

https://dist.apache.org/repos/dist/dev/commons/validator/1.6_RC1/RELEASE-NOTES.txt
http://home.apache.org/~sebb/validator-1.6-RC1/changes-report.html

  I have tested this with JDK 1.6, 1.7, 1.8 using Apache Maven 3.3.9

  The tag is here:

https://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_6_RC1/
(revision 1783233)
  N.B. the SVN revision is required because SVN tags are not immutable.

  Site:
http://home.apache.org/~sebb/validator-1.6-RC1/

   (some *relative* links are broken - these will be OK once the site
is deployed)

  Clirr Report (compared to 1.5.1):
http://home.apache.org/~sebb/validator-1.6-RC1/clirr-report.html

  RAT Report:
http://home.apache.org/~sebb/validator-1.6-RC1/rat-report.html

  KEYS:
  https://www.apache.org/dist/commons/KEYS

  Please review the release candidate and vote.
  This vote will close no sooner than 72 hours from now,
  i.e. sometime after 16:30 GMT 19 Feb 2017


  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

  Thanks!

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] Release Validator 1.6 based on RC1

2017-02-16 Thread Gary Gregory
+1

>From the src zip: MD5 OK, SHA1 OK, ASC OK.

RAT check OK.
CLIRR check OK.

Builds like a champ with 'mvn clean site' using:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
05:51:28-0800)
Maven home: C:\Java\apache-maven-3.0.5
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_80\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"

The release notes (
https://dist.apache.org/repos/dist/dev/commons/validator/1.6_RC1/RELEASE-NOTES.txt)
have a missing EOLs:

...

Commons Validator requires Java 1.6 or later.
Main enhancements =
* Modulus Ten Check Digit Implementation
...

* CreditCard validation specification by numeric range
 IMPORTANT NOTES
===

...


Gary


On Thu, Feb 16, 2017 at 8:11 AM, sebb  wrote:

> Time for another Validator release ...
>
> ==
>
> Validator 1.6 RC1 is available for review here:
>https://dist.apache.org/repos/dist/dev/commons/validator/1.6_RC1
> (revision 18365)
>
> commons-validator-1.6-bin.tar.gz.sha1:e8ad0a47a5636e3b73882fdaffe743
> 295335601d
> commons-validator-1.6-bin.zip.sha1:911731f57fe111236498544770f839
> f8171175ac
> commons-validator-1.6-src.tar.gz.sha1:8c9455ae1e766aa1cbd2d702f553fe
> 5bc7339843
> commons-validator-1.6-src.zip.sha1:749f2fbfa3899e4255205d4d9a8055
> 2e752fa54b
>
>   Maven artifacts are here:
> https://repository.apache.org/content/repositories/
> orgapachecommons-1238/commons-validator/commons-validator/1.6/
>
> These are the artifacts and their hashes
>
> /commons-validator/commons-validator/1.6/commons-
> validator-1.6-test-sources.jar
> (SHA1: b7a4f1c4c3a1d8a37eb61a1fc82f1aeb225c60ca)
> /commons-validator/commons-validator/1.6/commons-validator-1.6-javadoc.jar
> (SHA1: 48f9ff1edd4f5512a366a5b5024ad5a2f8136801)
> /commons-validator/commons-validator/1.6/commons-validator-1.6-tests.jar
> (SHA1: cdabf204bae01116651eb8a47ca8d24b53141fe3)
> /commons-validator/commons-validator/1.6/commons-validator-1.6-sources.jar
> (SHA1: a8767cdd63c800f00df9c2fc5604a8f7648fe832)
> /commons-validator/commons-validator/1.6/commons-validator-1.6.pom
> (SHA1: cbc0a98f640a70e4b92d0966104eb63b89105f01)
> /commons-validator/commons-validator/1.6/commons-validator-1.6.jar
> (SHA1: e989d1e87cdd60575df0765ed5bac65c905d7908)
>
>  Details of changes since 1.5.0 are in the release notes:
> https://dist.apache.org/repos/dist/dev/commons/validator/1.
> 6_RC1/RELEASE-NOTES.txt
> http://home.apache.org/~sebb/validator-1.6-RC1/changes-report.html
>
>   I have tested this with JDK 1.6, 1.7, 1.8 using Apache Maven 3.3.9
>
>   The tag is here:
> https://svn.apache.org/repos/asf/commons/proper/validator/
> tags/VALIDATOR_1_6_RC1/
> (revision 1783233)
>   N.B. the SVN revision is required because SVN tags are not immutable.
>
>   Site:
> http://home.apache.org/~sebb/validator-1.6-RC1/
>
>(some *relative* links are broken - these will be OK once the site
> is deployed)
>
>   Clirr Report (compared to 1.5.1):
> http://home.apache.org/~sebb/validator-1.6-RC1/clirr-report.html
>
>   RAT Report:
> http://home.apache.org/~sebb/validator-1.6-RC1/rat-report.html
>
>   KEYS:
>   https://www.apache.org/dist/commons/KEYS
>
>   Please review the release candidate and vote.
>   This vote will close no sooner than 72 hours from now,
>   i.e. sometime after 16:30 GMT 19 Feb 2017
>
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
>   Thanks!
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition



JUnit in Action, Second Edition



Spring Batch in Action


Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory