pom.xml | pom.xml | |||
---|---|---|---|---|
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 .org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P OM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 .org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P OM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<groupId>io.dropwizard.modules</groupId> | <groupId>io.dropwizard.modules</groupId> | |||
<artifactId>dropwizard-cassandra</artifactId> | <artifactId>dropwizard-cassandra</artifactId> | |||
<version>2.0.4</version> | <version>2.0.5</version> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>Dropwizard Cassandra</name> | <name>Dropwizard Cassandra</name> | |||
<description>Provides easy integration for Dropwizard applications with A pache Cassandra using the DataStax 4.x client</description> | <description>Provides easy integration for Dropwizard applications with A pache Cassandra using the DataStax 4.x client</description> | |||
<url>https://github.com/dropwizard/dropwizard-cassandra</url> | <url>https://github.com/dropwizard/dropwizard-cassandra</url> | |||
<licenses> | <licenses> | |||
<license> | <license> | |||
<name>Apache 2.0</name> | <name>Apache 2.0</name> | |||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||
<distribution>repo</distribution> | <distribution>repo</distribution> | |||
</license> | </license> | |||
</licenses> | </licenses> | |||
<scm> | <scm> | |||
<developerConnection>scm:git:git@github.com:dropwizard/dropwizard-cassa ndra.git</developerConnection> | <developerConnection>scm:git:git@github.com:dropwizard/dropwizard-cassa ndra.git</developerConnection> | |||
<connection>scm:git:https://github.com/dropwizard/dropwizard-cassandra. git</connection> | <connection>scm:git:https://github.com/dropwizard/dropwizard-cassandra. git</connection> | |||
<url>https://github.com/dropwizard/dropwizard-cassandra</url> | <url>https://github.com/dropwizard/dropwizard-cassandra</url> | |||
<tag>dropwizard-cassandra-2.0.4</tag> | <tag>dropwizard-cassandra-2.0.5</tag> | |||
</scm> | </scm> | |||
<ciManagement> | <ciManagement> | |||
<system>GitHub Actions</system> | <system>GitHub Actions</system> | |||
<url>https://github.com/dropwizard/dropwizard-cassandra/actions</url> | <url>https://github.com/dropwizard/dropwizard-cassandra/actions</url> | |||
</ciManagement> | </ciManagement> | |||
<issueManagement> | <issueManagement> | |||
<system>GitHub Issues</system> | <system>GitHub Issues</system> | |||
<url>https://github.com/dropwizard/dropwizard-cassandra/issues</url> | <url>https://github.com/dropwizard/dropwizard-cassandra/issues</url> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |