Skip to content

Commit 11ccd45

Browse files
committed
[maven-release-plugin] prepare release etherpad_lite_client-1.2.1
1 parent 737350a commit 11ccd45

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
target/
2+
pom.xml.releaseBackup
3+
release.properties
24
*.ipr
35
*.iws
46
*.iml

Diff for: pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>net.gjerull.etherpad</groupId>
65
<artifactId>etherpad_lite_client</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
87
<packaging>jar</packaging>
98

109
<name>Etherpad Lite Client</name>
@@ -31,7 +30,7 @@
3130
<url>https://github.com/nilsfr/java-etherpad-lite/</url>
3231
<connection>scm:git:https://github.com/nilsfr/java-etherpad-lite.git</connection>
3332
<developerConnection>scm:git:[email protected]:nilsfr/java-etherpad-lite.git</developerConnection>
34-
<tag>HEAD</tag>
33+
<tag>etherpad_lite_client-1.2.1</tag>
3534
</scm>
3635

3736
<developers>

0 commit comments

Comments
 (0)