Skip to content

Commit a2905ca

Browse files
committed
[maven-release-plugin] prepare release 1.8.2
1 parent 040512e commit a2905ca

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.psdev.licensesdialog</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.8.2-SNAPSHOT</version>
7+
<version>1.8.2</version>
88
</parent>
99

1010
<artifactId>licensesdialog</artifactId>

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/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
<modelVersion>4.0.0</modelVersion>
54

65
<prerequisites>
@@ -21,7 +20,7 @@
2120
<description>LicensesDialog is an open source library to display licenses used by third-party libraries in an Android app.</description>
2221
<url>http://psdev.de/LicensesDialog</url>
2322
<inceptionYear>2013</inceptionYear>
24-
<version>1.8.2-SNAPSHOT</version>
23+
<version>1.8.2</version>
2524

2625
<modules>
2726
<module>library</module>
@@ -32,7 +31,7 @@
3231
<url>https://github.com/PSDev/LicensesDialog</url>
3332
<connection>scm:git:git://github.com/PSDev/LicensesDialog.git</connection>
3433
<developerConnection>scm:git:[email protected]:PSDev/LicensesDialog.git</developerConnection>
35-
<tag>HEAD</tag>
34+
<tag>1.8.2</tag>
3635
</scm>
3736

3837
<developers>

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.psdev.licensesdialog</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.8.2-SNAPSHOT</version>
7+
<version>1.8.2</version>
88
</parent>
99

1010
<artifactId>sample</artifactId>

0 commit comments

Comments
 (0)