Skip to content

Commit 3995be7

Browse files
Compliance changes for generated source and binary distributable tarballs
* New submodule to generate distribution source tarball * Binary/source tarball artifacts should be prefixed with apache-cassandra * Change groupId to org.apache.cassandra * Create binary versions for LICENSE and NOTICE, with licenses and entries for asm, HdrHistogram, jnr-posix, jnr-x86asm, slf4j-api * Add checksums to distribution tarballs, and clean toplevel readme a little * Remove distributionManagement, the apache parent defines this for us patch by Mick Semb Wever; reviewed by Bret McGuire for CASSANDRA-18969
1 parent 7e3e6b0 commit 3995be7

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

driver-core/src/main/java/com/datastax/driver/core/Host.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ public VersionNumber getCassandraVersion() {
343343
* {@code null}, and the caller should always be aware of this possibility.
344344
*
345345
* @return the DSE version the host is running.
346-
* @deprecated Please use the <a href="https://github.com/apache/cassandra-java-driver-dse">Java
347-
* Driver for DSE</a> if you are connecting to a DataStax Enterprise (DSE) cluster. This
348-
* method might not function properly with future versions of DSE.
346+
* @deprecated Please use the <a href="https://github.com/datastax/java-driver-dse">Java Driver
347+
* for DSE</a> if you are connecting to a DataStax Enterprise (DSE) cluster. This method might
348+
* not function properly with future versions of DSE.
349349
*/
350350
@Deprecated
351351
public VersionNumber getDseVersion() {

driver-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<build>
5656

57-
<finalName>cassandra-java-driver-${project.version}</finalName>
57+
<finalName>apache-cassandra-java-driver-${project.version}</finalName>
5858

5959
<plugins>
6060

driver-dist/src/assembly/binary-tarball.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@
137137

138138
<fileSets>
139139

140-
<fileSet>
141-
<directory>target/apidocs</directory>
142-
<outputDirectory>apidocs</outputDirectory>
143-
</fileSet>
144-
145140
<fileSet>
146141
<directory>..</directory>
147142
<outputDirectory>.</outputDirectory>

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,13 +1095,6 @@ limitations under the License.
10951095
</profile>
10961096
</profiles>
10971097

1098-
<distributionManagement>
1099-
<repository>
1100-
<id>ossrh</id>
1101-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
1102-
</repository>
1103-
</distributionManagement>
1104-
11051098
<licenses>
11061099
<license>
11071100
<name>Apache 2</name>

0 commit comments

Comments
 (0)