Skip to content

Commit 3cc836c

Browse files
committed
Release: Version v1.14.1
1 parent b742ca9 commit 3cc836c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

codeowners-reader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>nl.basjes.codeowners</groupId>
2222
<artifactId>codeowners-parent</artifactId>
23-
<version>1.14.1-SNAPSHOT</version>
23+
<version>1.14.1</version>
2424
</parent>
2525

2626
<artifactId>codeowners-reader</artifactId>
@@ -190,7 +190,7 @@
190190
<url>https://github.com/nielsbasjes/codeowners</url>
191191
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
192192
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
193-
<tag>HEAD</tag>
193+
<tag>v1.14.1</tag>
194194
</scm>
195195

196196
</project>

codeowners-validator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>nl.basjes.codeowners</groupId>
2222
<artifactId>codeowners-parent</artifactId>
23-
<version>1.14.1-SNAPSHOT</version>
23+
<version>1.14.1</version>
2424
</parent>
2525

2626
<artifactId>codeowners-validator</artifactId>
@@ -166,7 +166,7 @@
166166
<url>https://github.com/nielsbasjes/codeowners</url>
167167
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
168168
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
169-
<tag>HEAD</tag>
169+
<tag>v1.14.1</tag>
170170
</scm>
171171

172172
</project>

enforcer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>nl.basjes.codeowners</groupId>
2222
<artifactId>codeowners-parent</artifactId>
23-
<version>1.14.1-SNAPSHOT</version>
23+
<version>1.14.1</version>
2424
</parent>
2525

2626
<groupId>nl.basjes.maven.enforcer.codeowners</groupId>
@@ -212,7 +212,7 @@
212212
<url>https://github.com/nielsbasjes/codeowners</url>
213213
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
214214
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
215-
<tag>HEAD</tag>
215+
<tag>v1.14.1</tag>
216216
</scm>
217217

218218
</project>

gitignore-reader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>nl.basjes.codeowners</groupId>
2222
<artifactId>codeowners-parent</artifactId>
23-
<version>1.14.1-SNAPSHOT</version>
23+
<version>1.14.1</version>
2424
</parent>
2525

2626
<groupId>nl.basjes.gitignore</groupId>
@@ -123,7 +123,7 @@
123123
<url>https://github.com/nielsbasjes/codeowners</url>
124124
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
125125
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
126-
<tag>HEAD</tag>
126+
<tag>v1.14.1</tag>
127127
</scm>
128128

129129
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>nl.basjes.codeowners</groupId>
2121
<artifactId>codeowners-parent</artifactId>
22-
<version>1.14.1-SNAPSHOT</version>
22+
<version>1.14.1</version>
2323
<packaging>pom</packaging>
2424

2525
<name>CODEOWNERS Tools:</name>
@@ -33,7 +33,7 @@
3333
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
3434

3535
<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
36-
<project.build.outputTimestamp>2025-12-11T15:12:35Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-12-12T10:44:32Z</project.build.outputTimestamp>
3737

3838
<maven.version>3.9.11</maven.version>
3939
<maven.minimal.version>3.9.2</maven.minimal.version>
@@ -626,7 +626,7 @@
626626
<url>https://github.com/nielsbasjes/codeowners</url>
627627
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
628628
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
629-
<tag>HEAD</tag>
629+
<tag>v1.14.1</tag>
630630
</scm>
631631

632632
</project>

0 commit comments

Comments
 (0)