File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed
graphql-database-dynmodb-history-lambda
graphql-database-manager-core
graphql-database-manager-dynamo
graphql-database-manager-test Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 13
13
-->
14
14
<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" >
15
15
<modelVersion >4.0.0</modelVersion >
16
- <name >graphql-builder </name >
16
+ <name >GraphQL Builder </name >
17
17
<description >Builds a graphql schema from a model using reflection</description >
18
18
19
19
<parent >
Original file line number Diff line number Diff line change 22
22
</parent >
23
23
24
24
<artifactId >graphql-database-dynmodb-history-lambda</artifactId >
25
-
25
+ < name >GraphQL Database DynamoDB History Lambda</ name >
26
26
<properties >
27
27
<junit .jupiter.version>5.6.0</junit .jupiter.version>
28
28
</properties >
Original file line number Diff line number Diff line change 22
22
</parent >
23
23
24
24
<artifactId >graphql-database-manager-core</artifactId >
25
-
25
+ < name >GraphQL Database Manager Core</ name >
26
26
<properties >
27
27
<junit .jupiter.version>5.13.0</junit .jupiter.version>
28
28
</properties >
Original file line number Diff line number Diff line change 22
22
</parent >
23
23
24
24
<artifactId >graphql-database-manager-dynamo</artifactId >
25
-
25
+ < name >GraphQL Database Manager DynamoDB</ name >
26
26
<properties >
27
27
<junit .jupiter.version>5.13.0</junit .jupiter.version>
28
28
</properties >
Original file line number Diff line number Diff line change 92
92
<version >2.6.0</version >
93
93
</dependency >
94
94
</dependencies >
95
+
96
+ <build >
97
+ <plugins >
98
+ <plugin >
99
+ <groupId >org.apache.maven.plugins</groupId >
100
+ <artifactId >maven-deploy-plugin</artifactId >
101
+ <configuration >
102
+ <skip >true</skip >
103
+ </configuration >
104
+ </plugin >
105
+ </plugins >
106
+ </build >
95
107
</project >
Original file line number Diff line number Diff line change 16
16
<groupId >com.phocassoftware</groupId >
17
17
<artifactId >graphql-builder-parent</artifactId >
18
18
<version >1.2.0-SNAPSHOT</version >
19
- <name >GraphQL Builder</name >
19
+ <name >GraphQL Builder parent </name >
20
20
<description >library to make working with dynamodb and graphql easy as well as building a graphql schema from a model using reflection</description >
21
21
<url >https://github.com/phocassoftware/graphql-builder</url >
22
22
<packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments