Skip to content

Commit

Permalink
[ci skip]prepare release webhook-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
free-now-github committed Apr 10, 2024
1 parent e78d24d commit f296411
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plugins/webhook/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>webhook</artifactId>
<groupId>com.free-now.sauron.plugins</groupId>
<name>Sauron Webhook</name>
<description>Sauron Webhook Plugin</description>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<url>https://github.com/freenowtech/sauron</url>

Expand Down Expand Up @@ -38,7 +37,7 @@
</properties>

<scm>
<tag>HEAD</tag>
<tag>webhook-0.0.1</tag>
<url>${scm.url}</url>
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
Expand Down

0 comments on commit f296411

Please sign in to comment.