Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bundlebee-1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Sep 15, 2022
1 parent 11b4a36 commit d471101
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 24 deletions.
2 changes: 1 addition & 1 deletion alveolus/elasticsearch-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>alveolus</artifactId>
<groupId>io.yupiik.alveoli</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alveolus/grafana-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>alveolus</artifactId>
<groupId>io.yupiik.alveoli</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alveolus/loki-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>alveolus</artifactId>
<groupId>io.yupiik.alveoli</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alveolus/minio-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>alveolus</artifactId>
<groupId>io.yupiik.alveoli</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alveolus/monitoring-alveolus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>alveolus</artifactId>
<groupId>io.yupiik.alveoli</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alveolus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bundlebee</artifactId>
<groupId>io.yupiik</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alveolus/postgres-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.yupiik.alveoli</groupId>
<artifactId>alveolus</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alveolus/prometheus-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>alveolus</artifactId>
<groupId>io.yupiik.alveoli</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alveolus/zipkin-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>alveolus</artifactId>
<groupId>io.yupiik.alveoli</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 4 additions & 6 deletions bundlebee-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>bundlebee</artifactId>
<groupId>io.yupiik</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -142,12 +141,11 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>io.yupiik.bundlebee.core.BundleBee</mainClass>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.XmlAppendingTransformer">
<resource>META-INF/beans.xml</resource>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.properties.OpenWebBeansPropertiesTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.properties.OpenWebBeansPropertiesTransformer" />
</transformers>
<filters>
<filter>
Expand Down
2 changes: 1 addition & 1 deletion bundlebee-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bundlebee</artifactId>
<groupId>io.yupiik</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bundlebee-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bundlebee</artifactId>
<groupId>io.yupiik</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bundlebee-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bundlebee</artifactId>
<groupId>io.yupiik</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bundlebee-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>bundlebee</artifactId>
<groupId>io.yupiik</groupId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.yupiik</groupId>
<artifactId>bundlebee</artifactId>
<version>1.0.16-SNAPSHOT</version>
<version>1.0.16</version>
<packaging>pom</packaging>
<name>BundleBee</name>
<description>A light Kubernetes package manager inheriting from Apache Maven infrastructure.</description>
Expand Down Expand Up @@ -356,7 +355,7 @@ under the License.
<executions>
<execution>
<id>audit-dependencies</id>
<phase/>
<phase />
<goals>
<goal>audit</goal>
</goals>
Expand Down Expand Up @@ -430,7 +429,7 @@ under the License.
<connection>scm:git:https://github.com/yupiik/bundlebee.git</connection>
<developerConnection>scm:git:https://github.com/yupiik/bundlebee.git</developerConnection>
<url>https://github.com/yupiik/bundlebee.git</url>
<tag>bundlebee-1.0.12</tag>
<tag>bundlebee-1.0.16</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit d471101

Please sign in to comment.