common-smartgears/src/main/resources/META-INF/profile.xml

30 lines
721 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<Resource>
<ID />
<Type>Service</Type>
<Profile>
<Description>${description}</Description>
<Class>${serviceClass}</Class>
<Name>common-smartgears</Name>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>${description}</Description>
<Name>common-smartgears</Name>
<Version>4.0.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.core</groupId>
<artifactId>common-smartgears</artifactId>
<version>4.0.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>Library</Type>
<Files>
<File>common-smartgears-4.0.0-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>