Skip to content

Commit

Permalink
PIP-248 Fix mainClass in pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcornmell authored and pgwilliams committed Apr 17, 2023
1 parent 9b8f91a commit 39a12c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>org.snomed.otf.reasoner.server.Application</mainClass>
<mainClass>org.snomed.snowstorm.SnowstormApplication</mainClass>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 39a12c5

Please sign in to comment.