Skip to content

Commit

Permalink
Merge pull request #17 from International-Data-Spaces-Association/cha…
Browse files Browse the repository at this point in the history
…ngeVersion402

Change version402
  • Loading branch information
Matthias Böckmann authored Mar 3, 2021
2 parents b210764 + 7d4491c commit aef33ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion broker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>broker-open-core</artifactId>
<groupId>de.fraunhofer.iais.eis.ids</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion broker-core/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paris.port=8081
daps.url=https://daps.aisec.fraunhofer.de/v2/token
daps.validateIncoming=true

# Solr
# Elastic Search
elasticsearch.hostname=localhost
elasticsearch.port=9200

Expand Down
3 changes: 2 additions & 1 deletion open-broker-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>broker-open-core</artifactId>
<groupId>de.fraunhofer.iais.eis.ids</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,6 +24,7 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>

</plugins>
</build>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion open-index-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>broker-open-core</artifactId>
<groupId>de.fraunhofer.iais.eis.ids</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.fraunhofer.iais.eis.ids</groupId>
<artifactId>broker-open-core</artifactId>
<packaging>pom</packaging>
<version>4.0.3-SNAPSHOT</version>
<version>${revision}</version>
<modules>
<module>open-index-common</module>
<module>open-broker-common</module>
Expand All @@ -16,10 +16,11 @@
<properties>
<rdf4j.version>3.4.0</rdf4j.version>
<jena.version>3.16.0</jena.version>
<ids-components.version>4.0.3-SNAPSHOT</ids-components.version>
<ids-components.version>${revision}</ids-components.version>
<spring-boot.version>2.1.16.RELEASE</spring-boot.version>
<jackson.version>2.11.0</jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>4.0.2</revision>
</properties>

<reporting>
Expand Down

0 comments on commit aef33ef

Please sign in to comment.