Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Sep 21, 2024
2 parents d3f1e08 + 67ada30 commit 66f887d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions owlplug-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.owlplug</groupId>
<artifactId>owlplug</artifactId>
<version>1.27.0</version>
<version>1.27.1</version>
</parent>

<artifactId>owlplug-client</artifactId>
Expand Down Expand Up @@ -48,17 +48,17 @@
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-host</artifactId>
<version>1.27.0</version>
<version>1.27.1</version>
</dependency>
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-controls</artifactId>
<version>1.27.0</version>
<version>1.27.1</version>
</dependency>
<dependency>
<groupId>com.owlplug</groupId>
<artifactId>owlplug-parsers</artifactId>
<version>1.27.0</version>
<version>1.27.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion owlplug-controls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>owlplug</artifactId>
<groupId>com.owlplug</groupId>
<version>1.27.0</version>
<version>1.27.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion owlplug-host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.owlplug</groupId>
<artifactId>owlplug</artifactId>
<version>1.27.0</version>
<version>1.27.1</version>
</parent>
<artifactId>owlplug-host</artifactId>
<name>owlplug-host</name>
Expand Down
2 changes: 1 addition & 1 deletion owlplug-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>owlplug</artifactId>
<groupId>com.owlplug</groupId>
<version>1.27.0</version>
<version>1.27.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.owlplug</groupId>
<artifactId>owlplug</artifactId>
<version>1.27.0</version>
<version>1.27.1</version>
<packaging>pom</packaging>


Expand Down

0 comments on commit 66f887d

Please sign in to comment.