Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jline-parent-3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 17, 2023
1 parent 27d6d91 commit fe19b04
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion builtins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-builtins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-graal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>
<artifactId>jline-groovy</artifactId>
<name>JLine Groovy</name>
Expand Down
2 changes: 1 addition & 1 deletion jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>jline-parent</artifactId>
<name>JLine Parent</name>
<description>JLine</description>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -38,6 +38,7 @@
<connection>scm:git:https://github.com/jline/jline3.git</connection>
<developerConnection>scm:git:https://github.com/jline/jline3.git</developerConnection>
<url>http://github.com/jline/jline3</url>
<tag>jline-parent-3.22.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -73,7 +74,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2021-10-19T06:22:24Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-01-17T16:55:05Z</project.build.outputTimestamp>

<maven.version>3.5.0</maven.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-reader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote-ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-remote-ssh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote-telnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-remote-telnet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion style/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-style</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion terminal-jansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-terminal-jansi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion terminal-jna/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-terminal-jna</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion terminal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.21.1-SNAPSHOT</version>
<version>3.22.0</version>
</parent>

<artifactId>jline-terminal</artifactId>
Expand Down

0 comments on commit fe19b04

Please sign in to comment.