Skip to content

Commit 3611d0f

Browse files
author
Elijah Zupancic
committed
parent pom versions are now explicit.
1 parent 9aa2464 commit 3611d0f

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

apache-http-client/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>parent</artifactId>
75
<groupId>com.joyent.http-signature</groupId>
8-
<version>LATEST</version>
6+
<version>1.0.0-SNAPSHOT</version>
97
<relativePath>../</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>
@@ -16,7 +14,7 @@
1614
<dependency>
1715
<groupId>com.joyent.http-signature</groupId>
1816
<artifactId>http-signature-common</artifactId>
19-
<version>${version}</version>
17+
<version>${parent.version}</version>
2018
</dependency>
2119
<dependency>
2220
<groupId>org.apache.httpcomponents</groupId>

common/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>parent</artifactId>
75
<groupId>com.joyent.http-signature</groupId>
8-
<version>LATEST</version>
6+
<version>1.0.0-SNAPSHOT</version>
97
<relativePath>../</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

google-http-client/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>parent</artifactId>
75
<groupId>com.joyent.http-signature</groupId>
8-
<version>LATEST</version>
6+
<version>1.0.0-SNAPSHOT</version>
97
<relativePath>../</relativePath>
108
</parent>
119

@@ -17,7 +15,7 @@
1715
<dependency>
1816
<groupId>com.joyent.http-signature</groupId>
1917
<artifactId>http-signature-common</artifactId>
20-
<version>${version}</version>
18+
<version>${parent.version}</version>
2119
</dependency>
2220
<dependency>
2321
<groupId>com.google.http-client</groupId>

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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">
53
<modelVersion>4.0.0</modelVersion>
64
<modules>
75
<module>common</module>

0 commit comments

Comments
 (0)