Skip to content

Commit

Permalink
chore(client): version release
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Jan 16, 2024
1 parent 0cd99a9 commit 2902bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions interweb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
</parent>

<artifactId>interweb-client</artifactId>
<version>4.0.11</version>
<version>4.0.12</version>
<packaging>jar</packaging>

<name>Interweb Client</name>

<properties>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<dependencies>
Expand Down Expand Up @@ -54,12 +54,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${maven.compiler.release}</release>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion interweb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<name>Interweb-core</name>

<properties>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<dependencies>
Expand Down

0 comments on commit 2902bdc

Please sign in to comment.