Skip to content

Commit 393d879

Browse files
committed
[maven-release-plugin] prepare release progressbutton-parent-1.0.0
1 parent 141fcce commit 393d879

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

library/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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>
87
<groupId>com.f2prateek</groupId>
98
<artifactId>progressbutton-parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1110
<relativePath>../pom.xml</relativePath>
1211
</parent>
1312

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
~ limitations under the License.
1717
-->
1818

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

2322
<parent>
@@ -29,7 +28,7 @@
2928
<groupId>com.f2prateek</groupId>
3029
<artifactId>progressbutton-parent</artifactId>
3130
<packaging>pom</packaging>
32-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0</version>
3332

3433
<name>Android Progress Button (Parent)</name>
3534
<description>A button that helps with showing progress</description>
@@ -45,7 +44,7 @@
4544
<url>https://github.com/f2prateek/progressbutton</url>
4645
<connection>scm:git:git://github.com/f2prateek/progressbutton.git</connection>
4746
<developerConnection>scm:git:git@github.com:f2prateek/progressbutton.git</developerConnection>
48-
<tag>HEAD</tag>
47+
<tag>progressbutton-parent-1.0.0</tag>
4948
</scm>
5049

5150
<licenses>

samples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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>
87
<groupId>com.f2prateek</groupId>
98
<artifactId>progressbutton-parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1110
<relativePath>../pom.xml</relativePath>
1211
</parent>
1312

0 commit comments

Comments
 (0)