Skip to content

Commit 5c1c3ba

Browse files
committed
Release: Version v1.11.3
1 parent 2508be6 commit 5c1c3ba

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.11.3-SNAPSHOT</version>
23+
<version>1.11.3</version>
2424
</parent>
2525

2626
<artifactId>codeowners-reader</artifactId>
@@ -189,7 +189,7 @@
189189
<url>https://github.com/nielsbasjes/codeowners</url>
190190
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
191191
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
192-
<tag>HEAD</tag>
192+
<tag>v1.11.3</tag>
193193
</scm>
194194

195195
</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.11.3-SNAPSHOT</version>
23+
<version>1.11.3</version>
2424
</parent>
2525

2626
<groupId>nl.basjes.maven.enforcer.codeowners</groupId>
@@ -247,7 +247,7 @@
247247
<url>https://github.com/nielsbasjes/codeowners</url>
248248
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
249249
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
250-
<tag>HEAD</tag>
250+
<tag>v1.11.3</tag>
251251
</scm>
252252

253253
</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.11.3-SNAPSHOT</version>
23+
<version>1.11.3</version>
2424
</parent>
2525

2626
<groupId>nl.basjes.gitignore</groupId>
@@ -122,7 +122,7 @@
122122
<url>https://github.com/nielsbasjes/codeowners</url>
123123
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
124124
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
125-
<tag>HEAD</tag>
125+
<tag>v1.11.3</tag>
126126
</scm>
127127

128128
</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.11.3-SNAPSHOT</version>
22+
<version>1.11.3</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-03-11T13:38:55Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-03-15T13:08:11Z</project.build.outputTimestamp>
3737

3838
<maven.version>3.9.9</maven.version>
3939
<maven.minimal.version>3.9.2</maven.minimal.version>
@@ -666,7 +666,7 @@
666666
<url>https://github.com/nielsbasjes/codeowners</url>
667667
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
668668
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
669-
<tag>HEAD</tag>
669+
<tag>v1.11.3</tag>
670670
</scm>
671671

672672
</project>

0 commit comments

Comments
 (0)