Skip to content

Commit e80f94b

Browse files
author
Björn Ekryd
committed
[maven-release-plugin] prepare release echo-plugin-1.3.1
1 parent b9c290f commit e80f94b

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

echo/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.github.ekryd.echo-maven-plugin</groupId>
98
<artifactId>echo-plugin</artifactId>
10-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.3.1</version>
1110
</parent>
1211

1312
<!-- Basics -->

maven-plugin/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.github.ekryd.echo-maven-plugin</groupId>
98
<artifactId>echo-plugin</artifactId>
10-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.3.1</version>
1110
</parent>
1211

1312
<!-- Basics -->
@@ -20,7 +19,7 @@
2019
<dependency>
2120
<groupId>com.github.ekryd.echo-maven-plugin</groupId>
2221
<artifactId>echo-output</artifactId>
23-
<version>1.3.1-SNAPSHOT</version>
22+
<version>1.3.1</version>
2423
</dependency>
2524
<dependency>
2625
<groupId>org.apache.maven</groupId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<!-- Basics -->
87
<groupId>com.github.ekryd.echo-maven-plugin</groupId>
98
<artifactId>echo-plugin</artifactId>
10-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.3.1</version>
1110
<packaging>pom</packaging>
1211
<name>Echo plugin parent</name>
1312
<description>Maven plugin that outputs text during a maven build.</description>
@@ -395,7 +394,7 @@
395394
<connection>scm:git:https://github.com/Ekryd/echo-maven-plugin/</connection>
396395
<developerConnection>scm:git:https://github.com/Ekryd/echo-maven-plugin/</developerConnection>
397396
<url>https://github.com/Ekryd/echo-maven-plugin/</url>
398-
<tag>HEAD</tag>
397+
<tag>echo-plugin-1.3.1</tag>
399398
</scm>
400399
<issueManagement>
401400
<system>GitHub</system>

0 commit comments

Comments
 (0)