Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jline-parent-3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 1, 2023
1 parent 60b0027 commit 05669e1
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</version>
</parent>

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

<artifactId>jline-native</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.24.1-SNAPSHOT</version>
<version>3.24.1</version>
<packaging>pom</packaging>
<name>JLine Parent</name>
<description>JLine</description>
Expand Down Expand Up @@ -76,7 +76,7 @@
<scm>
<connection>scm:git:https://github.com/jline/jline3.git</connection>
<developerConnection>scm:git:https://github.com/jline/jline3.git</developerConnection>
<tag>jline-parent-3.24.0</tag>
<tag>jline-parent-3.24.1</tag>
<url>http://github.com/jline/jline3</url>
</scm>

Expand All @@ -92,7 +92,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-10-25T15:49:27Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-01T09:31:02Z</project.build.outputTimestamp>

<java.build.version>21</java.build.version>
<java.release.version>8</java.release.version>
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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</version>
</parent>

<artifactId>jline-style</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion terminal-ffm/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.24.1-SNAPSHOT</version>
<version>3.24.1</version>
</parent>

<artifactId>jline-terminal-ffm</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.24.1-SNAPSHOT</version>
<version>3.24.1</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.24.1-SNAPSHOT</version>
<version>3.24.1</version>
</parent>

<artifactId>jline-terminal-jna</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion terminal-jni/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.24.1-SNAPSHOT</version>
<version>3.24.1</version>
</parent>

<artifactId>jline-terminal-jni</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.24.1-SNAPSHOT</version>
<version>3.24.1</version>
</parent>

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

0 comments on commit 05669e1

Please sign in to comment.