Skip to content

Commit 4146a5c

Browse files
committed
Merge branch 'update-from-template' into develop
2 parents 3280a17 + fb92395 commit 4146a5c

File tree

8 files changed

+310
-430
lines changed

8 files changed

+310
-430
lines changed

.idea/checkstyle-idea.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

.run/Run Demo.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Demo" type="Application" factoryName="Application">
3-
<option name="MAIN_CLASS_NAME" value="software.demo.bzst.dip.client.demo.Application" />
3+
<option name="MAIN_CLASS_NAME" value="software.xdev.Application" />
44
<module name="bzst-dip-java-client-demo" />
55
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
66
<extension name="coverage">

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 XDEV Software
189+
Copyright 2024 XDEV Software
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

bzst-dip-java-client-demo/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<version>1.0.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

12-
<inceptionYear>2024</inceptionYear>
13-
1412
<organization>
1513
<name>XDEV Software</name>
1614
<url>https://xdev.software</url>

bzst-dip-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<plugin>
254254
<groupId>org.apache.maven.plugins</groupId>
255255
<artifactId>maven-gpg-plugin</artifactId>
256-
<version>3.2.3</version>
256+
<version>3.2.4</version>
257257
<executions>
258258
<execution>
259259
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)