Skip to content

Commit a4b0e52

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent c6a8e1a commit a4b0e52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>io.github.jeffjensen</groupId>
66
<artifactId>java-service-archetype</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
<packaging>maven-archetype</packaging>
99

1010
<name>Java Service Archetype</name>
@@ -27,7 +27,7 @@
2727
<java.version>21</java.version>
2828
<maven.compiler.release>${java.version}</maven.compiler.release>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<project.build.outputTimestamp>2026-06-07T00:00:00Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2026-06-08T01:15:08Z</project.build.outputTimestamp>
3131

3232
<!-- VERSIONS -->
3333
<maven-archetype-plugin.version>3.4.1</maven-archetype-plugin.version>
@@ -62,7 +62,7 @@
6262
<connection>scm:git:https://github.com/jeffjensen/java-service-archetype.git</connection>
6363
<developerConnection>scm:git:https://github.com/jeffjensen/java-service-archetype.git</developerConnection>
6464
<url>https://github.com/jeffjensen/java-service-archetype</url>
65-
<tag>HEAD</tag>
65+
<tag>v1.0.0</tag>
6666
</scm>
6767

6868
<build>

0 commit comments

Comments
 (0)