SuccessChanges

Summary

  1. Added .gitignore after conversion from hg to git. Fixed some javadoc (details)
  2. Cleanup POMs and enable the project to compile with JDK8-JDK16. Moved (details)
  3. Removed oss-parent and made changes to pom so it can still deploy to (details)
  4. [maven-release-plugin] prepare release jwat-1.1.2 (details)
  5. [maven-release-plugin] prepare for next development iteration (details)
  6. Changed version to 1.1.3-SNAPSHOT. Version 1.1.3 will be compiled with (details)
  7. [maven-release-plugin] prepare release jwat-1.1.3 (details)
  8. [maven-release-plugin] prepare for next development iteration (details)
  9. BouncyCastle supports alot more Digest algorithms than the JDK and more (details)
  10. Do not report when the OS field in the GZIP header is set to an unknown (details)
  11. WARC/1.0: WARC-Refers-To-Target-URI and WARC-Refers-To-Date allowed for (details)
  12. Added new Number and WarcDate classes to handle WARC/1.1 dates. (details)
  13. Added some missing license headers. (details)
  14. Removed some tabs and fixed a camel case label. (details)
  15. Support for WARC/1.1 W3CDTF dates. Some validation now based on the WARC (details)
  16. Set nexus for release management (details)
  17. Commented out a failing test (details)
  18. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  19. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  20. Fixed developer connection to use ssh (details)
  21. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  22. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  23. Fixed developer connection to use ssh (details)
  24. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  25. [maven-release-plugin] prepare for next development iteration (details)
  26. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  27. Added a possible fix for release issue (details)
  28. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  29. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  30. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  31. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  32. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  33. [maven-release-plugin] prepare for next development iteration (details)
  34. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  35. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  36. [maven-release-plugin] prepare for next development iteration (details)
  37. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  38. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  39. [maven-release-plugin] prepare for next development iteration (details)
  40. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  41. <!--Disable the release-profile broken source plugin. See (details)
  42. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  43. [maven-release-plugin] prepare for next development iteration (details)
  44. [maven-release-plugin] rollback the release of jwat-1.2.0 (details)
  45. experimentally removing deploy plugin (details)
  46. [maven-release-plugin] prepare release jwat-1.2.0 (details)
  47. [maven-release-plugin] prepare for next development iteration (details)
  48. [maven-release-plugin] prepare release jwat-1.2.1 (details)
  49. [maven-release-plugin] prepare for next development iteration (details)
Commit 9b2a7b41acb1333d6fdae7cbc00543dba5a80485 by nclarke
Added .gitignore after conversion from hg to git. Fixed some javadoc
that made mavens javadoc plugin fail. Fixed some junit tests that would
fail on rare occasions.
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcFileNamingDefault.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcFieldParsers.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcHeader.java (diff)
The file was added.gitignore
The file was modifiedjwat-arc/src/test/java/org/jwat/arc/TestArcFileNamingDefault.java (diff)
Commit b231f2cac74ccd054eaf92f1fae2dc892964f023 by nclarke
Cleanup POMs and enable the project to compile with JDK8-JDK16. Moved
several plugins to the reporting section.
The file was modifiedpom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was addedmaven-version-rules.xml
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
Commit 79a68cdbb648e31cc5eff3e7c471a7a73d4015e3 by nclarke
Removed oss-parent and made changes to pom so it can still deploy to
maven central.
The file was modifiedpom.xml (diff)
Commit af0e70e2418b100efcf8970ad93fe37d97db3f0e by nclarke
[maven-release-plugin] prepare release jwat-1.1.2
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedpom.xml (diff)
Commit 0623a0811e85851a9d5da4a67ff9fe22564ddb61 by nclarke
[maven-release-plugin] prepare for next development iteration
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
Commit ae7a1bf87dc3dc4252369a5abe46e0d7e51d574e by nclarke
Changed version to 1.1.3-SNAPSHOT. Version 1.1.3 will be compiled with
JDK8 to avoid problems. Version 1.1.2 was compiled with JDK11 and seems
to give strange ByteBuffer problems with JDK8.
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
Commit 70ed101e85ebd8a4852964c3ad1ed729b93f4e4e by nclarke
[maven-release-plugin] prepare release jwat-1.1.3
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
Commit d1826a9242e0222c4f2bd9b72f1744b72936b6c3 by nclarke
[maven-release-plugin] prepare for next development iteration
The file was modifiedpom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
Commit 1af6507c4d0b39d96b4b1264e0f00e860428519e by nclarke
BouncyCastle supports alot more Digest algorithms than the JDK and more
importantly has quite alot of aliases. Auto detect and add BouncyCastle
as a SecurityProvider if available in the classpath. Added BouncyCastle
as a dependency to common pom. Can be excluded if necessary.
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-common/src/main/java/org/jwat/common/Digest.java (diff)
The file was addedjwat-common/src/test/java/org/jwat/common/TestSecurityProviders.java
The file was addedjwat-common/src/main/java/org/jwat/common/SecurityProviderTools.java
Commit e46d39dc8494be02f375d5a945cb92a3d984071d by nclarke
Do not report when the OS field in the GZIP header is set to an unknown
value.
The file was modifiedjwat-gzip/src/main/java/org/jwat/gzip/GzipReader.java (diff)
The file was modifiedjwat-gzip/src/test/java/org/jwat/gzip/TestGzipReader_InvalidFiles.java (diff)
Commit ffe1faa53815c6c5551f17fbb5dafaa4d5cb586b by nclarke
WARC/1.0: WARC-Refers-To-Target-URI and WARC-Refers-To-Date allowed for
all record types. New profile for WARC/1.1 needs to be added soon.
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcConstants.java (diff)
Commit 57b27dd57c36e26f4c59a99d30554a5a717efd81 by nclarke
Added new Number and WarcDate classes to handle WARC/1.1 dates.
Deprecated an old method since the Date class is now deprecated. Next
updates will use the WarcDate class in the Warc package.
The file was addedjwat-common/src/main/java/org/jwat/common/Numbers.java
The file was addedjwat-warc/src/main/java/org/jwat/warc/WarcDate.java
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcDateParser.java (diff)
The file was addedjwat-warc/src/test/java/org/jwat/warc/TestWarcDate.java
The file was addedjwat-common/src/test/java/org/jwat/common/TestNumbers.java
Commit d132062bef7b2f8ea8821699930dca4b7439a119 by nclarke
Added some missing license headers.
The file was modifiedjwat-common/src/test/java/org/jwat/common/TestHelpers.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestHelpers.java (diff)
The file was modifiedjwat-common/src/main/java/org/jwat/common/SecurityProviderTools.java (diff)
The file was modifiedjwat-common/src/test/java/org/jwat/common/TestSecurityProviders.java (diff)
The file was modifiedjwat-gzip/src/test/java/org/jwat/gzip/TestHelpers.java (diff)
The file was modifiedjwat-arc/src/test/java/org/jwat/arc/TestHelpers.java (diff)
Commit f45dd0badf2fa10a40402da85cad47e64cffff9a by nclarke
Removed some tabs and fixed a camel case label.
The file was modifiedjwat-arc/src/test/java/org/jwat/arc/TestArcReader.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcRecordParserCallback.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcFileWriter.java (diff)
The file was modifiedjwat-archive/src/main/java/org/jwat/archive/FileIdent.java (diff)
The file was modifiedjwat-common/src/test/java/org/jwat/common/TestUriProfile.java (diff)
The file was modifiedjwat-archive/src/main/java/org/jwat/archive/Cloner.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcRecordBase.java (diff)
The file was modifiedjwat-common/src/main/java/org/jwat/common/UriProfile.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcReader.java (diff)
The file was modifiedjwat-archive/src/main/java/org/jwat/archive/ArchiveParser.java (diff)
The file was modifiedjwat-archive/src/main/java/org/jwat/archive/ArchiveRecordParserCallback.java (diff)
The file was modifiedjwat-archive/src/main/java/org/jwat/archive/ManagedPayload.java (diff)
Commit 9165230b35deafdf0d750168d9d295d57746f54e by nclarke
Support for WARC/1.1 W3CDTF dates. Some validation now based on the WARC
header version used. HTTP Header errors changed to warnings. Appending
them to the record diagnoses is now optional. Diagnostics class change
slightly to a non generics extend of the original. Added missing
licenses. Fixed whitespace issues. And alot of other minor changes.
The file was modifiedjwat-common/src/main/java/org/jwat/common/NewlineParser.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarc_ContentTypeRecommended.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestBaseUtils.java (diff)
The file was modifiedjwat-common/src/test/java/org/jwat/common/TestDiagnosis.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcRecordBase.java (diff)
The file was addedjwat-warc/src/main/java/org/jwat/warc/WarcValidatorFactories.java
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcReader_Diagnosis.java (diff)
The file was modifiedjwat-common/src/main/java/org/jwat/common/Diagnostics.java (diff)
The file was modifiedjwat-common/src/main/java/org/jwat/common/PayloadWithHeaderAbstract.java (diff)
The file was modifiedjwat-common/src/main/java/org/jwat/common/HeaderLineReader.java (diff)
The file was modifiedjwat-common/src/main/java/org/jwat/common/HttpHeader.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcHeader.java (diff)
The file was modifiedjwat-common/src/test/java/org/jwat/common/TestHeaderLineReader.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcReader.java (diff)
The file was addedjwat-common/src/test/java/org/jwat/common/TestTreeOfIntMapper.java
The file was modifiedjwat-arc/src/test/java/org/jwat/arc/TestArcFieldParsers.java (diff)
The file was addedjwat-common/src/main/java/org/jwat/common/DiagnosticsGeneric.java
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcRecordParserCallback.java (diff)
The file was modifiedjwat-gzip/src/main/java/org/jwat/gzip/GzipEntry.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcRecord.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcDate.java (diff)
The file was modifiedjwat-arc/src/test/java/org/jwat/arc/TestArcHeader.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcFieldParsers.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcConstants.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcVersionHeader.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarc_RecordTypeDigestCheck.java (diff)
The file was addedjwat-warc/src/main/java/org/jwat/warc/WarcValidation.java
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcFileWriter.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcWriter.java (diff)
The file was modifiedjwat-arc/src/test/java/org/jwat/arc/TestArcRecord.java (diff)
The file was modifiedjwat-gzip/src/main/java/org/jwat/gzip/GzipReader.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcRecord.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcReader.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcHeaderFieldPolicy.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcWriter.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcReaders_Params.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcRecord.java (diff)
The file was modifiedjwat-common/src/test/java/org/jwat/common/TestNewlineParser.java (diff)
The file was addedjwat-warc/src/main/java/org/jwat/warc/WarcValidator10.java
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcConstants.java (diff)
The file was modifiedjwat-warc/src/main/java/org/jwat/warc/WarcHeader.java (diff)
The file was modifiedjwat-common/src/test/java/org/jwat/common/TestNumbers.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcHeaderAddDatatyped.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcHeaderHelper.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcHeaderVersion.java (diff)
The file was addedjwat-common/src/main/java/org/jwat/common/TreeOfIntMapper.java
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcVersionBlock.java (diff)
The file was addedjwat-warc/src/main/java/org/jwat/warc/WarcValidator11.java
The file was modifiedjwat-archive/src/main/java/org/jwat/archive/ArchiveParser.java (diff)
The file was addedjwat-warc/src/main/java/org/jwat/warc/WarcValidatorBase.java
The file was modifiedjwat-arc/src/test/java/org/jwat/arc/TestArcVersionHeader.java (diff)
The file was modifiedjwat-arc/src/main/java/org/jwat/arc/ArcFieldParsers.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcWriter_Headers.java (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcHeader.java (diff)
The file was modifiedjwat-gzip/src/test/java/org/jwat/gzip/GzipTestHelper.java (diff)
Commit 31298d9e363c2916410b4caf3dc0ce56d9247c9e by Colin Rosenthal (csr)
Set nexus for release management
The file was modifiedpom.xml (diff)
The file was modifiedjwat-warc/src/test/java/org/jwat/warc/TestWarcDate.java (diff)
Commit 6ce790eb214803c070f734bfb8140c098cee27db by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
Commit 97a19dccc9982f7855835a88954c1e73e5542b47 by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedpom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
Commit 70f33eb34069e831e2481bb72e1e84892aacc0a3 by Colin Rosenthal (csr)
Fixed developer connection to use ssh
The file was modifiedpom.xml (diff)
Commit 377306f48e1d50e7b8d2c98bcb4e8d19964afb77 by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedpom.xml (diff)
Commit 660d57f6688cbf921fd625bb11879c1d09d5945c by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
Commit 8fce6b25ee0fb7a49ae4464bcdf2ae26ef083035 by Colin Rosenthal (csr)
Fixed developer connection to use ssh
The file was modifiedpom.xml (diff)
Commit 702f17434f6820361a6890bc1d48f61e0bf322c5 by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
Commit 73637f3c312a98e041033388dec3c107804d6e38 by Colin Rosenthal (csr)
[maven-release-plugin] prepare for next development iteration
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
Commit 7ea55af72bf366a809868a81fe9bc33b67915f4b by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedpom.xml (diff)
Commit dd8a2b4652bacbfcb06cf88b7415c9f9c06e7e45 by Colin Rosenthal (csr)
Added a possible fix for release issue
(https://stackoverflow.com/a/13276206)
The file was modifiedpom.xml (diff)
Commit 7c5e610566314e1ca5781797246cab671831c816 by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
Commit 6d04e5e3c579d9c01f13c20793bcf2719ce7b288 by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
Commit 67d66c9a4b1f3f6aca852eccddf48a2efc41bb0d by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
Commit edbf97eabf09bdc0f22579b712dfbbbad1eba6c8 by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
Commit 04cf63e377bca6e5110ed861c483b11609f58888 by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedpom.xml (diff)
Commit 6d333f6b29831e387a18d097083d5deca5d269c2 by Colin Rosenthal (csr)
[maven-release-plugin] prepare for next development iteration
The file was modifiedpom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
Commit 9290b694995c76954df727fc51e3edea7e40a458 by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
Commit 6097cdb039d23ef94c7c3c97a2b30e23c17d7836 by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
Commit 850c72de98f33f554afc88000c81412ff3b43b0c by Colin Rosenthal (csr)
[maven-release-plugin] prepare for next development iteration
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
Commit feb73416bb1120b3b78ee9d3c3816d481334772f by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
Commit cf7871dba8acfe43c9803e1ee9a5f3028a4713d3 by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
Commit 9b4ccdb0f7b35f34c3ca6eb839cb38bfb336cb76 by Colin Rosenthal (csr)
[maven-release-plugin] prepare for next development iteration
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
Commit f2836baa39769ce499739630b1e3cbfa194e6945 by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
Commit aa0d07770cd874b24d10cc6341a34a284d08e0ca by Colin Rosenthal (csr)
<!--Disable the release-profile broken source plugin. See
http:/<phase>none</phase>/blog.peterlynch.ca/2010/05/maven-how-to-prevent-generate-sources.html-->
The file was modifiedpom.xml (diff)
Commit b50047dbb987b675441fe1782bf0f23bf1cd61d6 by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
Commit 8cc230b3b6f4eabcc2ca908ba6a98306aa47a458 by Colin Rosenthal (csr)
[maven-release-plugin] prepare for next development iteration
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
Commit e3ad1a43f4c6769fd27743bace8b8fd9db318a68 by Colin Rosenthal (csr)
[maven-release-plugin] rollback the release of jwat-1.2.0
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedpom.xml (diff)
Commit c05541a8bf8a82eb9aa7902e3ce325228e91d3b0 by Colin Rosenthal (csr)
experimentally removing deploy plugin
The file was modifiedpom.xml (diff)
Commit fd384cd6d24bce029280d6bc9040904c7717e76a by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.0
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
Commit 15e8d44e0a9641c4c3a93a5ffd5aa518bef9dace by Colin Rosenthal (csr)
[maven-release-plugin] prepare for next development iteration
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
Commit 699ad9cfec8ce3db9618a78b87f25da2472e11c1 by Colin Rosenthal (csr)
[maven-release-plugin] prepare release jwat-1.2.1
The file was modifiedpom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-arc/pom.xml (diff)
Commit 20ddb283b1d07a2dd1ff5a807a75e91b55c5a4f8 by Colin Rosenthal (csr)
[maven-release-plugin] prepare for next development iteration
The file was modifiedjwat-arc/pom.xml (diff)
The file was modifiedjwat-archive/pom.xml (diff)
The file was modifiedjwat-warc/pom.xml (diff)
The file was modifiedjwat-archive-common/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedjwat-gzip/pom.xml (diff)
The file was modifiedjwat-distribution/pom.xml (diff)
The file was modifiedjwat-common/pom.xml (diff)