Skip to content

Commit 8f3fc03

Browse files
committed
[release 25.08.0-edge] Update timestamp and build number [ci fast]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 7bae1d7 commit 8f3fc03

File tree

8 files changed

+21
-22
lines changed

8 files changed

+21
-22
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ dockerImage:
127127
dockerPack:
128128
BUILD_PACK=1 ./gradlew publishToMavenLocal dockerPack -Dmaven.repo.local=${PWD}/build/docker/.nextflow/capsule/deps/ installPlugin
129129

130-
upload-plugins:
131-
./gradlew plugins:upload
130+
release-plugins:
131+
./gradlew releasePluginToRegistryIfNotExists
132+
132133

133-
publish-index:
134-
./gradlew plugins:publishIndex
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
build=5954
2-
version=25.07.0-edge
3-
timestamp=1755254584328
4-
commitId=a2949f721
1+
build=5955
2+
version=25.08.0-edge
3+
timestamp=1757880365005
4+
commitId=206cc0158
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@3.1.0
2-
nf-azure@1.19.0
3-
nf-cloudcache@0.4.3
4-
nf-codecommit@0.3.0
5-
nf-console@1.2.1
6-
nf-google@1.22.2
7-
nf-k8s@1.1.1
8-
nf-tower@1.14.0
9-
nf-wave@1.14.1
1+
nf-amazon@3.2.0
2+
nf-azure@1.20.0
3+
nf-cloudcache@0.5.0
4+
nf-codecommit@0.4.0
5+
nf-console@1.3.0
6+
nf-google@1.23.0
7+
nf-k8s@1.2.0
8+
nf-tower@1.15.0
9+
nf-wave@1.15.0

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
[[ "$NXF_DEBUG" == 'x' ]] && set -x
18-
NXF_VER=${NXF_VER:-'25.07.0-edge'}
18+
NXF_VER=${NXF_VER:-'25.08.0-edge'}
1919
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2020
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2121
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4e04afcc989cd311d2ac07660b4fe0b1
1+
006ec70e2c2c997a42353c2159df20d6

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
659a38db97470d1eb618218292794013181c4eed
1+
7b2a7de07a14bb8961a43e4c26894a764b33a0fe

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3ed45b5773ef175c903029e462c603aec7f71b41b40a0234c38ce29760a14afa
1+
5e25a2ec208767e12c8c91f6148e651cfde3994451b3a5bbe3ef12b97d5b47ee

plugins/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## plugins settings
22
nextflowPluginVersion=1.0.0-beta.9
3-
nextflowPluginProvider=Seqera Labs
3+
nextflowPluginProvider=nextflow-io

0 commit comments

Comments
 (0)