Skip to content

Commit ba28981

Browse files
Init Commit
1 parent 1ff943e commit ba28981

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.vscode/extensions.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"purocean.drawio-preview"
4+
]
5+
}

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "automatic"
3+
}

sistemasoperativos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ucudal.tarea1</groupId>
88
<artifactId>sistemasoperativos</artifactId>
9-
<version>1.0</version>
9+
<version>0.1</version>
1010

1111
<name>sistemasoperativos</name>
1212
<!-- FIXME change it to the project's website -->

0 commit comments

Comments
 (0)