Skip to content

Commit

Permalink
Merge pull request #186 in TSI/dxa-model-service from hotfix/2.0/CRQ-…
Browse files Browse the repository at this point in the history
…18706 to release/2.0

* commit 'a19f24258b8d38857c70bea83903bf6afb5a40d3':
  CRQ-18706 hardcoded service-container version as dynamic versions don't work
  • Loading branch information
hconstantinsdl committed Sep 25, 2020
2 parents b3be9df + a19f242 commit a9097f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dxa.model-service.version>2.0.3</dxa.model-service.version>
<service-container.version>[8.5.0,8.5.0-9000)</service-container.version>
<service-container.version>8.5.0-1128</service-container.version>
<udp.version.range>[8.5.0,8.5.0-9000)</udp.version.range>
<standalone.path>standalone-in-process</standalone.path>
<resources.dir>${project.basedir}../dxa-model-service-container/src/main/resources/in-process</resources.dir>
Expand Down
6 changes: 3 additions & 3 deletions java/dxa-model-service/dxa-model-service-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dd4t.version>2.1.5</dd4t.version>
<fast-classpath-scanner.version>2.4.7</fast-classpath-scanner.version>

<service-container.version>[8.5.0,8.5.0-9000)</service-container.version>
<service-container.version>8.5.0-1128</service-container.version>
<springframework.version>4.3.3.RELEASE</springframework.version>
<udp.version.range>[8.5.0,8.5.0-9000)</udp.version.range>

Expand Down Expand Up @@ -143,7 +143,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<version>3.2.0</version>
<executions>
<execution>
<id>make-assembly</id>
Expand All @@ -164,7 +164,7 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>clean-leftovers</id>
Expand Down

0 comments on commit a9097f2

Please sign in to comment.