Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…o-jenkin…" (#17)

This reverts commit 0eedc4c.
  • Loading branch information
nghiadhd-2702 authored Mar 28, 2024
1 parent 0eedc4c commit 4a36a69
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>katalon</artifactId>
<version>1.0.37</version>
<version>1.0.36</version>
<packaging>hpi</packaging>
<name>Katalon Plugin</name>
<url>https://github.com/katalon-studio/katalon-studio-jenkins-plugin</url>
<url>https://github.com/jenkinsci/katalon-plugin</url>

<properties>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
Expand Down Expand Up @@ -45,14 +45,19 @@
</organization>

<developers>
<developer>
<id>devalex88</id>
<name>Alex</name>
<email>[email protected]</email>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/katalon-studio/katalon-studio-jenkins-plugin.git</connection>
<developerConnection>scm:git:[email protected]:katalon-studio/katalon-studio-jenkins-plugin.git</developerConnection>
<url>https://github.com/katalon-studio/katalon-studio-jenkins-plugin.git</url>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
</scm>
</scm>

<repositories>
<repository>
Expand All @@ -73,6 +78,10 @@
<artifactId>junit</artifactId>
<version>${junit.plugin.version}</version>
</dependency>
<!-- <dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
</dependency> -->
<dependency>
<groupId>com.katalon</groupId>
<artifactId>utils</artifactId>
Expand Down

0 comments on commit 4a36a69

Please sign in to comment.