Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@
<!-- run ruby test first which has a random delay script to
avoid issues with running 2 CI jobs in parallel. -->
<!-- clients -->
<module>samples/client/petstore/akka-scala</module>
<module>samples/client/petstore/ruby</module>
<module>samples/client/petstore/android/volley</module>
<module>samples/client/petstore/bash</module>
Expand Down
4 changes: 2 additions & 2 deletions samples/client/petstore/akka-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-client</artifactId>
<artifactId>scala-akka-petstore-client</artifactId>
<packaging>jar</packaging>
<name>swagger-client</name>
<name>scala-akka-petstore-client</name>
<version>1.0.0</version>
<prerequisites>
<maven>2.2.0</maven>
Expand Down