Skip to content

Commit fad36d4

Browse files
author
phocasadmin
committed
[maven-release-plugin] prepare release graphql-builder-parent-1.5.0
1 parent 777aabe commit fad36d4

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

graphql-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.phocassoftware</groupId>
2121
<artifactId>graphql-builder-parent</artifactId>
22-
<version>1.4.0-SNAPSHOT</version>
22+
<version>1.5.0</version>
2323
</parent>
2424

2525
<artifactId>graphql-builder</artifactId>

graphql-database-dynmodb-history-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.4.0-SNAPSHOT</version>
21+
<version>1.5.0</version>
2222
</parent>
2323

2424
<artifactId>graphql-database-dynmodb-history-lambda</artifactId>

graphql-database-manager-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.4.0-SNAPSHOT</version>
21+
<version>1.5.0</version>
2222
</parent>
2323

2424
<artifactId>graphql-database-manager-core</artifactId>

graphql-database-manager-dynamo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.4.0-SNAPSHOT</version>
21+
<version>1.5.0</version>
2222
</parent>
2323

2424
<artifactId>graphql-database-manager-dynamo</artifactId>

graphql-database-manager-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
the License.
1313
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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">
1716
<modelVersion>4.0.0</modelVersion>
1817
<name>GraphQL Database Manager Test</name>
1918

2019
<parent>
2120
<groupId>com.phocassoftware</groupId>
2221
<artifactId>graphql-builder-parent</artifactId>
23-
<version>1.4.0-SNAPSHOT</version>
22+
<version>1.5.0</version>
2423
</parent>
2524

2625
<artifactId>graphql-database-manager-test</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<modelVersion>4.0.0</modelVersion>
1616
<groupId>com.phocassoftware</groupId>
1717
<artifactId>graphql-builder-parent</artifactId>
18-
<version>1.4.0-SNAPSHOT</version>
18+
<version>1.5.0</version>
1919
<name>GraphQL Builder parent</name>
2020
<description>library to make working with dynamodb and graphql easy as well as building a graphql schema from a model using reflection</description>
2121
<url>https://github.com/phocassoftware/graphql-builder</url>
@@ -38,7 +38,7 @@
3838
<url>https://github.com/phocassoftware/graphql-builder</url>
3939
<connection>scm:git:https://github.com/phocassoftware/graphql-builder.git</connection>
4040
<developerConnection>scm:git:https://github.com/phocassoftware/graphql-builder.git</developerConnection>
41-
<tag>HEAD</tag>
41+
<tag>graphql-builder-parent-1.5.0</tag>
4242
</scm>
4343

4444
<developers>

0 commit comments

Comments
 (0)