From 9087692999c606fedd18dcb393b9985d590aac5b Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 19 Aug 2022 14:39:33 +0100 Subject: [PATCH] Next development version --- pom.xml | 18 +++++++++--------- spring-shell-autoconfigure/pom.xml | 2 +- spring-shell-core-test-support/pom.xml | 2 +- spring-shell-core/pom.xml | 2 +- spring-shell-dependencies/pom.xml | 14 +++++++------- spring-shell-docs/pom.xml | 2 +- spring-shell-samples/pom.xml | 2 +- spring-shell-standard-commands/pom.xml | 2 +- spring-shell-standard/pom.xml | 2 +- spring-shell-starter-jna/pom.xml | 2 +- spring-shell-starter/pom.xml | 2 +- spring-shell-table/pom.xml | 2 +- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 642e4c4e..22bc154d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.shell spring-shell-parent Spring Shell Parent POM - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT pom @@ -45,42 +45,42 @@ org.springframework.shell spring-shell-core - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-core-test-support - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-standard - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-standard-commands - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-starter - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-starter-jna - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-table - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-autoconfigure - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.jline diff --git a/spring-shell-autoconfigure/pom.xml b/spring-shell-autoconfigure/pom.xml index 356dce7e..d8718461 100644 --- a/spring-shell-autoconfigure/pom.xml +++ b/spring-shell-autoconfigure/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT diff --git a/spring-shell-core-test-support/pom.xml b/spring-shell-core-test-support/pom.xml index 3bf8760d..7dbfe8bc 100644 --- a/spring-shell-core-test-support/pom.xml +++ b/spring-shell-core-test-support/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Core API test classes for Spring Shell 2 diff --git a/spring-shell-core/pom.xml b/spring-shell-core/pom.xml index 6d3bf5cc..a935c895 100644 --- a/spring-shell-core/pom.xml +++ b/spring-shell-core/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Core API and classes for Spring Shell 2 diff --git a/spring-shell-dependencies/pom.xml b/spring-shell-dependencies/pom.xml index 899dbb30..b038bc51 100644 --- a/spring-shell-dependencies/pom.xml +++ b/spring-shell-dependencies/pom.xml @@ -35,22 +35,22 @@ org.springframework.shell spring-shell-core - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-core-test-support - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-standard - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-standard-commands - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell @@ -60,17 +60,17 @@ org.springframework.shell spring-shell-starter - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-starter-jna - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT org.springframework.shell spring-shell-table - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT diff --git a/spring-shell-docs/pom.xml b/spring-shell-docs/pom.xml index 66c3c57d..088a7ceb 100644 --- a/spring-shell-docs/pom.xml +++ b/spring-shell-docs/pom.xml @@ -8,7 +8,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Spring Shell reference documentation diff --git a/spring-shell-samples/pom.xml b/spring-shell-samples/pom.xml index 52533dd5..d370677a 100644 --- a/spring-shell-samples/pom.xml +++ b/spring-shell-samples/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Examples of using Spring Shell 2 diff --git a/spring-shell-standard-commands/pom.xml b/spring-shell-standard-commands/pom.xml index 45e96475..8cb1a070 100644 --- a/spring-shell-standard-commands/pom.xml +++ b/spring-shell-standard-commands/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Standard out-of-the-box shell commands, implemented using the Standard API diff --git a/spring-shell-standard/pom.xml b/spring-shell-standard/pom.xml index 4d58cbea..4d2e2dba 100644 --- a/spring-shell-standard/pom.xml +++ b/spring-shell-standard/pom.xml @@ -9,7 +9,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT APIs and resolvers for using the standard Spring Shell programming model diff --git a/spring-shell-starter-jna/pom.xml b/spring-shell-starter-jna/pom.xml index a5de8dab..cef5fcf0 100644 --- a/spring-shell-starter-jna/pom.xml +++ b/spring-shell-starter-jna/pom.xml @@ -8,7 +8,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Starter Dependency for Using Spring Shell with JNA diff --git a/spring-shell-starter/pom.xml b/spring-shell-starter/pom.xml index dc82cec4..c1c726f7 100644 --- a/spring-shell-starter/pom.xml +++ b/spring-shell-starter/pom.xml @@ -8,7 +8,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Starter Dependency for Using Spring Shell diff --git a/spring-shell-table/pom.xml b/spring-shell-table/pom.xml index 9f153fd4..b41e8559 100644 --- a/spring-shell-table/pom.xml +++ b/spring-shell-table/pom.xml @@ -23,7 +23,7 @@ org.springframework.shell spring-shell-parent - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT Library to Display Fancy ASCII art Tables