1452: Implement a GUI for StatMan Algorithms Importer
Task-Url: https://support.d4science.org/issues/1452 Updated groupId git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/acegwt-widget@121730 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
22ad9fadbc
commit
970e3e0701
|
@ -13,7 +13,7 @@
|
|||
<Name>acegwt-widget</Name>
|
||||
<Version>1.0.0-SNAPSHOT</Version>
|
||||
<MavenCoordinates>
|
||||
<groupId>org.gcube.portlets.widget</groupId>
|
||||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>acegwt-widget</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</MavenCoordinates>
|
||||
|
|
|
@ -27,7 +27,7 @@ An AceGWT integration
|
|||
Download information
|
||||
--------------------
|
||||
Source code is available from SVN:
|
||||
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widget/acegwt-widget
|
||||
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/acegwt-widget
|
||||
|
||||
Binaries can be downloaded from:
|
||||
http://software.d4science.research-infrastructures.eu/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets.widget.acegwt-widget.0-0-1" date="2015-09-01">
|
||||
<Changeset component="org.gcube.portlets.widgets.acegwt-widget.0-0-1" date="2015-09-01">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
|
@ -1 +1 @@
|
|||
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widget/acegwt-widget
|
||||
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/acegwt-widget
|
4
pom.xml
4
pom.xml
|
@ -11,7 +11,7 @@
|
|||
|
||||
<!-- POM file generated with GWT webAppCreator -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.portlets.widget</groupId>
|
||||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>acegwt-widget</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
<description>An AceGWT integration</description>
|
||||
|
||||
<scm>
|
||||
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widget/acegwt-widget</url>
|
||||
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/acegwt-widget</url>
|
||||
</scm>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue