Skip to content

Commit

Permalink
Update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed May 11, 2024
1 parent 22b68e4 commit 3ea0b26
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions etc/core/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.propensive</groupId>
<artifactId>kaleidoscope-core</artifactId>
<version>0.3.0</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Kaleidoscope</name>
<description>Statically-checked inline matching on regular expressions</description>
<url>https://soundness.dev/kaleidoscope</url>
<packaging>jar</packaging>
<properties>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>io.github.propensive</groupId>
<artifactId>contingency-core</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>
<organization>
<name>Propensive</name>
<url>https://propensive.com/</url>
</organization>
<scm>
<url>https://github.com/propensive/kaleidoscope</url>
<connection>scm:[email protected]:propensive/kaleidoscope.git</connection>
</scm>
<developers>
<developer>
<id>propensive</id>
<name>Jon Pretty</name>
<email>[email protected]</email>
<url>https://propensive.com/</url>
</developer>
</developers>
</project>

0 comments on commit 3ea0b26

Please sign in to comment.