Skip to content

Commit 3f8e0c8

Browse files
[maven-release-plugin] prepare release httpql-parent-1.5
1 parent f647db2 commit 3f8e0c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

httpql-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.hubspot.httpql</groupId>
66
<artifactId>httpql-parent</artifactId>
7-
<version>1.5-SNAPSHOT</version>
7+
<version>1.5</version>
88
</parent>
99

1010
<artifactId>httpql-core</artifactId>

httpql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot.httpql</groupId>
77
<artifactId>httpql-parent</artifactId>
8-
<version>1.5-SNAPSHOT</version>
8+
<version>1.5</version>
99
</parent>
1010

1111
<artifactId>httpql</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.hubspot.httpql</groupId>
1212
<artifactId>httpql-parent</artifactId>
13-
<version>1.5-SNAPSHOT</version>
13+
<version>1.5</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.groupId}:${project.artifactId}</name>
@@ -109,6 +109,6 @@
109109
<connection>scm:git:git@github.com:HubSpot/httpQL.git</connection>
110110
<developerConnection>scm:git:git@github.com:HubSpot/httpQL.git</developerConnection>
111111
<url>git@github.com:HubSpot/httpQL.git</url>
112-
<tag>HEAD</tag>
112+
<tag>httpql-parent-1.5</tag>
113113
</scm>
114114
</project>

0 commit comments

Comments
 (0)