Skip to content

Commit c0ebd98

Browse files
[maven-release-plugin] prepare release 1.1.6.RELEASE
1 parent c9a145f commit c0ebd98

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

eaphone-spring-data-query-commons/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.eaphonetech</groupId>
66
<artifactId>eaphone-spring-data-query-parent</artifactId>
7-
<version>1.1.6-SNAPSHOT</version>
7+
<version>1.1.6.RELEASE</version>
88
</parent>
99

1010
<artifactId>eaphone-spring-data-query-commons</artifactId>

eaphone-spring-data-query-jpa/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.eaphonetech</groupId>
66
<artifactId>eaphone-spring-data-query-parent</artifactId>
7-
<version>1.1.6-SNAPSHOT</version>
7+
<version>1.1.6.RELEASE</version>
88
</parent>
99

1010
<artifactId>eaphone-spring-data-query-jpa</artifactId>

eaphone-spring-data-query-mongodb/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.eaphonetech</groupId>
66
<artifactId>eaphone-spring-data-query-parent</artifactId>
7-
<version>1.1.6-SNAPSHOT</version>
7+
<version>1.1.6.RELEASE</version>
88
</parent>
99

1010
<artifactId>eaphone-spring-data-query-mongodb</artifactId>

eaphone-spring-data-query-samples/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.eaphonetech</groupId>
66
<artifactId>eaphone-spring-data-query-parent</artifactId>
7-
<version>1.1.6-SNAPSHOT</version>
7+
<version>1.1.6.RELEASE</version>
88
</parent>
99

1010
<artifactId>eaphone-spring-data-query-samples</artifactId>

pom.xml

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

1010
<groupId>com.eaphonetech</groupId>
1111
<artifactId>eaphone-spring-data-query-parent</artifactId>
12-
<version>1.1.6-SNAPSHOT</version>
12+
<version>1.1.6.RELEASE</version>
1313
<packaging>pom</packaging>
1414

1515
<organization>
@@ -21,7 +21,7 @@
2121
<connection>scm:git:https://github.com/EaphoneTech/eaphone-spring-data-query.git</connection>
2222
<developerConnection>scm:git:https://github.com/EaphoneTech/eaphone-spring-data-query.git</developerConnection>
2323
<url>https://github.com/EaphoneTech/eaphone-spring-data-query.git</url>
24-
<tag>HEAD</tag>
24+
<tag>1.1.6.RELEASE</tag>
2525
</scm>
2626

2727
<properties>

0 commit comments

Comments
 (0)