updated artifactId

This commit is contained in:
Brian Long 2023-01-23 13:23:41 -05:00
parent 1179ac1892
commit 7625fb91f7
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.poststats</groupId> <groupId>com.poststats</groupId>
<artifactId>source-format</artifactId> <artifactId>source-format-tile</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<packaging>tile</packaging> <packaging>tile</packaging>

View File

@ -63,7 +63,7 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<eclipse-source-formatter.url>https://bitbucket.org/poststats/poststats-db/raw/v${project.version}/db/eclipse-formatter.xml</eclipse-source-formatter.url> <eclipse-source-formatter.url>https://bitbucket.org/poststats/poststats-db/raw/v@project.version@/db/eclipse-formatter.xml</eclipse-source-formatter.url>
</properties> </properties>
</profile> </profile>
</profiles> </profiles>