We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43db33 commit f2e099bCopy full SHA for f2e099b
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>tech.artcoded</groupId>
11
<artifactId>sync-folder</artifactId>
12
- <version>2023.0.7-SNAPSHOT</version>
+ <version>2023.0.7</version>
13
<name>sync-folder</name>
14
<description>Google drive sync for artcoded</description>
15
<properties>
@@ -26,7 +26,7 @@
26
<connection>
27
scm:git:git@github.com:openartcoded/google-sync-backup.git
28
</connection>
29
- <tag>HEAD</tag>
+ <tag>2023.0.7</tag>
30
</scm>
31
<dependencies>
32
<dependency>
0 commit comments