File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
example-restApiGetRevision
example-restApiPostProject
example-restApiPostRevision Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242 <archive >
4343 <manifestEntries >
4444 <Gerrit-PluginName >example-restApiGetRevision</Gerrit-PluginName >
45- <Gerrit-SshModule >com.googlesource.gerrit.plugins.examples.restapigetrevision.SshModule </Gerrit-SshModule >
45+ <Gerrit-Module >com.googlesource.gerrit.plugins.examples.restapigetrevision.Module </Gerrit-Module >
4646
4747 <Implementation-Vendor >Gerrit Code Review</Implementation-Vendor >
4848 <Implementation-URL >https://gerrit-review.googlesource.com/#/admin/projects/plugins/examples</Implementation-URL >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242 <archive >
4343 <manifestEntries >
4444 <Gerrit-PluginName >example-restApiPostProject</Gerrit-PluginName >
45- <Gerrit-SshModule >com.googlesource.gerrit.plugins.examples.restapipostproject.SshModule </Gerrit-SshModule >
45+ <Gerrit-Module >com.googlesource.gerrit.plugins.examples.restapipostproject.Module </Gerrit-Module >
4646
4747 <Implementation-Vendor >Gerrit Code Review</Implementation-Vendor >
4848 <Implementation-URL >https://gerrit-review.googlesource.com/#/admin/projects/plugins/examples</Implementation-URL >
@@ -78,4 +78,4 @@ limitations under the License.
7878 <scope >provided</scope >
7979 </dependency >
8080 </dependencies >
81- </project >
81+ </project >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242 <archive >
4343 <manifestEntries >
4444 <Gerrit-PluginName >example-restApiPostRevision</Gerrit-PluginName >
45- <Gerrit-SshModule >com.googlesource.gerrit.plugins.examples.restapipostrevision.SshModule </Gerrit-SshModule >
45+ <Gerrit-Module >com.googlesource.gerrit.plugins.examples.restapipostrevision.Module </Gerrit-Module >
4646
4747 <Implementation-Vendor >Gerrit Code Review</Implementation-Vendor >
4848 <Implementation-URL >https://gerrit-review.googlesource.com/#/admin/projects/plugins/examples</Implementation-URL >
You can’t perform that action at this time.
0 commit comments