Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and github-actions committed May 6, 2024
1 parent a513fcb commit 6b6af53
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/semanticstack-rql-examples-querydsljpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.boschsemanticstack</groupId>
<artifactId>semanticstack-rql-parent</artifactId>
<version>DEV-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>semanticstack-rql-examples-querydsljpa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>com.boschsemanticstack</groupId>
<artifactId>semanticstack-rql-parent</artifactId>
<version>DEV-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Bosch Semantic Stack RQL Parent</name>

Expand Down
2 changes: 1 addition & 1 deletion semanticstack-rql-2-querydsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.boschsemanticstack</groupId>
<artifactId>semanticstack-rql-parent</artifactId>
<version>DEV-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>semanticstack-rql-2-querydsl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion semanticstack-rql-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.boschsemanticstack</groupId>
<artifactId>semanticstack-rql-parent</artifactId>
<version>DEV-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>semanticstack-rql-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion semanticstack-rql-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.boschsemanticstack</groupId>
<artifactId>semanticstack-rql-parent</artifactId>
<version>DEV-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>semanticstack-rql-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion semanticstack-rql-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.boschsemanticstack</groupId>
<artifactId>semanticstack-rql-parent</artifactId>
<version>DEV-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>semanticstack-rql-parser</artifactId>
Expand Down

0 comments on commit 6b6af53

Please sign in to comment.