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
Commit 7e3c2080c6a1cfbfd552b4ef445e90cb12047c0a by tommythelen
Follow the BagIt spec w.r.t the name of the manifest filenaming conventions
The file was modifiedsrc/main/java/org/dataone/speedbagit/SpeedBagIt.java
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java
Commit e8c88b8f9c0d626d02a93fa2fde351673ccc02f4 by tommythelen
Bump version
The file was modifiedpom.xml
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
Commit e6c7dd7ea884ff0e8108647c817344fa4749c93e by tommythelen
Fix missing import
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java
Commit 1f7819b7cd22871270f0ffdb1c2ef51ac5c220e3 by tommythelen
Bump version
The file was modifiedpom.xml
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
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java
The file was modifiedsrc/test/java/org/dataone/speedbagit/ProfilingTest.java
Commit 378f591569b5365524bf483488561951e8bda0cd by tommythelen
Use HashMap for tracking SpeedFile objects and paths
The file was modifiedsrc/main/java/org/dataone/speedbagit/SpeedBagIt.java
The file was modifiedsrc/test/java/org/dataone/speedbagit/ProfilingTest.java
The file was modifiedsrc/test/java/org/dataone/speedbagit/SpeedBagItTest.java
Commit 70c63af43b3f40f0e62f6d44b01693208bdaad5b by tommythelen
Bump a patch version
The file was modifiedpom.xml
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
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