Skip to content

Commit

Permalink
feat: pairwise fix, suggester and orbeon 2022 (#145)
Browse files Browse the repository at this point in the history
- feat: orbeon 2022 compatibility
- feat: integrated suggester
- fix: pairwise details

---------

Co-authored-by: Nicolas Senave <[email protected]>
  • Loading branch information
BulotF and nsenave authored Dec 12, 2023
1 parent dccebce commit a46d037
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- labeled

env:
ENO_BRANCH: 'dev-pogues2ddi-suggester'
LUNATIC_MODEL_BRANCH: 'dev-suggester'
ENO_BRANCH: 'next'
LUNATIC_MODEL_BRANCH: 'master'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build docker
on: workflow_dispatch

env:
ENO_BRANCH: main
ENO_BRANCH: next

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review, labeled]

env:
ENO_BRANCH: main
ENO_BRANCH: next

jobs:

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Eno-Web-Service</name>
<groupId>fr.insee</groupId>
<artifactId>eno-ws</artifactId>
<version>1.8.5</version>
<version>1.7.0</version>

<packaging>war</packaging>

Expand All @@ -19,8 +19,8 @@

<final.war.name>eno-ws</final.war.name>

<eno.version>2.4.10</eno.version>
<lunatic-model.version>2.3.4</lunatic-model.version>
<eno.version>2.7.0</eno.version>
<lunatic-model.version>2.5.0</lunatic-model.version>
<fop.version>2.9</fop.version>

<javax.activation.version>1.2.0</javax.activation.version>
Expand Down

0 comments on commit a46d037

Please sign in to comment.