Skip to content

Commit

Permalink
[release] Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 1, 2022
1 parent 4abdaed commit a2feaf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions byte-buddy-dep/pom.xml
Expand Up @@ -250,7 +250,10 @@
<configuration>
<excludes>
<exclude>net.bytebuddy.description.type.TypeDescriptionArrayProjectionTest</exclude>
<exclude>net.bytebuddy.description.annotation.AnnotationDescriptionForLoadedAnnotationTest</exclude>
<exclude>net.bytebuddy.description.annotation.AnnotationDescriptionForLoadedAnnotationDifferentClassLoaderTest</exclude>
<exclude>net.bytebuddy.description.annotation.AnnotationDescriptionLatentTest</exclude>
<exclude>net.bytebuddy.pool.TypePoolDefaultAnnotationDescriptionTest</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -206,8 +206,8 @@
</includes>
<excludes>
<!-- Do not include JMH generated classes (both modern and legacy JMH).-->
<exclude>net/bytebuddy/*/generated/*</exclude>
<exclude>net/bytebuddy/*/jmh_generated/*</exclude>
<exclude>*/generated/*</exclude>
<exclude>*/jmh_generated/*</exclude>
<!-- Avoid adding synthetic members to test classes as test assert class members. -->
<exclude>*Test*</exclude>
<exclude>*test*</exclude>
Expand Down

0 comments on commit a2feaf2

Please sign in to comment.