Skip to content

Commit

Permalink
Updated pom version to 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbonesana committed May 28, 2021
1 parent 59146f0 commit ef52dde
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions AdapQuestBackend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>adapquest</artifactId>
<groupId>ch.idsia.adaptive</groupId>
<version>1.0</version>
<version>1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>adapquest-backend</artifactId>
<version>1.0</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>AdapQuestBackend</name>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>ch.idsia.adaptive</groupId>
<artifactId>adapquest-exchange</artifactId>
<version>1.0</version>
<version>${adapquest.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
Expand Down
4 changes: 2 additions & 2 deletions AdapQuestExchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>adapquest</artifactId>
<groupId>ch.idsia.adaptive</groupId>
<version>1.0</version>
<version>1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>adapquest-exchange</artifactId>
<version>1.0</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>AdapQuestExchange</name>
Expand Down
10 changes: 5 additions & 5 deletions AdapQuestExperiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<artifactId>adapquest</artifactId>
<groupId>ch.idsia.adaptive</groupId>
<version>1.0</version>
<version>1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>adapquest-experiments</artifactId>
<version>1.0</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>AdapQuestExchange</name>
<name>AdapQuestExperiments</name>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>ch.idsia.adaptive</groupId>
<artifactId>adapquest-exchange</artifactId>
<version>1.0</version>
<version>${adapquest.version}</version>
</dependency>
<dependency>
<groupId>ch.idsia.adaptive</groupId>
<artifactId>adapquest-backend</artifactId>
<version>1.0</version>
<version>${adapquest.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ch.idsia.adaptive</groupId>
<artifactId>adapquest</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<version>1.2</version>
<modules>
<module>AdapQuestBackend</module>
<module>AdapQuestExchange</module>
Expand All @@ -18,6 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<adapquest.version>1.2</adapquest.version>
</properties>

<build>
Expand Down

0 comments on commit ef52dde

Please sign in to comment.