Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 33db364

Browse files
authored
Merge pull request #71 from xdev-software/update-from-template
Update from template
2 parents e30db58 + a9b2594 commit 33db364

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.idea/checkstyle-idea.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/Project.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<plugin>
166166
<groupId>com.mycila</groupId>
167167
<artifactId>license-maven-plugin</artifactId>
168-
<version>4.1</version>
168+
<version>4.2</version>
169169
<configuration>
170170
<properties>
171171
<email>${project.organization.url}</email>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-compiler-plugin</artifactId>
197-
<version>3.10.1</version>
197+
<version>3.11.0</version>
198198
<configuration>
199199
<source>${maven.compiler.source}</source>
200200
<target>${maven.compiler.target}</target>
@@ -206,7 +206,7 @@
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-javadoc-plugin</artifactId>
209-
<version>3.4.1</version>
209+
<version>3.5.0</version>
210210
<executions>
211211
<execution>
212212
<id>attach-javadocs</id>
@@ -224,7 +224,7 @@
224224
<plugin>
225225
<groupId>org.apache.maven.plugins</groupId>
226226
<artifactId>maven-source-plugin</artifactId>
227-
<version>3.2.1</version>
227+
<version>3.3.0</version>
228228
<executions>
229229
<execution>
230230
<id>attach-sources</id>
@@ -281,7 +281,7 @@
281281
<plugin>
282282
<groupId>org.apache.maven.plugins</groupId>
283283
<artifactId>maven-gpg-plugin</artifactId>
284-
<version>3.0.1</version>
284+
<version>3.1.0</version>
285285
<executions>
286286
<execution>
287287
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)