You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2023/10/02 08:28:49 UTC

[tomee-patch-plugin] branch main updated (57c4ced -> 82e68a0)

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-patch-plugin.git


    from 57c4ced  [maven-release-plugin] prepare for next development iteration
     add 2eb72ad  Adds Unit test to see, if JARs are changing if they are not modified
     add 82e68a0  Merge remote-tracking branch 'origin/main'

No new revisions were added by this update.

Summary of changes:
 tomee-patch-core/pom.xml                           |   6 +-
 .../tomee/patch/core/DontModifyJarsTest.java       | 120 +++++++++++++++++++++
 2 files changed, 123 insertions(+), 3 deletions(-)
 create mode 100644 tomee-patch-core/src/test/java/org/apache/tomee/patch/core/DontModifyJarsTest.java