Skip to content

Commit

Permalink
[RELEASE] Updated project version to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jul 21, 2022
1 parent d97f07f commit 50f6a9d
Show file tree
Hide file tree
Showing 24 changed files with 85 additions and 84 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Usage:
```

### 4.4.2
* PushMojo should have docker access disabled only when JIB=true
* Fix #1806: PushMojo should have docker access disabled only when JIB=true
* Fix #1833: Add Fabric8 Maven Plugin deprecation log message before & after goal executions

### 4.4.1 (2020-03-18)
* Fix: JIB Assembly config doesn't work with any Archive mode
Expand Down
80 changes: 40 additions & 40 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-core</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Core</name>

Expand Down
4 changes: 2 additions & 2 deletions doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-doc</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<packaging>jar</packaging>

<name>Fabric8 Maven :: Documentation</name>
Expand Down
4 changes: 2 additions & 2 deletions enricher/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-enricher-api</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Enricher :: API</name>

Expand Down
4 changes: 2 additions & 2 deletions enricher/deprecated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-enricher-deprecated</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Enricher :: Deprecated</name>

Expand Down
4 changes: 2 additions & 2 deletions enricher/fabric8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-enricher-fabric8</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Enricher :: Fabric8</name>

Expand Down
4 changes: 2 additions & 2 deletions enricher/standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-enricher-standard</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Enricher :: Standard</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-api</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: API</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/java-exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-java-exec</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: Java Exec</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-karaf</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: Karaf</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/openliberty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-openliberty</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: Open Liberty</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-quarkus</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: Quarkus</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-spring-boot</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: Spring Boot</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/thorntail-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-thorntail-v2</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: Thorntail v2</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-vertx</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: Vert.x</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-webapp</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: WebApp</name>

Expand Down
4 changes: 2 additions & 2 deletions generator/wildfly-swarm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-generator-wildfly-swarm</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Generator :: WildFly Swarm</name>

Expand Down
4 changes: 2 additions & 2 deletions it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ for running a single test.
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-it</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<packaging>jar</packaging>

<name>Fabric8 Maven :: Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<packaging>pom</packaging>

<name>Fabric8 Maven :: Parent</name>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<packaging>maven-plugin</packaging>

<name>Fabric8 Maven :: Plugin</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-build</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<packaging>pom</packaging>

<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions watcher/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-watcher-api</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Watcher :: API</name>

Expand Down
4 changes: 2 additions & 2 deletions watcher/standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin-parent</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-plugin-watcher-standard</artifactId>
<version>4.4.1</version>
<version>4.4.2</version>

<name>Fabric8 Maven :: Watcher :: Standard</name>

Expand Down

0 comments on commit 50f6a9d

Please sign in to comment.