Skip to content

Commit

Permalink
fix teamscale versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender committed Aug 8, 2023
1 parent 391781e commit 7ee9579
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,14 @@
<dependency>
<groupId>com.teamscale</groupId>
<artifactId>teamscale-surefire-provider</artifactId>
<version>30.0.2</version>
<version>29.1.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.teamscale</groupId>
<artifactId>teamscale-maven-plugin</artifactId>
<version>30.0.2</version>
<version>30.1.1</version>
<configuration>
<teamscaleUrl>http://localhost</teamscaleUrl>
<accessToken>dummy</accessToken>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@
<dependency>
<groupId>com.teamscale</groupId>
<artifactId>teamscale-surefire-provider</artifactId>
<version>30.0.2</version>
<version>29.1.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.teamscale</groupId>
<artifactId>teamscale-maven-plugin</artifactId>
<version>30.0.2</version>
<version>30.1.1</version>
<configuration>
<teamscaleUrl>http://localhost</teamscaleUrl>
<accessToken>dummy</accessToken>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@
<dependency>
<groupId>com.teamscale</groupId>
<artifactId>teamscale-surefire-provider</artifactId>
<version>29.1.2</version>
<version>29.1.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.teamscale</groupId>
<artifactId>teamscale-maven-plugin</artifactId>
<version>26.0.1</version>
<version>30.1.1</version>
<configuration>
<teamscaleUrl>http://localhost</teamscaleUrl>
<accessToken>dummy</accessToken>
Expand Down

0 comments on commit 7ee9579

Please sign in to comment.