Skip to content

Commit

Permalink
Closes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
rrighi committed Apr 5, 2019
1 parent 1a9dfbd commit a596a8e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<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">
<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>

<parent>
<groupId>com.holon-platform</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<groupId>com.holon-platform.jpa</groupId>
Expand Down Expand Up @@ -55,17 +57,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- pre-releases package name -->
<bintray.package>holon-datastore-jpa</bintray.package>

<!-- Holon core -->
<holon.core.version>5.2.1</holon.core.version>
<holon.core.version>5.2.2</holon.core.version>

<!-- Holon JDBC -->
<holon.jdbc.version>5.2.2</holon.jdbc.version>
<holon.jdbc.version>5.2.3</holon.jdbc.version>

<!-- Holon JPA -->
<holon.jpa.version>5.2.1</holon.jpa.version>
<holon.jpa.version>5.2.2</holon.jpa.version>

<!-- JPA API -->
<jpa.api.version>2.2</jpa.api.version>
Expand Down Expand Up @@ -141,7 +140,7 @@
<phase>package</phase>
<inherited>false</inherited>
<goals>
<goal>aggregate-jar</goal>
<goal>aggregate-no-fork</goal>
</goals>
<configuration>
<show>public</show>
Expand Down

0 comments on commit a596a8e

Please sign in to comment.