Skip to content

Commit 7c85abd

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 3173a19 commit 7c85abd

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 1.2.164 (2022-11-25 / 9a89583)
210

311
## Added

pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -12,6 +12,9 @@
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>
@@ -22,13 +25,13 @@
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>
@@ -44,6 +47,10 @@
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>
@@ -52,7 +59,7 @@
5259
<configuration>
5360
<archive>
5461
<manifestEntries>
55-
<git-revision>f074c526ee08737a659401be2145044e8051e851</git-revision>
62+
<git-revision>3173a195f7c0d2d56fbbde25f65c6f9dbb9fc6c4</git-revision>
5663
</manifestEntries>
5764
</archive>
5865
</configuration>

0 commit comments

Comments
 (0)