diff --git a/fastdoubleparser/pom.xml b/fastdoubleparser/pom.xml index fec590f4..effc3a1d 100644 --- a/fastdoubleparser/pom.xml +++ b/fastdoubleparser/pom.xml @@ -119,6 +119,11 @@ + - + - + - + ${project.scm.url} + ${git.commit.time}_${git.commit.id.abbrev} true ch.randelshofer.fastdoubleparser diff --git a/fastdoubleparserdemo-dev/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/fastdoubleparserdemo-dev/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst index e69de29b..f3bf83fd 100644 --- a/fastdoubleparserdemo-dev/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ b/fastdoubleparserdemo-dev/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,7 @@ +ch/randelshofer/fastdoubleparserdemo/VarianceStatistics.class +module-info.class +ch/randelshofer/fastdoubleparserdemo/Main$BenchmarkFunction.class +ch/randelshofer/fastdoubleparserdemo/DoubleSum.class +ch/randelshofer/fastdoubleparserdemo/SystemInfo.class +ch/randelshofer/fastdoubleparserdemo/Stats.class +ch/randelshofer/fastdoubleparserdemo/Main.class diff --git a/fastdoubleparserdemo/pom.xml b/fastdoubleparserdemo/pom.xml index b132e141..f226733f 100644 --- a/fastdoubleparserdemo/pom.xml +++ b/fastdoubleparserdemo/pom.xml @@ -95,6 +95,11 @@ + - + - + - + ${project.scm.url} + ${git.commit.time}_${git.commit.id.abbrev} true ch.randelshofer.fastdoubleparserdemo