mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
Correct paths to scm and project website
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2038 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -6,13 +6,14 @@
|
|||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace</artifactId>
|
<artifactId>dspace</artifactId>
|
||||||
|
|
||||||
<name>DSpace Installation Project</name>
|
<name>DSpace Project</name>
|
||||||
<version>1.5-SNAPSHOT</version>
|
<version>1.5-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging><description>
|
<packaging>pom</packaging>
|
||||||
The DSpace Installer Project provides all the functionality
|
<description>
|
||||||
|
The DSpace Project provides all the functionality
|
||||||
required to build, install and upgrade and dspace instance.
|
required to build, install and upgrade and dspace instance.
|
||||||
</description>
|
</description>
|
||||||
<url>http://www.dspace.org</url>
|
<url>http://projects.dspace.org/dspace</url>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
A Parent POM that Maven inherits DSpace Default
|
A Parent POM that Maven inherits DSpace Default
|
||||||
@@ -48,7 +49,7 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<filters>
|
<filters>
|
||||||
<filter>${config}</filter>
|
<filter>${config}</filter>
|
||||||
</filters>
|
</filters>
|
||||||
<plugins>
|
<plugins>
|
||||||
@@ -57,9 +58,8 @@
|
|||||||
<version>2.2-beta-1</version>
|
<version>2.2-beta-1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/assemble/assembly.xml</descriptor>
|
<descriptor>../dspace/src/assemble/assembly.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Reference in New Issue
Block a user