Skip to content

Commit

Permalink
Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed May 8, 2024
1 parent 598b993 commit a753cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'maven-publish'
group = 'org.jdrupes.httpcodec'
description = "HTTP coders and decoders for non-blocking I/O"

ext.releaseVersion = "3.0.0"
ext.releaseVersion = "3.1.0"
ext.isSnapshot = false
version = releaseVersion + (isSnapshot ? "-SNAPSHOT" : "")

Expand All @@ -40,7 +40,7 @@ dependencies {
implementation 'jakarta.activation:jakarta.activation-api:[2.1.0,3.0.0)'

testImplementation 'junit:junit:4.12'
testRuntimeOnly 'org.eclipse.angus:angus-activation:[1.0.0,2.0.0)'
testRuntimeOnly 'org.eclipse.angus:angus-activation:[2.0.0,3.0.0)'

// Use gradle mechanims to get the artifact to baseline against.
// We baseline against the previous release
Expand Down

0 comments on commit a753cc4

Please sign in to comment.