1 Commits
Author SHA1 Message Date
brian.long 98348c22df updated POM URLs 2026-02-09 15:24:38 -05:00
+5 -5
View File
@@ -7,12 +7,12 @@
<groupId>com.inteligr8</groupId> <groupId>com.inteligr8</groupId>
<artifactId>regex-maven-plugin</artifactId> <artifactId>regex-maven-plugin</artifactId>
<version>1.0.7</version> <version>1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>Regular Expression Maven Plugin</name> <name>Regular Expression Maven Plugin</name>
<description>A Maven plugin for regular expression operations</description> <description>A Maven plugin for regular expression operations</description>
<url>https://bitbucket.org/inteligr8/regex-maven-plugin</url> <url>https://git.inteligr8.com/inteligr8/regex-maven-plugin</url>
<licenses> <licenses>
<license> <license>
@@ -22,9 +22,9 @@
</licenses> </licenses>
<scm> <scm>
<connection>scm:git:https://bitbucket.org/inteligr8/regex-maven-plugin.git</connection> <connection>scm:git:https://git.inteligr8.com/inteligr8/regex-maven-plugin.git</connection>
<developerConnection>scm:git:git@bitbucket.org:inteligr8/regex-maven-plugin.git</developerConnection> <developerConnection>scm:git:git@git.inteligr8.com:inteligr8/regex-maven-plugin.git</developerConnection>
<url>https://bitbucket.org/inteligr8/regex-maven-plugin</url> <url>https://git.inteligr8.com/inteligr8/regex-maven-plugin</url>
</scm> </scm>
<organization> <organization>
<name>Inteligr8</name> <name>Inteligr8</name>