diff --git a/pom.xml b/pom.xml
index 64c07b0..1cadbf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <groupId>net.revelc.code</groupId>
   <artifactId>impsort-maven-plugin</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <packaging>maven-plugin</packaging>
   <name>ImpSort Maven Plugin</name>
   <description>Sort your imps! A Maven plugin to sort the import statements in your Java source files.</description>
@@ -53,7 +53,7 @@
   <scm>
     <connection>scm:git:https://github.com/revelc/impsort-maven-plugin.git</connection>
     <developerConnection>scm:git:git@github.com:revelc/impsort-maven-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>impsort-maven-plugin-1.8.0</tag>
     <url>https://github.com/revelc/impsort-maven-plugin</url>
   </scm>
   <issueManagement>
@@ -91,7 +91,7 @@
     <mavenPluginToolsVersion>3.7.0</mavenPluginToolsVersion>
     <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
     <minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
-    <project.build.outputTimestamp>2022-05-24T21:51:27Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-23T16:28:29Z</project.build.outputTimestamp>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <projectInfoReportsVersion>3.4.1</projectInfoReportsVersion>