Renamed example to examples

This commit is contained in:
Erik C. Thauvin 2023-04-28 10:50:13 -07:00
parent 45581b8001
commit 31584513b0
27 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# [Bld](https://rife2.com/bld) Extension to Generate Project Version Data # [Bld](https://rife2.com/bld) Extension to Generate a Project Version Data Class
[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause)

View file

@ -42,8 +42,8 @@ public class GeneratedVersionOperationBuild extends Project {
.link("https://javadoc.io/doc/net.sourceforge.pmd/pmd-core/latest/"); .link("https://javadoc.io/doc/net.sourceforge.pmd/pmd-core/latest/");
publishOperation() publishOperation()
.repository(MAVEN_LOCAL) .repositories(MAVEN_LOCAL,
// .repository(version.isSnapshot() ? repository("rife2-snapshot") : repository("rife2")) version.isSnapshot() ? repository("rife2-snapshot") : repository("rife2"))
.info() .info()
.groupId("com.uwyn.rife2") .groupId("com.uwyn.rife2")
.artifactId("bld-generated-version") .artifactId("bld-generated-version")