Skip to content

Commit 756930e

Browse files
committed
[maven-release-plugin] prepare release 2023.1.1
1 parent 786e8b8 commit 756930e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.springframework.boot</groupId>
@@ -11,7 +9,7 @@
119
</parent>
1210
<groupId>tech.artcoded</groupId>
1311
<artifactId>sync-folder</artifactId>
14-
<version>2023.1.1-SNAPSHOT</version>
12+
<version>2023.1.1</version>
1513
<name>sync-folder</name>
1614
<description>Google drive sync for artcoded</description>
1715
<properties>
@@ -28,7 +26,7 @@
2826
<connection>
2927
scm:git:git@github.com:openartcoded/google-sync-backup.git
3028
</connection>
31-
<tag>HEAD</tag>
29+
<tag>2023.1.1</tag>
3230
</scm>
3331
<dependencies>
3432
<dependency>

0 commit comments

Comments
 (0)