Skip to content

Commit 7366649

Browse files
committed
[maven-release-plugin] prepare release 0.3.8
1 parent eb6cda5 commit 7366649

File tree

7 files changed

+12
-20
lines changed

7 files changed

+12
-20
lines changed

graphql-jpa-query-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.introproventures</groupId>
88
<artifactId>graphql-jpa-query-dependencies</artifactId>
9-
<version>0.3.8-SNAPSHOT</version>
9+
<version>0.3.8</version>
1010
<relativePath>../graphql-jpa-query-dependencies</relativePath>
1111
</parent>
1212

graphql-jpa-query-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-build</artifactId>
10-
<version>0.3.8-SNAPSHOT</version>
10+
<version>0.3.8</version>
1111
<relativePath>../graphql-jpa-query-build</relativePath>
1212
</parent>
1313

graphql-jpa-query-build/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53
<parent>
64
<groupId>com.introproventures</groupId>
75
<artifactId>graphql-jpa-query-dependencies</artifactId>
8-
<version>0.3.8-SNAPSHOT</version>
6+
<version>0.3.8</version>
97
<relativePath>../graphql-jpa-query-dependencies</relativePath>
108
</parent>
119
<artifactId>graphql-jpa-query-build</artifactId>

graphql-jpa-query-dependencies/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53
<parent>
64
<groupId>com.introproventures</groupId>
75
<artifactId>graphql-jpa-query</artifactId>
8-
<version>0.3.8-SNAPSHOT</version>
6+
<version>0.3.8</version>
97
<relativePath>..</relativePath>
108
</parent>
119
<artifactId>graphql-jpa-query-dependencies</artifactId>

graphql-jpa-query-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-build</artifactId>
10-
<version>0.3.8-SNAPSHOT</version>
10+
<version>0.3.8</version>
1111
<relativePath>../graphql-jpa-query-build</relativePath>
1212
</parent>
1313

graphql-jpa-query-schema/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<artifactId>graphql-jpa-query-schema</artifactId>
53
<name>graphql-jpa-query-schema</name>
64

75
<parent>
86
<groupId>com.introproventures</groupId>
97
<artifactId>graphql-jpa-query-build</artifactId>
10-
<version>0.3.8-SNAPSHOT</version>
8+
<version>0.3.8</version>
119
<relativePath>../graphql-jpa-query-build</relativePath>
1210
</parent>
1311

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.introproventures</groupId>
86
<artifactId>graphql-jpa-query</artifactId>
97

10-
<version>0.3.8-SNAPSHOT</version>
8+
<version>0.3.8</version>
119

1210
<packaging>pom</packaging>
1311

@@ -58,7 +56,7 @@
5856
<connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection>
5957
<developerConnection>scm:git:[email protected]:introproventures/graphql-jpa-query.git</developerConnection>
6058
<url>https://github.com/introproventures/graphql-jpa-query</url>
61-
<tag>HEAD</tag>
59+
<tag>0.3.8</tag>
6260
</scm>
6361

6462
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)