Skip to content

Commit

Permalink
change pom version using variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hantongliu committed Mar 2, 2021
1 parent 40d2419 commit 7d4491c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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
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 7d4491c

Please sign in to comment.