Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Nov 22, 2023
1 parent df0681c commit aa4410f
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion annotations/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-dependencies</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../dependencies</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion autoconfigure/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-build</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../build</relativePath>
</parent>
<artifactId>graphql-jpa-query-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boot-starter/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-dependencies</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../dependencies</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-dependencies</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../dependencies</relativePath>
</parent>
<artifactId>graphql-jpa-query-build</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>graphql-jpa-query-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-build</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-graphql-web/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-examples</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion introspection/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-build</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../build</relativePath>
</parent>
<artifactId>graphql-jpa-query-introspection</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>pom</packaging>
<name>GraphQL JPA Query</name>

Expand Down Expand Up @@ -47,7 +47,7 @@
<connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection>
<developerConnection>scm:git:git@github.com:introproventures/graphql-jpa-query.git</developerConnection>
<url>https://github.com/introproventures/graphql-jpa-query</url>
<tag>HEAD</tag>
<tag>1.1.3</tag>
</scm>

<inceptionYear>2017</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion scalars/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-build</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion schema/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-build</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/boot-starter/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-tests</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/gatling/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-tests</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/models/books/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-test-models</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/models/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-tests</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/models/starwars/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-test-models</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/multiple-datasources/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-tests</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-build</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/relay/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-tests</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/starwars/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-tests</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/web/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-tests</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-build</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<relativePath>../build</relativePath>
</parent>
<artifactId>graphql-jpa-query-web</artifactId>
Expand Down

0 comments on commit aa4410f

Please sign in to comment.