|
4 | 4 |
|
5 | 5 | <groupId>me.totalfreedom</groupId> |
6 | 6 | <artifactId>totalfreedom</artifactId> |
7 | | - <version>5.1</version> |
| 7 | + <version>5.0.1</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <properties> |
|
180 | 180 | <propertyfile file="src/main/resources/build.properties" comment="Build information. Edit this to your liking."> |
181 | 181 | <entry key="buildAuthor" default="unknown" /> |
182 | 182 | <entry key="buildNumber" default="0" /> |
183 | | - <entry key="buildCodeName" default="Electrum (MC 1.12) Pre-Release 1" /> |
| 183 | + <entry key="buildCodeName" default="${tfm.build.codename}" /> |
184 | 184 | <entry key="buildVersion" default="${project.version}" /> |
185 | 185 | </propertyfile> |
186 | 186 | </target> |
|
265 | 265 | <format>properties</format> |
266 | 266 | <failOnNoGitDirectory>true</failOnNoGitDirectory> |
267 | 267 | <failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo> |
268 | | - <excludeProperties> |
269 | | - <excludeProperty>git.branch</excludeProperty> |
270 | | - <excludeProperty>git.build.host</excludeProperty> |
271 | | - <excludeProperty>git.build.user.email</excludeProperty> |
272 | | - <excludeProperty>git.build.user.name</excludeProperty> |
273 | | - <excludeProperty>git.closest.tag.commit.count</excludeProperty> |
274 | | - <excludeProperty>git.closest.tag.name</excludeProperty> |
275 | | - <excludeProperty>git.commit.id.describe</excludeProperty> |
276 | | - <excludeProperty>git.commit.id.describe-short</excludeProperty> |
277 | | - <excludeProperty>git.commit.message.full</excludeProperty> |
278 | | - <excludeProperty>git.commit.message.short</excludeProperty> |
279 | | - <excludeProperty>git.commit.time</excludeProperty> |
280 | | - <excludeProperty>git.commit.user.email</excludeProperty> |
281 | | - <excludeProperty>git.dirty</excludeProperty> |
282 | | - <excludeProperty>git.remote.origin.url</excludeProperty> |
283 | | - <excludeProperty>git.tags</excludeProperty> |
284 | | - <includeOnlyProperty>git.build.version</includeOnlyProperty> |
285 | | - <includeOnlyProperty>git.commit.user.name</includeOnlyProperty> |
286 | | - </excludeProperties> |
287 | 268 | <includeOnlyProperties> |
288 | 269 | <includeOnlyProperty>git.build.time</includeOnlyProperty> |
289 | 270 | <includeOnlyProperty>git.commit.id</includeOnlyProperty> |
|
0 commit comments