Skip to content

Commit 5fcfb1c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2ad6067 commit 5fcfb1c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

http-client-java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.expath.http.client</groupId>
77
<artifactId>http-client-parent</artifactId>
8-
<version>1.5.2</version>
8+
<version>1.5.3-SNAPSHOT</version>
99
<relativePath>../http-client-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<connection>scm:git:https://github.com/expath/expath-http-client-java.git</connection>
2020
<developerConnection>scm:git:https://github.com/expath/expath-http-client-java.git</developerConnection>
2121
<url>scm:git:https://github.com/expath/expath-http-client-java.git</url>
22-
<tag>http-client-1.5.2</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<build>

http-client-parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.expath.http.client</groupId>
1313
<artifactId>http-client-parent</artifactId>
14-
<version>1.5.2</version>
14+
<version>1.5.3-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>EXPath HTTP Client POM</name>
@@ -21,7 +21,7 @@
2121
<connection>scm:git:https://github.com/expath/expath-http-client-java.git</connection>
2222
<developerConnection>scm:git:https://github.com/expath/expath-http-client-java.git</developerConnection>
2323
<url>scm:git:https://github.com/expath/expath-http-client-java.git</url>
24-
<tag>http-client-1.5.2</tag>
24+
<tag>HEAD</tag>
2525
</scm>
2626

2727
<build>

http-client-saxon/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.expath.http.client</groupId>
77
<artifactId>http-client-parent</artifactId>
8-
<version>1.5.2</version>
8+
<version>1.5.3-SNAPSHOT</version>
99
<relativePath>../http-client-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<connection>scm:git:https://github.com/expath/expath-http-client-java.git</connection>
2020
<developerConnection>scm:git:https://github.com/expath/expath-http-client-java.git</developerConnection>
2121
<url>scm:git:https://github.com/expath/expath-http-client-java.git</url>
22-
<tag>http-client-1.5.2</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.expath.http.client</groupId>
77
<artifactId>http-client-parent</artifactId>
8-
<version>1.5.2</version>
8+
<version>1.5.3-SNAPSHOT</version>
99
<relativePath>http-client-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -20,7 +20,7 @@
2020
<connection>scm:git:https://github.com/expath/expath-http-client-java.git</connection>
2121
<developerConnection>scm:git:https://github.com/expath/expath-http-client-java.git</developerConnection>
2222
<url>scm:git:https://github.com/expath/expath-http-client-java.git</url>
23-
<tag>http-client-1.5.2</tag>
23+
<tag>HEAD</tag>
2424
</scm>
2525

2626
<modules>

0 commit comments

Comments
 (0)