Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
galisha committed Mar 10, 2024
1 parent 29c9799 commit 517cf8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions djf-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>djf-parent</artifactId>
<groupId>ru.smartflex.djf</groupId>
<version>1.5</version>
<version>1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>ru.smartflex.djf</groupId>
<artifactId>djf</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>djf-demo-1.5-standalone</finalName>
<finalName>djf-demo-1.6-standalone</finalName>
<archive>
<manifest>
<mainClass>ru.smartflex.djf.demo.MainDjfDemo</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion djf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>djf-parent</artifactId>
<groupId>ru.smartflex.djf</groupId>
<version>1.5</version>
<version>1.6</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 @@ -7,7 +7,7 @@
<groupId>ru.smartflex.djf</groupId>
<artifactId>djf-parent</artifactId>
<packaging>pom</packaging>
<version>1.5</version>
<version>1.6</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 517cf8d

Please sign in to comment.