Skip to content

Commit

Permalink
updated SQL DAO plugin to 1.35.0, database migration may be necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Feb 1, 2020
1 parent c7f6d0f commit 070d8a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions para-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-dao-sql</artifactId>
<version>1.34.0</version>
<version>1.35.0</version>
</dependency>
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-search-lucene</artifactId>
<version>1.34.0</version>
<version>1.34.1</version>
</dependency>
</dependencies>
</profile>
Expand Down
6 changes: 3 additions & 3 deletions para-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-dao-sql</artifactId>
<version>1.34.0</version>
<version>1.35.0</version>
</dependency>
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-search-lucene</artifactId>
<version>1.34.0</version>
<version>1.34.1</version>
</dependency>
<!-- PARA PLUGINS : END -->
</dependencies>
Expand All @@ -36,7 +36,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<archive>
Expand Down

0 comments on commit 070d8a0

Please sign in to comment.