Compare commits
2 Commits
main
...
1.0.2-SNAP
| Author | SHA1 | Date | |
|---|---|---|---|
| f8a3d1403c | |||
| c29eb4582c |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -43,3 +43,6 @@ nb-configuration.xml
|
|||||||
/.quarkus/cli/plugins/
|
/.quarkus/cli/plugins/
|
||||||
# TLS Certificates
|
# TLS Certificates
|
||||||
.certs/
|
.certs/
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>es.xunta.cursogit</groupId>
|
<groupId>es.xunta.cursogit</groupId>
|
||||||
<artifactId>tarefa3</artifactId>
|
<artifactId>tarefa3</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.2-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<compiler-plugin.version>3.14.1</compiler-plugin.version>
|
<compiler-plugin.version>3.14.1</compiler-plugin.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user