Skip to content

Commit

Permalink
updated pom information
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed May 18, 2021
1 parent 6cfc0a9 commit 62bc0c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.kie</groupId>
<groupId>org.kie.jenkins</groupId>
<artifactId>jenkins-pipeline-shared-libraries</artifactId>
<packaging>jar</packaging>
<version>1.0.1</version>
<description>Jenkins Pipeline Shared Libraries Testing Project</description>
<version>1.0.0-SNAPSHOT</version>
<description>KIE Jenkins Pipeline Shared Libraries</description>

<organization>
<name>JBoss by Red Hat</name>
Expand Down Expand Up @@ -62,7 +62,7 @@
<repository>
<id>jenkins-releases</id>
<name>Jenkins Releases</name>
<url>http://repo.jenkins-ci.org/releases</url>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
</repositories>

Expand Down

0 comments on commit 62bc0c5

Please sign in to comment.