Skip to content

Commit 9de24dd

Browse files
author
phocasadmin
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5513a19 commit 9de24dd

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.14</version>
22+
<version>1.0.14-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
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.0.14</version>
21+
<version>1.0.14-SNAPSHOT</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.0.14</version>
21+
<version>1.0.14-SNAPSHOT</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.0.14</version>
21+
<version>1.0.14-SNAPSHOT</version>
2222
</parent>
2323

2424
<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
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.phocassoftware</groupId>
2020
<artifactId>graphql-builder-parent</artifactId>
21-
<version>1.0.14</version>
21+
<version>1.0.14-SNAPSHOT</version>
2222
</parent>
2323

2424
<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.0.14</version>
18+
<version>1.0.14-SNAPSHOT</version>
1919
<name>GraphQL Builder</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>graphql-builder-parent-1.0.14</tag>
41+
<tag>HEAD</tag>
4242
</scm>
4343

4444
<developers>

0 commit comments

Comments
 (0)