Skip to content

Commit 31180f4

Browse files
committed
rename module templates with prefix
1 parent c179372 commit 31180f4

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

internal/librarian/java/pom.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ import (
2525
)
2626

2727
const (
28-
protoPomTemplateName = "proto_pom.xml.tmpl"
29-
grpcPomTemplateName = "grpc_pom.xml.tmpl"
30-
clientPomTemplateName = "client_pom.xml.tmpl"
31-
parentPomTemplateName = "parent_pom.xml.tmpl"
32-
bomPomTemplateName = "bom_pom.xml.tmpl"
28+
protoPomTemplateName = "module_proto_pom.xml.tmpl"
29+
grpcPomTemplateName = "module_grpc_pom.xml.tmpl"
30+
clientPomTemplateName = "module_client_pom.xml.tmpl"
31+
parentPomTemplateName = "module_parent_pom.xml.tmpl"
32+
bomPomTemplateName = "module_bom_pom.xml.tmpl"
3333
googleGroupID = "com.google"
3434
protoGrpcSuffix = ".api.grpc"
3535
)
File renamed without changes.

internal/librarian/java/template/client_pom.xml.tmpl renamed to internal/librarian/java/template/module_client_pom.xml.tmpl

File renamed without changes.

internal/librarian/java/template/grpc_pom.xml.tmpl renamed to internal/librarian/java/template/module_grpc_pom.xml.tmpl

File renamed without changes.

internal/librarian/java/template/parent_pom.xml.tmpl renamed to internal/librarian/java/template/module_parent_pom.xml.tmpl

File renamed without changes.

internal/librarian/java/template/proto_pom.xml.tmpl renamed to internal/librarian/java/template/module_proto_pom.xml.tmpl

File renamed without changes.

0 commit comments

Comments
 (0)