[uima-uimacpp] branch master updated: UIMA-6175 try to get source file EOL working cross platform

2020-01-22 Thread eae
This is an automated email from the ASF dual-hosted git repository.

eae pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git


The following commit(s) were added to refs/heads/master by this push:
 new 4760a36  UIMA-6175 try to get source file EOL working cross platform
4760a36 is described below

commit 4760a361a484130cdc5e72103afb2a69372ee8b1
Author: Eddie Epstein 
AuthorDate: Wed Jan 22 16:51:02 2020 -0500

UIMA-6175 try to get source file EOL working cross platform
---
 .gitattributes | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 4cab1f4..97f01cd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,9 @@
-# Set the default behavior, in case people don't have core.autocrlf set.
-* text=auto
+# Set as default eol=NL so windows can create cross platform src tarball
+*text=lf
+
+# Make sure these files have eol=CRLF
+*.vcproj  text eol=crlf
+*.cmdtext eol=crlf
+*.battext eol=crlf
+*.slntext eol=crlf
+*.ascbinary



[uima-uimacpp] branch master updated: UIMA-6175 set text=auto in .gitattributes, correct version info

2020-01-22 Thread eae
This is an automated email from the ASF dual-hosted git repository.

eae pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git


The following commit(s) were added to refs/heads/master by this push:
 new 89af3de  UIMA-6175 set text=auto in .gitattributes, correct version 
info
89af3de is described below

commit 89af3de56c7e618d45a6ab5e55106a44629b775b
Author: Eddie Epstein 
AuthorDate: Wed Jan 22 15:18:39 2020 -0500

UIMA-6175 set text=auto in .gitattributes, correct version info
---
 .gitattributes| 2 ++
 configure.ac  | 2 +-
 createRelease.txt | 5 ++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000..4cab1f4
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
diff --git a/configure.ac b/configure.ac
index 8843217..75b9c92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ AC_ARG_ENABLE(debugtest,
 esac],[debugtest=false])
 AM_CONDITIONAL([DEBUG_TEST], [test x$debugtest = xtrue])
 
-LT_VERSION_NUMBER=0:0:0
+LT_VERSION_NUMBER=3:0:0
 
 AC_SUBST(LT_VERSION_NUMBER)
 AC_SUBST(VERSION)
diff --git a/createRelease.txt b/createRelease.txt
index 6443e94..8a1f531 100644
--- a/createRelease.txt
+++ b/createRelease.txt
@@ -18,11 +18,10 @@ For a new build on Linux
 2. checkout source from the tag
svn co https://svn.apache.org/repos/asf/uima/uimacpp/tag/uimacpp-X.Y.Z
 
-3. Modify configure.ac 
-   Update package version number specified in AC_INIT call.
+3. Make sure configure.ac has the desired package version numbers in AC_INIT 
and library version in LT_VERSION_NUMBER. Update source control if necessary.
Update the  library number by modifying LT_VERSION_NUMBER following the 
   libtool version numbering convention. This is summarized on the
-  wiki page 
https://cwiki.apache.org/UIMA/proposed-changes-to-uima-c-build-and-packaging.html.
+  wiki page 
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=25201320
 
 4. Run autogen.sh to generate new configure script
check into svn the generated output files.



[uima-uimaj] branch master updated: [UIMA-6176] add .asf.yaml with description and homepage link

2020-01-22 Thread schor
This is an automated email from the ASF dual-hosted git repository.

schor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/master by this push:
 new c463a9d  [UIMA-6176] add .asf.yaml with description and homepage link
c463a9d is described below

commit c463a9dcb0d3640f5b2e5c05531062ad188016b9
Author: mischor 
AuthorDate: Wed Jan 22 14:40:32 2020 -0500

[UIMA-6176] add .asf.yaml with description and homepage link
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000..5879ebc
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+github:
+  description: "UIMA Java SDK, version 3 (in master), 2 (in master-v2)"
+  homepage: https://uima.apache.org