Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Katalon Studio
Copyright (c) 2018-2022 Katalon Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.18</version>
<version>3.56</version>
<relativePath />
</parent>

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>katalon</artifactId>
<version>1.0.30</version>
<version>1.0.31</version>
<packaging>hpi</packaging>
<name>Katalon Plugin</name>
<description>Execute Katalon Studio in Jenkins</description>
Expand All @@ -27,10 +27,10 @@
~ stapler-plugin.version: The Stapler Maven plugin version required by the plugin.
-->
<junit.plugin.version>1.20</junit.plugin.version>
<jackson.version>2.9.5</jackson.version>
<commons-lang3.version>3.8.1</commons-lang3.version>
<utils.version>1.0.13</utils.version>
<httpclient.version>4.5.10</httpclient.version>
<jackson.version>2.13.13</jackson.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<utils.version>1.0.16</utils.version>
<httpclient.version>4.5.13</httpclient.version>
</properties>

<!-- The default licence for Jenkins OSS Plugins is MIT. Substitute for the applicable one if needed. -->
Expand All @@ -43,7 +43,7 @@
</licenses>

<organization>
<name>Katalon LLC.</name>
<name>Katalon Inc.</name>
<url>https://www.katalon.com</url>
</organization>

Expand Down