Skip to content

Commit

Permalink
Merge pull request #736 from prisma-capacity/rename_master_to_main
Browse files Browse the repository at this point in the history
rename master to main
  • Loading branch information
uweschaefer authored Jun 3, 2023
2 parents 46022fa + 863fc7d commit 5fe3e5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

# aws-cloud-meta

![Java CI](https://github.com/prisma-capacity/aws-cloud-meta/workflows/Java%20CI/badge.svg?branch=master)
![Java
!CI](https://github.com/prisma-capacity/aws-cloud-meta/workflows/Java%20CI/badge.svg?branch=main)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/333bfd567a6a447895212994b414f077)](https://app.codacy.com/gh/prisma-capacity/aws-cloud-meta?utm_source=github.com&utm_medium=referral&utm_content=prisma-capacity/aws-cloud-meta&utm_campaign=Badge_Grade_Settings)
[![codecov](https://codecov.io/gh/prisma-capacity/aws-cloud-meta/branch/master/graph/badge.svg)](https://codecov.io/gh/prisma-capacity/aws-cloud-meta)
[![codecov](https://codecov.io/gh/prisma-capacity/aws-cloud-meta/branch/main/graph/badge.svg)](https://codecov.io/gh/prisma-capacity/aws-cloud-meta)
[![MavenCentral](https://img.shields.io/maven-central/v/eu.prismacapacity/aws-cloud-meta)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22eu.prismacapacity%22)
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img class="inline" src="https://img.shields.io/badge/license-ASL2-green.svg?style=flat">
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coverage:
- "src"
# advanced
branches:
- master
- main
if_not_found: success
if_ci_failed: error
informational: false
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<version>1.20.0</version>
<configuration>
<gitFlowConfig>
<developmentBranch>master</developmentBranch>
<developmentBranch>main</developmentBranch>
</gitFlowConfig>
</configuration>
</plugin>
Expand Down Expand Up @@ -233,7 +233,7 @@
<version>1.20.0</version>
<configuration>
<gitFlowConfig>
<developmentBranch>master</developmentBranch>
<developmentBranch>main</developmentBranch>
</gitFlowConfig>
</configuration>
</plugin>
Expand Down

0 comments on commit 5fe3e5d

Please sign in to comment.