aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-29 23:15:12 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-29 23:15:12 -0600
commitd9bce3e243ad31c9ff2f5d108ae33fc6f926de43 (patch)
tree2b67f2338a966ea621fd864b921ec82a5899a64e /pom.xml
parent4072c7c3890a6629ab6a96830481716898972028 (diff)
downloadToDo-App-BE-dev.tar.gz
ToDo-App-BE-dev.zip
Version 1.0.0. No longer using `v1` in path.v1.0.0dev
Diffstat (limited to '')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5dbae88..c223230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>com.encora</groupId>
<artifactId>to-do-app-be</artifactId>
- <version>0.1.0</version>
+ <version>1.0.0</version>
<name>ToDo App</name>
<description>Back End for a simple To Do App.</description>
<properties>