Skip to content

Commit

Permalink
Release: Version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Nov 26, 2023
1 parent b32864d commit 7ab44a9
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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<artifactId>codeowners-reader</artifactId>
Expand Down Expand Up @@ -199,7 +199,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.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</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.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<groupId>nl.basjes.gitignore</groupId>
Expand Down Expand Up @@ -200,7 +200,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.1.1</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.1.1-SNAPSHOT</version>
<version>1.1.1</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>2023-11-24T23:39:54Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-26T15:27:16Z</project.build.outputTimestamp>

<maven.version>3.9.5</maven.version>
<maven.minimal.version>3.9.2</maven.minimal.version>
Expand Down Expand Up @@ -632,7 +632,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.1.1</tag>
</scm>

</project>

0 comments on commit 7ab44a9

Please sign in to comment.