Skip to content

Commit

Permalink
fixed pom
Browse files Browse the repository at this point in the history
  • Loading branch information
gserrano committed May 7, 2021
1 parent d931b92 commit bc65a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
<dep.kotlin.version>1.4.10</dep.kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<dep.jetbrails.annotations.version>13.0</dep.jetbrails.annotations.version>
<dep.junit-platform.version>1.6.2</dep.junit-platform.version>
<dep.jetbrains.annotations.version>13.0</dep.jetbrains.annotations.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -142,7 +141,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>${dep.jetbrails.annotations.version}</version>
<version>${dep.jetbrains.annotations.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
<dep.kotlin.version>1.4.10</dep.kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<dep.jetbrails.annotations.version>13.0</dep.jetbrails.annotations.version>
<dep.junit-platform.version>1.6.2</dep.junit-platform.version>
<dep.jetbrains.annotations.version>13.0</dep.jetbrains.annotations.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -153,7 +152,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>${dep.jetbrails.annotations.version}</version>
<version>${dep.jetbrains.annotations.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

4 comments on commit bc65a50

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-spring-archetypes / PR Build Build ???.14/merge.33 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-spring-archetypes / PR Build Build 0.0.9-SNAPSHOT.14/merge.33 outcome was FAILURE
Summary: Exit code 1 (Step: Run tests (Maven)) (new) Build time: 00:01:28

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-spring-archetypes / PR Build Build ???.14/merge.34 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-spring-archetypes / PR Build Build 0.0.9-SNAPSHOT.14/merge.34 outcome was FAILURE
Summary: Exit code 1 (Step: Run tests (Maven)) Build time: 00:00:41

Please sign in to comment.