Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadormarcos committed Oct 30, 2019
1 parent c6de0e5 commit 08be418
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.microtweak</groupId>
<artifactId>jac4e</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<artifactId>jac4e-core</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>jac4e</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -32,7 +32,8 @@
</scm>

<properties>
<hibernate.version>4.3.11.Final</hibernate.version> <!-- Use this version to work even on bug HHH-8854 -->
<!-- Use this version to work even on bug HHH-8854 -->
<hibernate.version>4.3.11.Final</hibernate.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.microtweak</groupId>
<artifactId>jac4e</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<artifactId>jac4e-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>jac4e</artifactId>
<groupId>com.github.microtweak</groupId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<artifactId>jac4e-test</artifactId>
Expand Down

0 comments on commit 08be418

Please sign in to comment.