Skip to content

Commit 7ec3a4b

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 6e282d4 commit 7ec3a4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -17,7 +16,7 @@
1716
<description>SLF4J Android binding.</description>
1817
<url>http://psdev.de/energylogger-parser/</url>
1918
<inceptionYear>2013</inceptionYear>
20-
<version>1.0.0-SNAPSHOT</version>
19+
<version>1.0.0</version>
2120

2221
<developers>
2322
<developer>
@@ -43,7 +42,7 @@
4342
<url>https://github.com/PSDev/slf4j-android-logger</url>
4443
<connection>scm:git:git://github.com/PSDev/slf4j-android-logger.git</connection>
4544
<developerConnection>scm:git:git@github.com:PSDev/slf4j-android-logger.git</developerConnection>
46-
<tag>HEAD</tag>
45+
<tag>1.0.0</tag>
4746
</scm>
4847

4948
<issueManagement>

0 commit comments

Comments
 (0)