Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalinaspolo committed Dec 2, 2020
1 parent 12b4c93 commit 5e8386f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.logcapture'
version '1.2.0'
version '1.2.1'
description = 'A testing library for assert logging messages.'

repositories {
Expand Down Expand Up @@ -73,7 +73,7 @@ subprojects {
from components.java
groupId 'com.logcapture'
artifactId project.name
version "1.2.0"
version "1.2.1"

pom.withXml {
def root = asNode()
Expand All @@ -99,8 +99,8 @@ subprojects {
licenses = ['MIT']
vcsUrl = 'https://github.com/jsalinaspolo/logcapture.git'
version {
name = "1.2.0"
vcsTag = "1.2.0"
name = "1.2.1"
vcsTag = "1.2.1"
released = new Date()
}
}
Expand Down

0 comments on commit 5e8386f

Please sign in to comment.