File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 limitations under the License.
1616
1717-->
18- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
18+ <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/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2019 <modelVersion >4.0.0</modelVersion >
2120 <parent >
2221 <groupId >com.datastax.cassandra</groupId >
2322 <artifactId >cassandra-driver-parent</artifactId >
24- <version >3.1.0-SNAPSHOT </version >
23+ <version >3.1.0</version >
2524 </parent >
2625 <artifactId >cassandra-driver-core</artifactId >
2726 <packaging >bundle</packaging >
258257 </relocation >
259258 </relocations >
260259 <transformers >
261- <transformer
262- implementation =" org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer" >
260+ <transformer implementation =" org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer" >
263261 <resources >
264262 <resource >META-INF/MANIFEST.MF</resource >
265263 <resource >META-INF/io.netty.versions.properties</resource >
276274 </resources >
277275 </transformer >
278276 <!-- Pick up the alternate manifest that was generated by the alternate execution of the bundle plugin -->
279- <transformer
280- implementation =" org.apache.maven.plugins.shade.resource.IncludeResourceTransformer" >
277+ <transformer implementation =" org.apache.maven.plugins.shade.resource.IncludeResourceTransformer" >
281278 <resource >META-INF/MANIFEST.MF</resource >
282279 <file >${project.build.directory} /META-INF-shaded/MANIFEST.MF</file >
283280 </transformer >
308305 </goals >
309306 </pluginExecutionFilter >
310307 <action >
311- <ignore />
308+ <ignore />
312309 </action >
313310 </pluginExecution >
314311 </pluginExecutions >
366363 <connection >scm:git:git@github.com:datastax/java-driver.git</connection >
367364 <developerConnection >scm:git:git@github.com:datastax/java-driver.git</developerConnection >
368365 <url >https://github.com/datastax/java-driver</url >
369- <tag >HEAD </tag >
366+ <tag >3.1.0 </tag >
370367 </scm >
371368
372369 <developers >
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com.datastax.cassandra</groupId >
2222 <artifactId >cassandra-driver-parent</artifactId >
23- <version >3.1.0-SNAPSHOT </version >
23+ <version >3.1.0</version >
2424 </parent >
2525 <artifactId >cassandra-driver-dist</artifactId >
2626
Original file line number Diff line number Diff line change 1919 <parent >
2020 <artifactId >cassandra-driver-parent</artifactId >
2121 <groupId >com.datastax.cassandra</groupId >
22- <version >3.1.0-SNAPSHOT </version >
22+ <version >3.1.0</version >
2323 </parent >
2424 <modelVersion >4.0.0</modelVersion >
2525
119119 <connection >scm:git:git@github.com:datastax/java-driver.git</connection >
120120 <developerConnection >scm:git:git@github.com:datastax/java-driver.git</developerConnection >
121121 <url >https://github.com/datastax/java-driver</url >
122- <tag >HEAD </tag >
122+ <tag >3.1.0 </tag >
123123 </scm >
124124
125125 <developers >
Original file line number Diff line number Diff line change 1919 <parent >
2020 <artifactId >cassandra-driver-parent</artifactId >
2121 <groupId >com.datastax.cassandra</groupId >
22- <version >3.1.0-SNAPSHOT </version >
22+ <version >3.1.0</version >
2323 </parent >
2424 <modelVersion >4.0.0</modelVersion >
2525
289289 <connection >scm:git:git@github.com:datastax/java-driver.git</connection >
290290 <developerConnection >scm:git:git@github.com:datastax/java-driver.git</developerConnection >
291291 <url >https://github.com/datastax/java-driver</url >
292- <tag >HEAD </tag >
292+ <tag >3.1.0 </tag >
293293 </scm >
294294
295295 <developers >
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com.datastax.cassandra</groupId >
2222 <artifactId >cassandra-driver-parent</artifactId >
23- <version >3.1.0-SNAPSHOT </version >
23+ <version >3.1.0</version >
2424 </parent >
2525 <artifactId >cassandra-driver-mapping</artifactId >
2626 <packaging >bundle</packaging >
156156 <connection >scm:git:git@github.com:datastax/java-driver.git</connection >
157157 <developerConnection >scm:git:git@github.com:datastax/java-driver.git</developerConnection >
158158 <url >https://github.com/datastax/java-driver</url >
159- <tag >HEAD </tag >
159+ <tag >3.1.0 </tag >
160160 </scm >
161161
162162 <developers >
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com.datastax.cassandra</groupId >
2222 <artifactId >cassandra-driver-tests-parent</artifactId >
23- <version >3.1.0-SNAPSHOT </version >
23+ <version >3.1.0</version >
2424 </parent >
2525
2626 <artifactId >cassandra-driver-tests-osgi</artifactId >
307307 <connection >scm:git:git@github.com:datastax/java-driver.git</connection >
308308 <developerConnection >scm:git:git@github.com:datastax/java-driver.git</developerConnection >
309309 <url >https://github.com/datastax/java-driver</url >
310- <tag >HEAD </tag >
310+ <tag >3.1.0 </tag >
311311 </scm >
312312
313313 <developers >
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com.datastax.cassandra</groupId >
2222 <artifactId >cassandra-driver-parent</artifactId >
23- <version >3.1.0-SNAPSHOT </version >
23+ <version >3.1.0</version >
2424 </parent >
2525 <artifactId >cassandra-driver-tests-parent</artifactId >
2626 <packaging >pom</packaging >
5050 <connection >scm:git:git@github.com:datastax/java-driver.git</connection >
5151 <developerConnection >scm:git:git@github.com:datastax/java-driver.git</developerConnection >
5252 <url >https://github.com/datastax/java-driver</url >
53- <tag >HEAD </tag >
53+ <tag >3.1.0 </tag >
5454 </scm >
5555
5656 <developers >
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com.datastax.cassandra</groupId >
2222 <artifactId >cassandra-driver-tests-parent</artifactId >
23- <version >3.1.0-SNAPSHOT </version >
23+ <version >3.1.0</version >
2424 </parent >
2525 <artifactId >cassandra-driver-tests-stress</artifactId >
2626 <packaging >jar</packaging >
3636 <dependency >
3737 <groupId >com.datastax.cassandra</groupId >
3838 <artifactId >cassandra-driver-core</artifactId >
39- <version >3.1.0-SNAPSHOT </version >
39+ <version >3.1.0</version >
4040 </dependency >
4141
4242 <dependency >
9696 <connection >scm:git:git@github.com:datastax/java-driver.git</connection >
9797 <developerConnection >scm:git:git@github.com:datastax/java-driver.git</developerConnection >
9898 <url >https://github.com/datastax/java-driver</url >
99- <tag >HEAD </tag >
99+ <tag >3.1.0 </tag >
100100 </scm >
101101
102102 <developers >
Original file line number Diff line number Diff line change 1515 limitations under the License.
1616
1717-->
18- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
18+ <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/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2019 <modelVersion >4.0.0</modelVersion >
2120 <parent >
2221 <groupId >org.sonatype.oss</groupId >
2322 <artifactId >oss-parent</artifactId >
2423 <version >7</version >
25- <relativePath />
24+ <relativePath />
2625 </parent >
2726
2827 <groupId >com.datastax.cassandra</groupId >
2928 <artifactId >cassandra-driver-parent</artifactId >
30- <version >3.1.0-SNAPSHOT </version >
29+ <version >3.1.0</version >
3130 <packaging >pom</packaging >
3231 <name >DataStax Java Driver for Apache Cassandra</name >
3332 <description >A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3
7473 <ipprefix >127.0.1.</ipprefix >
7574 <test .groups>unit</test .groups>
7675 <!-- Set default javadoc.opts, overriden by profiles -->
77- <javadoc .opts/>
76+ <javadoc .opts />
7877 </properties >
7978
8079 <profiles >
148147 <!-- This requires includes to be explicitly specified by implementing classes.
149148 This is needed to prevent creating a JVM fork for each test, even those that don't
150149 have the isolated group. -->
151- <includes />
150+ <includes />
152151 </configuration >
153152 </plugin >
154153 </plugins >
426425 <connection >scm:git:git@github.com:datastax/java-driver.git</connection >
427426 <developerConnection >scm:git:git@github.com:datastax/java-driver.git</developerConnection >
428427 <url >https://github.com/datastax/java-driver</url >
429- <tag >HEAD </tag >
428+ <tag >3.1.0 </tag >
430429 </scm >
431430
432431 <developers >
You can’t perform that action at this time.
0 commit comments