Skip to content

Commit

Permalink
chore: release 1.4.1 (#657)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
  • Loading branch information
sbouchet authored Oct 30, 2023
1 parent 6147944 commit 2dad1e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

node('rhel7'){
def recipientList = 'jbosstools-builds@lists.jboss.org'
def javaHome = tool 'openjdk-11'
def javaHome = tool 'openjdk-17'
env.JAVA_HOME = "${javaHome}"

try {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ideaVersion = IU-2023.2
projectVersion=1.4.1-SNAPSHOT
projectVersion=1.4.1
jetBrainsToken=invalid
jetBrainsChannel=stable
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
]]></description>

<change-notes><![CDATA[
<p><b>1.4.1</b></p>
<ul>
<li>Support IDEA IU-2023.2</li>
<li>Update kubernetes-client to 6.4.1</li>
</ul>
<p><b>1.4.0</b></p>
<ul>
<li>Update kubernetes-client to 6.4.0</li>
Expand Down

0 comments on commit 2dad1e4

Please sign in to comment.