Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbruno committed Aug 16, 2024
2 parents 55b21f8 + f137027 commit b0b36a1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- The Basics -->
<groupId>fr.ebruno.maven.poms</groupId>
<artifactId>maven-parentpom</artifactId>
<version>0.1.18</version>
<version>0.1.19</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -82,7 +82,7 @@

<!-- Reproducibility -->
<!-- see https://maven.apache.org/guides/mini/guide-reproducible-builds -->
<project.build.outputTimestamp>1723812860</project.build.outputTimestamp>
<project.build.outputTimestamp>1723828382</project.build.outputTimestamp>

<!-- Java Module (Jigsaw) Name -->
<project.module>${project.groupId}.${project.artifactId}</project.module>
Expand Down Expand Up @@ -211,11 +211,18 @@
</scm>

<distributionManagement>
<site>
<id>site</id>
<url>file:///tmp/site/staging</url>
</site>
</distributionManagement>

<!--distributionManagement>
<site>
<id>githubpages</id>
<url>scm:git:ssh://[email protected]/${github.account}/${project.artifactId}.git</url>
</site>
</distributionManagement>
</distributionManagement-->

<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -625,6 +632,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
<pubScmUrl>scm:git:ssh://[email protected]/${github.account}/${project.artifactId}.git</pubScmUrl>
<scmBranch>gh-pages</scmBranch>
</configuration>
<executions>
Expand Down

0 comments on commit b0b36a1

Please sign in to comment.