Skip to content

Commit dea2e24

Browse files
committed
[maven-release-plugin] prepare release picasso-parent-1.0.0
1 parent 94fd083 commit dea2e24

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

picasso-sample/pom.xml

+1-1
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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

picasso/pom.xml

+1-1
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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

+3-5
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>1.0.0-SNAPSHOT</version>
14+
<version>1.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://git@github.com/square/picasso.git</developerConnection>
28-
<tag>HEAD</tag>
26+
<tag>picasso-parent-1.0.0</tag>
2927
</scm>
3028

3129
<issueManagement>

0 commit comments

Comments
 (0)