Skip to content

Commit 61e4bcb

Browse files
committed
[maven-release-plugin] prepare release 0.8.0.12
1 parent e1243cf commit 61e4bcb

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

54
<modelVersion>4.0.0</modelVersion>
65
<parent>
@@ -9,7 +8,7 @@
98
<version>0.1</version>
109
</parent>
1110
<artifactId>rxjava-extras</artifactId>
12-
<version>0.8.0.12-SNAPSHOT</version>
11+
<version>0.8.0.12</version>
1312
<name>${project.artifactId}</name>
1413
<description>RxJava utilities</description>
1514
<packaging>jar</packaging>
@@ -78,7 +77,7 @@
7877
<connection>scm:git:https://github.com/davidmoten/rxjava-extras.git</connection>
7978
<developerConnection>scm:git:https://github.com/davidmoten/rxjava-extras.git</developerConnection>
8079
<url>scm:git:https://github.com:davidmoten/rxjava-extras.git</url>
81-
<tag>0.7.1-RC6</tag>
80+
<tag>0.8.0.12</tag>
8281
</scm>
8382

8483
<dependencies>

0 commit comments

Comments
 (0)