File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 7676 </systemPropertyVariables >
7777 </configuration >
7878 </plugin >
79+ <plugin >
80+ <artifactId >maven-release-plugin</artifactId >
81+ <version >2.5.3</version >
82+ <configuration >
83+ <tagNameFormat >scylla-cdc-@{project.version}</tagNameFormat >
84+ <autoVersionSubmodules >true</autoVersionSubmodules >
85+ <!-- useReleaseProfile>false</useReleaseProfile>
86+ <releaseProfiles>release</releaseProfiles>
87+ <goals>deploy</goals-->
88+ <localCheckout >true</localCheckout >
89+ <pushChanges >false</pushChanges >
90+ <arguments >-Dgpg.passphrase=${gpg.passphrase} </arguments >
91+ </configuration >
92+ <dependencies >
93+ <dependency >
94+ <groupId >org.apache.maven.scm</groupId >
95+ <artifactId >maven-scm-provider-gitexe</artifactId >
96+ <version >1.9.5</version >
97+ </dependency >
98+ </dependencies >
99+ </plugin >
79100 </plugins >
80101 </pluginManagement >
81102 </build >
You can’t perform that action at this time.
0 commit comments