Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swlkr committed Jul 31, 2020
1 parent ce3218f commit 7755208
Showing 1 changed file with 8 additions and 48 deletions.
56 changes: 8 additions & 48 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<?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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>coast-framework</groupId>

<artifactId>coast.theta</artifactId>

<version>1.5.0</version>

<version>1.6.0</version>
<name>coast</name>

<dependencies>
<dependency>
<groupId>org.clojure</groupId>
Expand Down Expand Up @@ -82,11 +76,6 @@
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>potemkin</groupId>
<artifactId>potemkin</artifactId>
<version>0.4.5</version>
</dependency>
<dependency>
<groupId>ring</groupId>
<artifactId>ring-core</artifactId>
Expand All @@ -95,79 +84,50 @@
<dependency>
<groupId>http-kit</groupId>
<artifactId>http-kit</artifactId>
<version>2.3.0</version>
<version>2.4.0-alpha3</version>
</dependency>
</dependencies>

<build>

<sourceDirectory>src</sourceDirectory>

<build>
<sourceDirectory>src</sourceDirectory>
</build>
<resources>

<resource>

<directory>src</directory>

</resource>

<resource>

<directory>resources</directory>

</resource>

<resource>

<directory>test</directory>

</resource>

</resources>

<build>
<sourceDirectory>src</sourceDirectory>
</build>
</build>

<repositories>
<repository>
<id>clojars</id>
<url>https://repo.clojars.org/</url>
</repository>
</repositories>

<distributionManagement>

<repository>

<id>clojars</id>

<name>Clojars repository</name>

<url>https://clojars.org/repo</url>

</repository>

</distributionManagement>

<description>Easy clojure websites</description>

<url>https://github.com/coast-framework/coast</url>

<licenses>

<license>

<name>MIT</name>

<url>https://opensource.org/licenses/MIT</url>

</license>

</licenses>

<scm>

<url>https://github.com/coast-framework/coast</url>

</scm>

</project>

0 comments on commit 7755208

Please sign in to comment.