File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ # Unreleased
2+
3+ ## Added
4+
5+ ## Fixed
6+
7+ ## Changed
8+
19# 1.2.164 (2022-11-25 / 9a89583)
210
311## Added
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.lambdaisland</groupId >
55 <artifactId >glogi</artifactId >
6- <version >1.1.144 </version >
6+ <version >1.2.164 </version >
77 <name >glogi</name >
88 <description >A thin wrapper around `goog.log` inspired by `pedestal.log`.</description >
99 <url >https://github.com/lambdaisland/glogi</url >
1212 <name >Lambda Island</name >
1313 <url >https://lambdaisland.com</url >
1414 </organization >
15+ <properties >
16+ <project class =" build sourceEncoding" >UTF-8</project >
17+ </properties >
1518 <licenses >
1619 <license >
1720 <name >MPL-2.0</name >
2225 <url >https://github.com/lambdaisland/glogi</url >
2326 <connection >scm:git:git://github.com/lambdaisland/glogi.git</connection >
2427 <
developerConnection >scm:git:ssh://
[email protected] /lambdaisland/glogi.git</
developerConnection >
25- <tag >f074c526ee08737a659401be2145044e8051e851 </tag >
28+ <tag >3173a195f7c0d2d56fbbde25f65c6f9dbb9fc6c4 </tag >
2629 </scm >
2730 <dependencies >
2831 <dependency >
2932 <groupId >io.pedestal</groupId >
3033 <artifactId >pedestal.log</artifactId >
31- <version >0.5.9 </version >
34+ <version >0.5.10 </version >
3235 <optional >true</optional >
3336 </dependency >
3437 </dependencies >
4447 <groupId >org.apache.maven.plugins</groupId >
4548 <artifactId >maven-compiler-plugin</artifactId >
4649 <version >3.8.1</version >
50+ <configuration >
51+ <source >1.8</source >
52+ <target >1.8</target >
53+ </configuration >
4754 </plugin >
4855 <plugin >
4956 <groupId >org.apache.maven.plugins</groupId >
5259 <configuration >
5360 <archive >
5461 <manifestEntries >
55- <git-revision >f074c526ee08737a659401be2145044e8051e851 </git-revision >
62+ <git-revision >3173a195f7c0d2d56fbbde25f65c6f9dbb9fc6c4 </git-revision >
5663 </manifestEntries >
5764 </archive >
5865 </configuration >
You can’t perform that action at this time.
0 commit comments