Skip to content

Commit 6d63733

Browse files
committed
[maven-release-plugin] prepare release picasso-parent-2.0.0
1 parent 0eacaf4 commit 6d63733

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

picasso-pollexor/pom.xml

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

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

86
<parent>
97
<groupId>com.squareup.picasso</groupId>
108
<artifactId>picasso-parent</artifactId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

picasso-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.squareup.picasso</groupId>
88
<artifactId>picasso-parent</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

picasso/pom.xml

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

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

86
<parent>
97
<groupId>com.squareup.picasso</groupId>
108
<artifactId>picasso-parent</artifactId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

pom.xml

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

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

86
<parent>
@@ -13,7 +11,7 @@
1311

1412
<groupId>com.squareup.picasso</groupId>
1513
<artifactId>picasso-parent</artifactId>
16-
<version>2.0.0-SNAPSHOT</version>
14+
<version>2.0.0</version>
1715
<packaging>pom</packaging>
1816

1917
<name>Picasso (Parent)</name>
@@ -25,7 +23,7 @@
2523
<url>http://github.com/square/picasso/</url>
2624
<connection>scm:git:git://github.com/square/picasso.git</connection>
2725
<developerConnection>scm:git:ssh://[email protected]/square/picasso.git</developerConnection>
28-
<tag>HEAD</tag>
26+
<tag>picasso-parent-2.0.0</tag>
2927
</scm>
3028

3129
<issueManagement>

0 commit comments

Comments
 (0)