This is an automated email from the ASF dual-hosted git repository.

mck pushed a change to branch 4.7.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git


    from 6ec488076 Add LICENSE and NOTICE.txt/NOTICE_binary to published jars 
LICENSE + NOTICE.txt is added to source jars, LICENSE + NOTICE_binary.txt is 
added to regular jars. Make parent project inherit from apache pom. Updated 
NOTICE wording to "developed at ..." per latest instructions.
     new e59984a67 Compliance changes for generated source and binary 
distributable tarballs
     new 9dde75d24 Remove distributionManagement, the apache parent defines 
this for us
     new 483eb889a Remove ASL header from test resource files (that was 
breaking integration tests)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE => LICENSE_binary                          |   26 +-
 README.md                                          |   16 +-
 bom/pom.xml                                        |   14 +-
 core-shaded/pom.xml                                |   49 +-
 core/pom.xml                                       |    3 +-
 {distribution => distribution-source}/pom.xml      |   98 +-
 .../src/assembly/source-tarball.xml                |   34 +-
 distribution-tests/pom.xml                         |   12 +-
 distribution/pom.xml                               |   52 +-
 distribution/src/assembly/binary-tarball.xml       |   44 +-
 examples/pom.xml                                   |    4 +-
 integration-tests/pom.xml                          |   12 +-
 .../src/test/resources/DescribeIT/dse/4.8.cql      |   18 -
 .../src/test/resources/DescribeIT/dse/5.0.cql      |   18 -
 .../src/test/resources/DescribeIT/dse/5.1.cql      |   18 -
 .../src/test/resources/DescribeIT/dse/6.8.cql      |   18 -
 .../src/test/resources/DescribeIT/oss/2.1.cql      |   18 -
 .../src/test/resources/DescribeIT/oss/2.2.cql      |   18 -
 .../src/test/resources/DescribeIT/oss/3.0.cql      |   18 -
 .../src/test/resources/DescribeIT/oss/3.11.cql     |   18 -
 .../src/test/resources/DescribeIT/oss/4.0.cql      |   18 -
 licenses/HdrHistogram.txt                          |   41 +
 licenses/asm.txt                                   |   27 +
 licenses/jnr-posix.txt                             | 1076 ++++++++++++++++++++
 licenses/jnr-x86asm.txt                            |   24 +
 licenses/reactive-streams.txt                      |    7 +
 licenses/slf4j-api.txt                             |   21 +
 manual/core/README.md                              |    2 +-
 manual/core/bom/README.md                          |   12 +-
 manual/core/configuration/README.md                |   25 +-
 manual/core/integration/README.md                  |   18 +-
 manual/core/shaded_jar/README.md                   |   10 +-
 manual/mapper/README.md                            |    4 +-
 manual/mapper/config/README.md                     |    8 +-
 manual/query_builder/README.md                     |    2 +-
 mapper-processor/pom.xml                           |    7 +-
 mapper-runtime/pom.xml                             |    5 +-
 osgi-tests/pom.xml                                 |   12 +-
 pom.xml                                            |   45 +-
 query-builder/pom.xml                              |    7 +-
 test-infra/pom.xml                                 |    5 +-
 41 files changed, 1429 insertions(+), 455 deletions(-)
 copy LICENSE => LICENSE_binary (93%)
 copy {distribution => distribution-source}/pom.xml (55%)
 copy core-shaded/src/assembly/shaded-jar.xml => 
distribution-source/src/assembly/source-tarball.xml (55%)
 create mode 100644 licenses/HdrHistogram.txt
 create mode 100644 licenses/asm.txt
 create mode 100644 licenses/jnr-posix.txt
 create mode 100644 licenses/jnr-x86asm.txt
 create mode 100644 licenses/reactive-streams.txt
 create mode 100644 licenses/slf4j-api.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to