SuccessChanges

Summary

  1. Move plugins to correct tree (details)
  2. Follow the BagIt spec w.r.t the name of the manifest filenaming conventions (details)
  3. Bump version (details)
  4. Add unit testst to make sure that the file naming of the checksum files is correct (details)
  5. Fix missing import (details)
  6. Bump version (details)
  7. Check for name collisions between files as they're added to the bag (details)
  8. Use HashMap for tracking SpeedFile objects and paths (details)
  9. Bump a patch version (details)
  10. Add GitHub Action to build and test with maven. (details)
  11. Fix pom file deficiencies to fix warnings. (details)
  12. 1. Change the url value from ${project.url} to {url} on the both deploy-file and distributionManagement sections. (details)
Commit dd53934f9f8c1ed7d9ded307f7c737d9d49acb86 by tommythelen
Move plugins to correct tree
The file was modifiedpom.xml (diff)
Commit 7e3c2080c6a1cfbfd552b4ef445e90cb12047c0a by tommythelen
Follow the BagIt spec w.r.t the name of the manifest filenaming conventions
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java (diff)
The file was modifiedsrc/main/java/org/dataone/speedbagit/SpeedBagIt.java (diff)
The file was modifiedpom.xml (diff)
Commit ef731808130a122071a3da099625061188f058ce by tommythelen
Add unit testst to make sure that the file naming of the checksum files is correct
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java (diff)
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java (diff)
The file was modifiedpom.xml (diff)
Commit 4351d79d47bb91c631efb46a2ab7455f79ae4516 by tommythelen
Check for name collisions between files as they're added to the bag
The file was modifiedsrc/main/java/org/dataone/speedbagit/SpeedBagIt.java (diff)
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java (diff)
The file was modifiedsrc/test/java/org/dataone/speedbagit/ProfilingTest.java (diff)
Commit 378f591569b5365524bf483488561951e8bda0cd by tommythelen
Use HashMap for tracking SpeedFile objects and paths
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java (diff)
The file was modifiedsrc/test/java/org/dataone/speedbagit/ProfilingTest.java (diff)
The file was modifiedsrc/main/java/org/dataone/speedbagit/SpeedBagIt.java (diff)
The file was modifiedpom.xml (diff)
Commit 25a4a4396ed15540ee3cdd9fa4385f7db232378a by gitcode
Add GitHub Action to build and test with maven.
The file was added.github/workflows/java-build-and-test.yaml
Commit c9cafcb3c571114a2f9c5c323755a442e66db036 by gitcode
Fix pom file deficiencies to fix warnings.
The file was modifiedpom.xml (diff)
Commit b672190b370d7e58be6971b58cd7ed333c70e6cd by tao
1. Change the url value from ${project.url} to {url} on the both deploy-file and distributionManagement sections.
2. Bump the version to 1.0.4
The file was modifiedpom.xml (diff)