Skip to content

Commit

Permalink
prepare version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Oct 26, 2018
1 parent 0524555 commit abb02f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
20 changes: 0 additions & 20 deletions imixs-archive-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,26 +86,6 @@
<scope>provided</scope>
</dependency>

<!-- Apache Lucene -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queryparser</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>

<!-- JSON Parser -->
<dependency>
<groupId>javax.json</groupId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.imixs.workflow.version>4.4.0</org.imixs.workflow.version>
<org.imixs.workflow.version>4.4.3</org.imixs.workflow.version>
<org.imixs.melman.version>1.0.4</org.imixs.melman.version>
<lucene.version>6.6.1</lucene.version>
<!-- imixs-github-repo on github - see ~/.m2/settings.xml -->
<github.global.server>imixs-github-repo</github.global.server>
</properties>
Expand Down

0 comments on commit abb02f3

Please sign in to comment.