Skip to content

Commit 2c63003

Browse files
author
phocasadmin
committed
[maven-release-plugin] prepare for next development iteration
1 parent f32b572 commit 2c63003

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.0.5</version>
22+
<version>1.0.6-SNAPSHOT</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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.phocassoftware</groupId>
77
<artifactId>graphql-builder-parent</artifactId>
8-
<version>1.0.5</version>
8+
<version>1.0.6-SNAPSHOT</version>
99
</parent>
1010

1111
<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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.phocassoftware</groupId>
77
<artifactId>graphql-builder-parent</artifactId>
8-
<version>1.0.5</version>
8+
<version>1.0.6-SNAPSHOT</version>
99
</parent>
1010

1111
<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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.phocassoftware</groupId>
77
<artifactId>graphql-builder-parent</artifactId>
8-
<version>1.0.5</version>
8+
<version>1.0.6-SNAPSHOT</version>
99
</parent>
1010

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

graphql-database-manager-test/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.phocassoftware</groupId>
77
<artifactId>graphql-builder-parent</artifactId>
8-
<version>1.0.5</version>
8+
<version>1.0.6-SNAPSHOT</version>
99
</parent>
1010

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.phocassoftware</groupId>
44
<artifactId>graphql-builder-parent</artifactId>
5-
<version>1.0.5</version>
5+
<version>1.0.6-SNAPSHOT</version>
66
<name>GraphQL Builder</name>
77
<description>library to make working with dynamodb and graphql easy as well as building a graphql schema from a model using reflection</description>
88
<url>https://github.com/phocassoftware/graphql-builder</url>
@@ -25,7 +25,7 @@
2525
<url>https://github.com/phocassoftware/graphql-builder</url>
2626
<connection>scm:git:https://github.com/phocassoftware/graphql-builder.git</connection>
2727
<developerConnection>scm:git:https://github.com/phocassoftware/graphql-builder.git</developerConnection>
28-
<tag>graphql-builder-parent-1.0.5</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030

3131
<developers>

0 commit comments

Comments
 (0)