File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.google.api</groupId >
8+ <artifactId >java-sdk-logging-parent</artifactId >
9+ <version >0.1.0-SNAPSHOT</version >
10+ <relativePath >../pom.xml</relativePath >
11+ </parent >
12+ <packaging >pom</packaging >
13+
14+ <artifactId >java-sdk-logging-bom</artifactId >
15+
16+ <properties >
17+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18+ </properties >
19+
20+ <dependencyManagement >
21+ <dependencies >
22+ <dependency >
23+ <groupId >com.google.api</groupId >
24+ <artifactId >logback-extension</artifactId >
25+ <version >0.1.0-SNAPSHOT</version >
26+ </dependency >
27+ </dependencies >
28+ </dependencyManagement >
29+ </project >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <parent >
77 <groupId >com.google.api</groupId >
8- <artifactId >java-sdk-logging</artifactId >
9- <version >0.0.1-SNAPSHOT</version >
8+ <artifactId >java-sdk-logging-parent</artifactId >
9+ <version >0.1.0-SNAPSHOT</version >
10+ <relativePath >../pom.xml</relativePath >
1011 </parent >
1112 <artifactId >logback-extension</artifactId >
13+ <version >0.1.0-SNAPSHOT</version >
1214
1315 <properties >
1416 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6- <artifactId >java-sdk-logging</artifactId >
7- <version >0.0.1 -SNAPSHOT</version >
6+ <artifactId >java-sdk-logging-parent </artifactId >
7+ <version >0.1.0 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99 <parent >
1010 <groupId >com.google.api</groupId >
1414 </parent >
1515 <modules >
1616 <module >logback-extension</module >
17+ <module >java-sdk-logging-bom</module >
1718 </modules >
1819
1920 <properties >
You can’t perform that action at this time.
0 commit comments