Skip to content
This repository was archived by the owner on Apr 19, 2018. It is now read-only.

Commit 5a7cdd3

Browse files
committed
[maven-release-plugin] prepare release 2.3.0
1 parent ec65632 commit 5a7cdd3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.viewpagerindicator</groupId>
1313
<artifactId>parent</artifactId>
14-
<version>2.2.4-SNAPSHOT</version>
14+
<version>2.3.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
@@ -13,7 +12,7 @@
1312
<groupId>com.viewpagerindicator</groupId>
1413
<artifactId>parent</artifactId>
1514
<packaging>pom</packaging>
16-
<version>2.2.4-SNAPSHOT</version>
15+
<version>2.3.0</version>
1716

1817
<name>Android-ViewPagerIndicator (Parent)</name>
1918
<description>Android library for.</description>

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.viewpagerindicator</groupId>
1313
<artifactId>parent</artifactId>
14-
<version>2.2.4-SNAPSHOT</version>
14+
<version>2.3.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)