Skip to content

Commit

Permalink
Release 2.1.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 24, 2022
1 parent 8920db6 commit b0eb261
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<name>Spring Shell Parent POM</name>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -47,47 +47,47 @@
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core-test-support</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard-commands</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-jcommander-adapter</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter-jna</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-table</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-autoconfigure</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.jline</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-core-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Core API test classes for Spring Shell 2</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Core API and classes for Spring Shell 2</description>
Expand Down
18 changes: 9 additions & 9 deletions spring-shell-dependencies/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.shell</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
<artifactId>spring-shell-dependencies</artifactId>
<packaging>pom</packaging>
<name>Spring Shell Bill of Materials</name>
Expand All @@ -11,42 +11,42 @@
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-core-test-support</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-standard-commands</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-jcommander-adapter</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-starter-jna</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-table</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Spring Shell reference documentation</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-jcommander-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Adapter classes to allow JCommander type annotations and parsing via Spring Shell 2</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Examples of using Spring Shell 2</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-standard-commands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Standard out-of-the-box shell commands, implemented using the Standard API</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>APIs and resolvers for using the standard Spring Shell programming model</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-starter-jna/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Starter Dependency for Using Spring Shell with JNA</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Starter Dependency for Using Spring Shell</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Library to Display Fancy ASCII art Tables</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-shell-test-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-M3</version>
</parent>

<description>Examples of unit, functional and integration tests using Spring Shell 2</description>
Expand Down

0 comments on commit b0eb261

Please sign in to comment.