Skip to content

Commit

Permalink
bump pythonbyte-krux to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNenadov committed Aug 31, 2024
1 parent f9d5430 commit 1e3e3f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.jvmTarget>20</kotlin.compiler.jvmTarget>
<kotlin.compiler.jvmTarget>12</kotlin.compiler.jvmTarget>
</properties>

<repositories>
Expand Down Expand Up @@ -107,11 +107,11 @@
<id>install-external</id>
<phase>clean</phase>
<configuration>
<file>${project.basedir}/lib/pythonbyte-krux.jar</file>
<file>${project.basedir}/lib/pythonbyte-krux-jar-with-dependencies.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>org.pythonbyte</groupId>
<artifactId>pythonbyte-krux</artifactId>
<version>2.5</version>
<version>3.0</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
Expand Down Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>org.pythonbyte</groupId>
<artifactId>pythonbyte-krux</artifactId>
<version>2.5</version>
<version>3.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1e3e3f1

Please sign in to comment.