Skip to content

Commit fa8051b

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template'
2 parents 78bcd11 + f673c24 commit fa8051b

File tree

2 files changed

+10
-38
lines changed

2 files changed

+10
-38
lines changed

.gitignore

Lines changed: 9 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,37 @@
11
# Maven
22
target/
3-
pom.xml.tag
4-
pom.xml.releaseBackup
5-
pom.xml.versionsBackup
6-
pom.xml.next
7-
release.properties
83
dependency-reduced-pom.xml
9-
buildNumber.properties
10-
.mvn/timing.properties
11-
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
4+
5+
# Maven Wrapper
126
.mvn/wrapper/maven-wrapper.jar
137

8+
# Maven Flatten Plugin
9+
.flattened-pom.xml
1410

1511
# Compiled class file
1612
*.class
1713

1814
# Log file
1915
*.log
2016

21-
# BlueJ files
22-
*.ctxt
23-
24-
# Mobile Tools for Java (J2ME)
25-
.mtj.tmp/
26-
2717
# Package/Binary Files don't belong into a git repo
2818
*.jar
2919
*.war
30-
*.nar
3120
*.ear
3221
*.zip
3322
*.tar.gz
34-
*.rar
3523
*.dll
3624
*.exe
3725
*.bin
3826

3927
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
4028
hs_err_pid*
4129

42-
# JRebel
43-
**/resources/rebel.xml
44-
**/resources/rebel-remote.xml
45-
46-
# eclispe stuff for root
47-
/.settings/
48-
/.classpath
49-
/.project
50-
51-
52-
# eclispe stuff for modules
53-
/*/.metadata/
54-
/*/.apt_generated_tests/
55-
/*/.settings/
56-
/*/.classpath
57-
/*/.project
58-
/*/RemoteSystemsTempFiles/
59-
30+
# Eclipse
31+
.metadata
32+
.settings
33+
.classpath
34+
.project
6035

6136
#vaadin/node webpack/frontend stuff
6237
# Ignore Node
@@ -80,9 +55,6 @@ vite.generated.ts
8055
/*/src/main/bundles/
8156
*.lock
8257

83-
#custom
84-
.flattened-pom.xml
85-
.tern-project
8658

8759
# == IntelliJ ==
8860
*.iml

template-placeholder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.sonatype.central</groupId>
250250
<artifactId>central-publishing-maven-plugin</artifactId>
251-
<version>0.7.0</version>
251+
<version>0.8.0</version>
252252
<extensions>true</extensions>
253253
<configuration>
254254
<publishingServerId>sonatype-central-portal</publishingServerId>

0 commit comments

Comments
 (0)