Skip to content

Commit 3729a4e

Browse files
committed
fix package name for metadata service
1 parent b8390a9 commit 3729a4e

File tree

1 file changed

+3
-3
lines changed
  • webapp/grebi_metadata_service

1 file changed

+3
-3
lines changed

webapp/grebi_metadata_service/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>uk.ac.ebi</groupId>
8-
<artifactId>grebi_summary_service</artifactId>
8+
<artifactId>grebi_metadata_service</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010

1111

12-
<name>grebi_summary_service</name>
12+
<name>grebi_metadata_service</name>
1313
<!-- FIXME change it to the project's website -->
1414
<url>http://www.example.com</url>
1515

@@ -110,7 +110,7 @@
110110
<archive>
111111
<manifest>
112112
<addClasspath>true</addClasspath>
113-
<mainClass>uk.ac.ebi.grebi_summary_service.GrebiSummarySvc</mainClass>
113+
<mainClass>uk.ac.ebi.grebi_metadata_service.GrebiMetadataSvc</mainClass>
114114
</manifest>
115115
</archive>
116116
<descriptorRefs>

0 commit comments

Comments
 (0)