switched to inteligr8

This commit is contained in:
Brian Long 2023-10-02 14:13:37 -04:00
parent e488fcf5d2
commit 0d359d89d7
2 changed files with 7 additions and 7 deletions

12
pom.xml
View File

@ -4,20 +4,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.poststats</groupId> <groupId>com.inteligr8</groupId>
<artifactId>source-format-tile</artifactId> <artifactId>source-format-tile</artifactId>
<version>1.0.5</version> <version>1.0.0</version>
<packaging>tile</packaging> <packaging>tile</packaging>
<name>PostStats Source Formatter</name> <name>Inteligr8 Source Formatter</name>
<developers> <developers>
<developer> <developer>
<id>brian.long</id> <id>brian.long</id>
<name>Brian Long</name> <name>Brian Long</name>
<email>brian.long@poststats.com</email> <email>brian@inteligr8.com</email>
<organization>PostStats</organization> <organization>Inteligr8</organization>
<organizationUrl>https://www.poststats.com</organizationUrl> <organizationUrl>https://www.inteligr8.com</organizationUrl>
<url>https://twitter.com/brianmlong</url> <url>https://twitter.com/brianmlong</url>
</developer> </developer>
</developers> </developers>

View File

@ -66,7 +66,7 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<eclipse-source-formatter.url>https://bitbucket.org/poststats/source-format-tile/raw/v@project.version@/eclipse-formatter.xml</eclipse-source-formatter.url> <eclipse-source-formatter.url>https://bitbucket.org/inteligr8/source-format-tile/raw/v@project.version@/eclipse-formatter.xml</eclipse-source-formatter.url>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>