Skip to content

Commit

Permalink
Release 1.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalinaspolo committed May 12, 2023
1 parent b2bb0fc commit 8814597
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
@@ -1,5 +1,5 @@
group 'org.logcapture'
version '1.2.2'
version '1.3.0'
description = 'A testing library for assert logging messages.'

repositories {
Expand Down Expand Up @@ -79,7 +79,7 @@ subprojects {
from components.java
groupId 'org.logcapture'
artifactId project.name
version "1.2.2"
version "1.3.0"

pom.withXml {
def root = asNode()
Expand Down

0 comments on commit 8814597

Please sign in to comment.