Skip to content

Commit

Permalink
Update pom.xml and add CHANGELOG.md placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Nov 13, 2023
1 parent 3670b23 commit 21d1517
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Unreleased

## Added

## Fixed

## Changed

# 0.2.99 (2023-11-13 / 8ee9b60)

## Changed
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.lambdaisland</groupId>
<artifactId>environ</artifactId>
<version>0.1.96</version>
<version>0.2.99</version>
<name>environ</name>
<description>Environ fork with dotenv support</description>
<url>https://github.com/lambdaisland/environ</url>
Expand All @@ -25,7 +25,7 @@
<url>https://github.com/lambdaisland/environ</url>
<connection>scm:git:git://github.com/lambdaisland/environ.git</connection>
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/environ.git</developerConnection>
<tag>d00d0aeb259a62ceaec6f70b7c7262928e10e57c</tag>
<tag>3670b231d10a126cba5dd8c4edd9c176aef30272</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -63,7 +63,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>d00d0aeb259a62ceaec6f70b7c7262928e10e57c</git-revision>
<git-revision>3670b231d10a126cba5dd8c4edd9c176aef30272</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 21d1517

Please sign in to comment.