Skip to content

Commit 2e934e1

Browse files
committed
[maven-release-plugin] prepare release 0.3.0
1 parent aad4357 commit 2e934e1

File tree

5 files changed

+506
-507
lines changed

5 files changed

+506
-507
lines changed

graphql-jpa-query-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.introproventures</groupId>
88
<artifactId>graphql-jpa-query</artifactId>
9-
<version>0.3.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

graphql-jpa-query-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query</artifactId>
10-
<version>0.3.0-SNAPSHOT</version>
10+
<version>0.3.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

graphql-jpa-query-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query</artifactId>
10-
<version>0.3.0-SNAPSHOT</version>
10+
<version>0.3.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

graphql-jpa-query-schema/pom.xml

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
1-
<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">
2-
<artifactId>graphql-jpa-query-schema</artifactId>
3-
<name>graphql-jpa-query-schema</name>
4-
5-
<parent>
6-
<groupId>com.introproventures</groupId>
7-
<artifactId>graphql-jpa-query</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
9-
<relativePath>../pom.xml</relativePath>
10-
</parent>
11-
12-
<modelVersion>4.0.0</modelVersion>
13-
14-
<dependencies>
15-
16-
<dependency>
17-
<groupId>com.introproventures</groupId>
18-
<artifactId>graphql-jpa-query-annotations</artifactId>
19-
</dependency>
20-
21-
<dependency>
22-
<groupId>com.graphql-java</groupId>
23-
<artifactId>graphql-java</artifactId>
24-
</dependency>
25-
26-
<dependency>
27-
<groupId>org.atteo</groupId>
28-
<artifactId>evo-inflector</artifactId>
29-
</dependency>
30-
31-
<dependency>
32-
<groupId>org.slf4j</groupId>
33-
<artifactId>slf4j-api</artifactId>
34-
</dependency>
35-
36-
<dependency>
37-
<groupId>joda-time</groupId>
38-
<artifactId>joda-time</artifactId>
39-
<optional>true</optional>
40-
</dependency>
41-
42-
<dependency>
43-
<groupId>org.hibernate.javax.persistence</groupId>
44-
<artifactId>hibernate-jpa-2.1-api</artifactId>
45-
<version>1.0.0.Final</version>
46-
</dependency>
47-
48-
<dependency>
49-
<groupId>javax.transaction</groupId>
50-
<artifactId>javax.transaction-api</artifactId>
51-
</dependency>
52-
53-
<dependency>
54-
<groupId>javax.interceptor</groupId>
55-
<artifactId>javax.interceptor-api</artifactId>
56-
</dependency>
57-
58-
<dependency>
59-
<groupId>org.springframework.boot</groupId>
60-
<artifactId>spring-boot-starter-data-jpa</artifactId>
61-
<scope>test</scope>
62-
</dependency>
63-
64-
</dependencies>
65-
1+
<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">
2+
<artifactId>graphql-jpa-query-schema</artifactId>
3+
<name>graphql-jpa-query-schema</name>
4+
5+
<parent>
6+
<groupId>com.introproventures</groupId>
7+
<artifactId>graphql-jpa-query</artifactId>
8+
<version>0.3.0</version>
9+
<relativePath>../pom.xml</relativePath>
10+
</parent>
11+
12+
<modelVersion>4.0.0</modelVersion>
13+
14+
<dependencies>
15+
16+
<dependency>
17+
<groupId>com.introproventures</groupId>
18+
<artifactId>graphql-jpa-query-annotations</artifactId>
19+
</dependency>
20+
21+
<dependency>
22+
<groupId>com.graphql-java</groupId>
23+
<artifactId>graphql-java</artifactId>
24+
</dependency>
25+
26+
<dependency>
27+
<groupId>org.atteo</groupId>
28+
<artifactId>evo-inflector</artifactId>
29+
</dependency>
30+
31+
<dependency>
32+
<groupId>org.slf4j</groupId>
33+
<artifactId>slf4j-api</artifactId>
34+
</dependency>
35+
36+
<dependency>
37+
<groupId>joda-time</groupId>
38+
<artifactId>joda-time</artifactId>
39+
<optional>true</optional>
40+
</dependency>
41+
42+
<dependency>
43+
<groupId>org.hibernate.javax.persistence</groupId>
44+
<artifactId>hibernate-jpa-2.1-api</artifactId>
45+
<version>1.0.0.Final</version>
46+
</dependency>
47+
48+
<dependency>
49+
<groupId>javax.transaction</groupId>
50+
<artifactId>javax.transaction-api</artifactId>
51+
</dependency>
52+
53+
<dependency>
54+
<groupId>javax.interceptor</groupId>
55+
<artifactId>javax.interceptor-api</artifactId>
56+
</dependency>
57+
58+
<dependency>
59+
<groupId>org.springframework.boot</groupId>
60+
<artifactId>spring-boot-starter-data-jpa</artifactId>
61+
<scope>test</scope>
62+
</dependency>
63+
64+
</dependencies>
65+
6666
</project>

0 commit comments

Comments
 (0)