Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on:
push:
branches:
- master
- development
tags:
- "*-[0-9]+.*"
pull_request:
branches:
- master
- development

jobs:
build:
Expand Down Expand Up @@ -35,4 +40,4 @@ jobs:
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}
AWS_REGION: us-east-1
AWS_REGION: us-east-1
30 changes: 0 additions & 30 deletions .github/workflows/build-pr.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.janelia.saalfeldlab</groupId>
<artifactId>n5-aws-s3</artifactId>
<version>4.4.0-alpha-6-SNAPSHOT</version>
<version>4.4.0-alpha-7-SNAPSHOT</version>

<name>N5 AWS S3</name>
<description>N5 library implementation using Amazon Web Services S3 backend.</description>
Expand Down Expand Up @@ -117,7 +117,7 @@

<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
<n5.version>4.0.0-alpha-9</n5.version>
<n5.version>4.0.0-alpha-9-SNAPSHOT</n5.version>

<jaxb-api.version>2.2.2</jaxb-api.version>
</properties>
Expand Down
Loading