Skip to content

Commit 6f5a290

Browse files
Conflict resolution, from 7.7.x to 7.8.x
2 parents 3125857 + ecbce1c commit 6f5a290

File tree

14 files changed

+78
-17
lines changed

14 files changed

+78
-17
lines changed

.semaphore/project.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# This file is managed by ServiceBot plugin - Semaphore. The content in this file is created using a common
2+
# template and configurations in service.yml.
3+
# Modifications in this file will be overwritten by generated content in the nightly run.
4+
# For more information, please refer to the page:
5+
# https://confluentinc.atlassian.net/wiki/spaces/Foundations/pages/2871296194/Add+SemaphoreCI
6+
apiVersion: v1alpha
7+
kind: Project
8+
metadata:
9+
name: common
10+
description: ""
11+
spec:
12+
visibility: private
13+
repository:
14+
url: [email protected]:confluentinc/common.git
15+
run_on:
16+
- branches
17+
- pull_requests
18+
pipeline_file: .semaphore/semaphore.yml
19+
integration_type: github_app
20+
status:
21+
pipeline_files:
22+
- path: .semaphore/semaphore.yml
23+
level: pipeline
24+
whitelist:
25+
branches:
26+
- 'master'
27+
- 'main'
28+
- '/^\d+\.\d+\.x$/'
29+
- '/^gh-readonly-queue.*/'
30+
custom_permissions: true
31+
debug_permissions:
32+
- empty
33+
- default_branch
34+
- non_default_branch
35+
- pull_request
36+
- forked_pull_request
37+
- tag
38+
attach_permissions:
39+
- default_branch
40+
- non_default_branch
41+
- pull_request
42+
- forked_pull_request
43+
- tag

assembly-plugin-boilerplate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
2424
<groupId>io.confluent</groupId>
2525
<artifactId>assembly-plugin-boilerplate</artifactId>
2626
<packaging>pom</packaging>
27-
<version>7.7.2-0</version>
27+
<version>7.8.0-0</version>
2828
<name>${project.artifactId}</name>
2929
<description>Maven Assembly Plugin boilerplate for Dockerized projects</description>
3030
<url>https://github.com/confluentinc/common</url>

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>io.confluent</groupId>
2222
<artifactId>build-tools</artifactId>
23-
<version>7.7.2-0</version>
23+
<version>7.8.0-0</version>
2424
<name>Build Tools</name>
2525
<url>https://github.com/confluentinc/common</url>
2626

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>common-parent</artifactId>
2525
<groupId>io.confluent</groupId>
26-
<version>7.7.2-0</version>
26+
<version>7.8.0-0</version>
2727
</parent>
2828

2929
<artifactId>common-config</artifactId>

disk-usage-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>common-parent</artifactId>
2626
<groupId>io.confluent</groupId>
27-
<version>7.7.2-0</version>
27+
<version>7.8.0-0</version>
2828
</parent>
2929

3030
<properties>

log4j-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>common-parent</artifactId>
2626
<groupId>io.confluent</groupId>
27-
<version>7.7.2-0</version>
27+
<version>7.8.0-0</version>
2828
</parent>
2929

3030
<properties>

log4j2-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>common-parent</artifactId>
2626
<groupId>io.confluent</groupId>
27-
<version>7.7.2-0</version>
27+
<version>7.8.0-0</version>
2828
</parent>
2929

3030
<properties>

logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>common-parent</artifactId>
2626
<groupId>io.confluent</groupId>
27-
<version>7.7.2-0</version>
27+
<version>7.8.0-0</version>
2828
</parent>
2929

3030
<properties>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>common-parent</artifactId>
2525
<groupId>io.confluent</groupId>
26-
<version>7.7.2-0</version>
26+
<version>7.8.0-0</version>
2727
</parent>
2828

2929
<artifactId>common-metrics</artifactId>

package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.confluent</groupId>
2525
<artifactId>common-parent</artifactId>
26-
<version>7.7.2-0</version>
26+
<version>7.8.0-0</version>
2727
</parent>
2828

2929
<artifactId>common-package</artifactId>

0 commit comments

Comments
 (0)