Skip to content

Commit

Permalink
Merge branch 'release/0.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbruno committed Aug 13, 2024
2 parents 22278ba + d926675 commit 34bf77c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI Java (Host)

on:
push:
branches:
- "**"
tags:
- "!**"
workflow_dispatch:

jobs:
Expand All @@ -14,4 +18,4 @@ jobs:
quality-goal-run: "true"
deploy-goal-run: "true"
site-goal-run: "true"
site-goal-branch: "master"
site-goal-branch: "master"
2 changes: 1 addition & 1 deletion maven-archetype-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>fr.ebruno.maven.archetypes</groupId>
<artifactId>maven-archetypes</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
</parent>

<artifactId>maven-archetype-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-archetype-withparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>fr.ebruno.maven.archetypes</groupId>
<artifactId>maven-archetypes</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
</parent>

<artifactId>maven-archetype-withparent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>fr.ebruno.maven.archetypes</groupId>
<artifactId>maven-archetypes</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<packaging>pom</packaging>

<name>Apache Maven archetypes</name>
Expand Down

0 comments on commit 34bf77c

Please sign in to comment.