From ed9a330f709cd91877b4b40679fc4099ab551ba9 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Wed, 13 Jan 2021 19:37:37 +0000 Subject: [PATCH] Updated dependencies; Streamlined releases --- README.md | 6 +++--- pom.xml | 12 ++++++------ release.sh | 6 ++++++ 3 files changed, 15 insertions(+), 9 deletions(-) create mode 100755 release.sh diff --git a/README.md b/README.md index 652b929..ee2bb88 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ thymeleaf-tdd ============= Test Driven Development framework for Spring (3 and 4) with Thymeleaf and Thymesheet. -_Source for Spring 4 is on the 'spring4' branch_ +_Source for Spring 3 is on the 'spring3' branch_ ## Maven @@ -11,7 +11,7 @@ Include the latest release from Maven, com.connect-group thymeleaf-tdd - 1.0.5 + 1.0.6 test @@ -20,7 +20,7 @@ If you are using Spring 4, the dependancy is slightly different. com.connect-group thymeleaf-tdd-spring4 - 1.0.5 + 1.0.6 test diff --git a/pom.xml b/pom.xml index 455597a..babbf7d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.connect-group thymeleaf-tdd - 1.0.5 + 1.0.6 Thymeleaf TDD Test-Driven Development framework for Thymeleaf and Thymesheet @@ -50,15 +50,15 @@ http://oss.sonatype.org/content/repositories/snapshots - sonatype-nexus-snapshots - Sonatype Nexus Snapshots + sonatype-nexus-releases + Sonatype Nexus Releases http://oss.sonatype.org/service/local/staging/deploy/maven2 UTF-8 - 3.1.2.RELEASE + 3.2.18.RELEASE 1.6 @@ -105,14 +105,14 @@ com.connect-group thymesheet-spring3 - 2.1.2 + 2.2.0 net.sourceforge.nekohtml nekohtml - 1.9.18 + 1.9.21 diff --git a/release.sh b/release.sh new file mode 100755 index 0000000..9cf2118 --- /dev/null +++ b/release.sh @@ -0,0 +1,6 @@ +#!/bin/bash +set -e -x + +mvn clean deploy -P sonatype-oss-release +mvn nexus-staging:release +