Files
spring-integration-aws/.github/release-files-spec.json
abilan eec9e4546d Upgrade to the latest dependencies
* Upgrade to Gradle `7.6`
* Apply Spring Integration code style
* Replace obsolete Travis CI with GitHub Actions
* Fix test XML configs for the latest Mockito
2022-12-21 13:03:14 -05:00

35 lines
656 B
JSON

{
"files": [
{
"aql": {
"items.find": {
"$and": [
{
"@build.name": "${buildname}",
"@build.number": "${buildnumber}",
"path": {
"$match": "org*"
}
},
{
"$or": [
{
"name": {
"$match": "*.pom"
}
},
{
"name": {
"$match": "*.jar"
}
}
]
}
]
}
},
"target": "nexus/"
}
]
}