File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 <java .source>src/main/java</java .source>
3030 <javadocdir >${project.build.directory}/site/javadoc/apidocs</javadocdir >
3131 <!-- Properties related to JavaDoc -->
32- <maven .build.timestamp.format>MMMM dd, yyyy</maven .build.timestamp.format>
33- <javadoc .copyright.message>Copyright & copy; ${thisyear } MarkLogic Corporation. All Rights Reserved.</javadoc .copyright.message>
32+ <maven .build.timestamp.format>yyyy</maven .build.timestamp.format>
33+ <javadoc .copyright.message>Copyright & copy; ${date-string } MarkLogic Corporation. All Rights Reserved.</javadoc .copyright.message>
3434 <mapreduce .examples.dir>${java.source} /com/marklogic/mapreduce/examples</mapreduce .examples.dir>
3535 <mapreduce .javadoc.examples.dir>${javadocdir} /com/marklogic/mapreduce/examples/doc-files</mapreduce .javadoc.examples.dir>
3636 <mapreduce .javadoc.logging.props.dir>${javadocdir} /com/marklogic/mapreduce/doc-files</mapreduce .javadoc.logging.props.dir>
6666 <artifactId >maven-timestamp-plugin</artifactId >
6767 <version >1.0</version >
6868 <configuration >
69- <propertyName >thisyear </propertyName >
70- <timestampPattern >yyyy</timestampPattern >
69+ <propertyName >thisdate </propertyName >
70+ <timestampPattern >MMMM dd, yyyy</timestampPattern >
7171 </configuration >
7272 <executions >
7373 <execution >
148148 <Vendor >MarkLogic Corporation</Vendor >
149149 <Description >Hadoop Connector for Java</Description >
150150 <Build-Version >${version.number.string} </Build-Version >
151- <Build-Data >${date-string } </Build-Data >
151+ <Build-Data >${thisdate } </Build-Data >
152152 </manifestEntries >
153153 </archive >
154154 </configuration >
You can’t perform that action at this time.
0 commit comments