Allan Barcelos 1 yıl önce
ebeveyn
işleme
1a611f6f3d
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 2 2
      .github/release-drafter.yml
  2. 1 1
      pom.xml

+ 2 - 2
.github/release-drafter.yml

@@ -1,5 +1,5 @@
-name-template: 'MFA Google Auth v$RESOLVED_VERSION'
-tag-template: 'mfa-google-auth-$RESOLVED_VERSION'
+name-template: 'MFA Google Auth Plugin v$RESOLVED_VERSION'
+tag-template: 'mfa-google-auth-plugin-$RESOLVED_VERSION'
 categories:
   - title: Features
     labels:

+ 1 - 1
pom.xml

@@ -10,7 +10,7 @@
   </parent>
 
   <groupId>io.jenkins.plugins</groupId>
-  <artifactId>mfa-google-auth</artifactId>
+  <artifactId>jenkins-mfa-google-auth</artifactId>
   <version>${revision}${changelist}</version>
   <packaging>hpi</packaging>