Skip to content

Commit 9d13ccf

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent 8c83880 commit 9d13ccf

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
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
5-
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">
63
<modelVersion>4.0.0</modelVersion>
74

85
<groupId>io.github.jeffjensen</groupId>
96
<artifactId>java-service-archetype</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
118
<packaging>maven-archetype</packaging>
129

1310
<name>Java Service Archetype</name>
@@ -30,7 +27,7 @@
3027
<java.version>21</java.version>
3128
<maven.compiler.release>${java.version}</maven.compiler.release>
3229
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33-
<project.build.outputTimestamp>2026-06-07T00:00:00Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2026-06-08T00:55:54Z</project.build.outputTimestamp>
3431

3532
<!-- VERSIONS -->
3633
<maven-archetype-plugin.version>3.4.1</maven-archetype-plugin.version>
@@ -65,7 +62,7 @@
6562
<connection>scm:git:https://github.com/jeffjensen/java-service-archetype.git</connection>
6663
<developerConnection>scm:git:ssh://git@github.com/jeffjensen/java-service-archetype.git</developerConnection>
6764
<url>https://github.com/jeffjensen/java-service-archetype</url>
68-
<tag>HEAD</tag>
65+
<tag>v1.0.0</tag>
6966
</scm>
7067

7168
<build>

0 commit comments

Comments
 (0)