This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new a475ba11 chore: Removed some unneeded exclusion
a475ba11 is described below
commit a475ba113031643d4b459dcb3e6a32e0c5c3058b
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jan 4 11:44:45 2024 +0100
chore: Removed some unneeded exclusion
---
jenkins.pom | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/jenkins.pom b/jenkins.pom
index 097f6c82..d33bf960 100644
--- a/jenkins.pom
+++ b/jenkins.pom
@@ -51,11 +51,10 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.2</version>
<configuration>
<fromDir>${project.basedir}/local-snapshots-dir</fromDir>
<includes>**</includes>
- <excludes>library-udf</excludes>
<serverId>apache.snapshots.https</serverId>
<url>${distMgmtSnapshotsUrl}</url>
</configuration>