Skip to content

Commit

Permalink
Move to com.netflix namespace for plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Oct 10, 2022
1 parent f5696d5 commit 3df3f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nebula-release-plugin
=====================

![Support Status](https://img.shields.io/badge/nebula-active-green.svg)
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com.netflix.nebula/nebula-release-plugin/maven-metadata.xml.svg?label=gradlePluginPortal)](https://plugins.gradle.org/plugin/nebula.release)
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com.netflix.nebula/nebula-release-plugin/maven-metadata.xml.svg?label=gradlePluginPortal)](https://plugins.gradle.org/plugin/com.netflix.nebula.release)
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/nebula-release-plugin)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/nebula-release-plugin)
![Build](https://github.com/nebula-plugins/nebula-release-plugin/actions/workflows/nebula.yml/badge.svg)
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-release-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pluginBundle {
gradlePlugin {
plugins {
nebulaRelease {
id = 'nebula.release'
id = 'com.netflix.nebula.release'
displayName = 'Nebula Release plugin'
description = project.description
implementationClass = 'nebula.plugin.release.ReleasePlugin'
Expand Down

0 comments on commit 3df3f4e

Please sign in to comment.