Skip to content

Commit

Permalink
Release: Version v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Sep 23, 2024
1 parent 257f9d9 commit b022b54
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions codeowners-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>nl.basjes.codeowners</groupId>
<artifactId>codeowners-parent</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>codeowners-reader</artifactId>
Expand Down Expand Up @@ -193,7 +193,7 @@
<url>https://github.com/nielsbasjes/codeowners</url>
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>

</project>
Expand Down
4 changes: 2 additions & 2 deletions enforcer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>nl.basjes.codeowners</groupId>
<artifactId>codeowners-parent</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>nl.basjes.maven.enforcer.codeowners</groupId>
Expand Down Expand Up @@ -198,7 +198,7 @@
<url>https://github.com/nielsbasjes/codeowners</url>
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>

</project>
Expand Down
4 changes: 2 additions & 2 deletions gitignore-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>nl.basjes.codeowners</groupId>
<artifactId>codeowners-parent</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>nl.basjes.gitignore</groupId>
Expand Down Expand Up @@ -126,7 +126,7 @@
<url>https://github.com/nielsbasjes/codeowners</url>
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>

</project>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>nl.basjes.codeowners</groupId>
<artifactId>codeowners-parent</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<name>CODEOWNERS Tools:</name>
Expand All @@ -33,7 +33,7 @@
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>

<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
<project.build.outputTimestamp>2024-09-22T17:55:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-23T08:16:24Z</project.build.outputTimestamp>

<maven.version>3.9.9</maven.version>
<maven.minimal.version>3.9.2</maven.minimal.version>
Expand Down Expand Up @@ -636,7 +636,7 @@
<url>https://github.com/nielsbasjes/codeowners</url>
<connection>scm:git:https://github.com/nielsbasjes/codeowners.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>

</project>

0 comments on commit b022b54

Please sign in to comment.