Skip to content

Commit 4badabe

Browse files
committed
[maven-release-plugin] prepare release jetty-modify-sources-maven-plugin-1.0.0
1 parent c60b852 commit 4badabe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33

4-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<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">
65
<modelVersion>4.0.0</modelVersion>
76

87
<groupId>org.eclipse.jetty.toolchain</groupId>
98
<artifactId>jetty-modify-sources-maven-plugin</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1110
<packaging>maven-plugin</packaging>
1211

1312
<name>jetty-modify-sources-maven-plugin Maven Plugin</name>
@@ -35,6 +34,7 @@
3534
<connection>scm:git:https://github.com/jetty-project/${project.artifactId}.git</connection>
3635
<developerConnection>scm:git:[email protected]:jetty-project/${project.artifactId}.git</developerConnection>
3736
<url>https://github.com/jetty-project/${project.artifactId}</url>
37+
<tag>jetty-modify-sources-maven-plugin-1.0.0</tag>
3838
</scm>
3939
<issueManagement>
4040
<system>github</system>

0 commit comments

Comments
 (0)