removed unused code and updated copyright text

This commit is contained in:
MikeYaacoubStax 2023-02-21 15:18:54 -05:00
parent 9ce8c4e3b7
commit 52e0bc36c1
3 changed files with 2 additions and 24 deletions

View File

@ -71,28 +71,6 @@
</resource>
</resources>
<plugins>
<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>exec-maven-plugin</artifactId>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>link-nb-jar-name</id>-->
<!-- <phase>package</phase>-->
<!-- <goals>-->
<!-- <goal>exec</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <environmentVariables>-->
<!-- <NBJAR_VERSION>${project.version}</NBJAR_VERSION>-->
<!-- </environmentVariables>-->
<!-- <basedir>${project.basedir}</basedir>-->
<!-- <executable>${project.basedir}/nb-scripts/link-jar-name.sh</executable>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
</plugins>
</build>
<profiles>
<profile>

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 nosqlbench
* Copyright (c) 2023 nosqlbench
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 nosqlbench
* Copyright (c) 2023 nosqlbench
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.