Skip to content

Commit

Permalink
Bumps version, removes JET
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed Jun 3, 2019
1 parent 9ccfbe6 commit 3f424fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
20 changes: 2 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
</parent>
<groupId>org.ort.school</groupId>
<artifactId>crm</artifactId>
<version>1.8.0</version>
<version>1.8.2</version>
<prerequisites>
<maven>3.0.2</maven>
</prerequisites>

<properties>
<boringssl.version>2.0.7.Final</boringssl.version>
<jooby.version>1.5.1</jooby.version>
<jooby.version>1.6.1</jooby.version>
<jooq.version>3.11.11</jooq.version>
<spek.version>1.2.1</spek.version>
<kotlin.version>1.3.31</kotlin.version>
Expand Down Expand Up @@ -261,22 +261,6 @@

<build>
<plugins>
<!--- EXCELSIOR SUPPORT PATCH -->
<plugin>
<groupId>com.excelsiorjet</groupId>
<artifactId>excelsior-jet-maven-plugin</artifactId>
<version>1.3.2</version>
<configuration>
<mainClass>org.ort.school.app.SchoolCRMKt</mainClass>
<dependencies>
<dependency>
<artifactId>crm</artifactId>
<pack>all</pack>
</dependency>
</dependencies>
</configuration>
</plugin>
<!--- EXCELSIOR SUPPORT PATCH -->
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions src/main/jetresources/crm.startup

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/jetresources/crm.usg

This file was deleted.

0 comments on commit 3f424fb

Please sign in to comment.