File tree 2 files changed +2
-27
lines changed
2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 67
67
<scassandra .version>0.11.0</scassandra .version>
68
68
<main .basedir>${project.basedir} </main .basedir>
69
69
<ipprefix >127.0.1.</ipprefix >
70
- <currentYear >2015</currentYear >
71
70
<!-- Set default javadoc.opts, overriden by profiles -->
72
71
<javadoc .opts />
73
72
</properties >
252
251
</dependency >
253
252
</dependencies >
254
253
</plugin >
255
- <plugin >
256
- <groupId >org.codehaus.mojo</groupId >
257
- <artifactId >build-helper-maven-plugin</artifactId >
258
- <version >1.9.1</version >
259
- <executions >
260
- <execution >
261
- <id >timestamp-property</id >
262
- <phase >initialize</phase >
263
- <goals >
264
- <goal >timestamp-property</goal >
265
- </goals >
266
- <configuration >
267
- <name >currentYear</name >
268
- <pattern >yyyy</pattern >
269
- <locale >en_US</locale >
270
- </configuration >
271
- </execution >
272
- </executions >
273
- </plugin >
274
254
<!--
275
255
To update license headers run:
276
- mvn license:format -DcurrentYear=XXXX
256
+ mvn license:format
277
257
-->
278
258
<plugin >
279
259
<groupId >com.mycila</groupId >
303
283
<goals >
304
284
<goal >check</goal >
305
285
</goals >
306
- <configuration >
307
- <properties >
308
- <currentYear >${currentYear} </currentYear >
309
- </properties >
310
- </configuration >
311
286
</execution >
312
287
</executions >
313
288
</plugin >
Original file line number Diff line number Diff line change 1
- Copyright (C) ${project.inceptionYear}-${currentYear} DataStax Inc.
1
+ Copyright (C) ${project.inceptionYear}-2015 DataStax Inc.
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments