Skip to content

Commit 0afaed4

Browse files
Update patch versions
1 parent f6c0d82 commit 0afaed4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.5.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.5.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.5.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.5.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: 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.5.0-SNAPSHOT</version>
22+
<version>1.5.0</version>
2323
</parent>
2424

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>software.amazon.awssdk</groupId>
6565
<artifactId>bom</artifactId>
66-
<version>2.32.24</version>
66+
<version>2.32.25</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>

0 commit comments

Comments
 (0)