Project

General

Profile

« Previous | Next » 

Revision 5065f99f

Added by Patrick Plitzner about 7 years ago

ref #6158 Update documentation from svn to git

  • update links from trac to redmine
  • update links to cybertaxonomy.eu
  • increase maven-site-plugin version to 3.3

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 4
  <modelVersion>4.0.0</modelVersion>
4 5
  <prerequisites>
5 6
    <maven>3.0</maven>
......
20 21
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 22
    <cdmlib.version>4.6.0-SNAPSHOT</cdmlib.version>
22 23
    <!-- TODO can we use project.version ????? -->
23
    <!-- Increasing tycho above 0.22.0 will fail for the macosx build
24
    because for higher version numbers tycho needs to be build against
25
    Eclipse Mars or higher -->
24
    <!-- Increasing tycho above 0.22.0 will fail for the macosx build because 
25
      for higher version numbers tycho needs to be build against Eclipse Mars or 
26
      higher -->
26 27
    <tycho.version>0.22.0</tycho.version>
27 28
    <taxeditor.version>4.6.0-SNAPSHOT</taxeditor.version>
28 29
    <update.dir>snapshot</update.dir>
......
45 46
    <module>eu.etaxonomy.taxeditor.feature</module>
46 47
    <module>eu.etaxonomy.taxeditor.feature.jre.linux64</module>
47 48
    <module>eu.etaxonomy.taxeditor</module>
48
	<module>eu.etaxonomy.taxeditor.test</module>
49
    <module>eu.etaxonomy.taxeditor.test</module>
49 50
  </modules>
50 51
  <scm>
51
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/taxeditor/
52
    <connection>scm:git:https://dev.e-taxonomy.eu/git/taxeditor.git
52 53
    </connection>
53
    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/taxeditor/
54
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git
54 55
    </developerConnection>
55
    <url>https://dev.e-taxonomy.eu/trac/browser/trunk/taxeditor/</url>
56
    <url>https://dev.e-taxonomy.eu/gitweb/taxeditor.git/tree</url>
56 57
  </scm>
57 58
  <mailingLists>
58 59
    <mailingList>
......
92 93
        <role>Java Developer</role>
93 94
        <role>Architect</role>
94 95
      </roles>
95
      <url/>
96
      <url />
96 97
    </developer>
97 98
    <developer>
98 99
      <!-- your SVN account id please! -->
......
110 111
        <role>Java Developer</role>
111 112
        <role>Architect</role>
112 113
      </roles>
113
      <url/>
114
      <url />
114 115
    </developer>
115 116
  </developers>
116 117
  <issueManagement>
117 118
    <system>Trac</system>
118
    <url>http://dev.e-taxonomy.eu/trac/</url>
119
    <url>https://dev.e-taxonomy.eu/redmine/projects/edit/</url>
119 120
  </issueManagement>
120 121
  <ciManagement>
121 122
    <system>Jenkins</system>
......
271 272
      <plugin>
272 273
        <groupId>org.apache.maven.plugins</groupId>
273 274
        <artifactId>maven-site-plugin</artifactId>
274
        <version>3.0</version>
275
        <version>3.3</version>
275 276
        <configuration>
276 277
          <locales>en</locales>
277 278
        </configuration>
......
348 349
          <allowUntracked>true</allowUntracked>
349 350
        </configuration>
350 351
        <dependencies>
351
          <!-- 
352
                upgrading dependency jsch.agent.version of jgit-flow plugin to 0.1.53 
353
                in order have ssl key exchange algorithms compatible with openssh 6.7 
354
             -->
352
          <!-- upgrading dependency jsch.agent.version of jgit-flow plugin 
353
            to 0.1.53 in order have ssl key exchange algorithms compatible with openssh 
354
            6.7 -->
355 355
          <dependency>
356 356
            <groupId>com.jcraft</groupId>
357 357
            <artifactId>jsch</artifactId>
src/site/site.xml
12 12
			<item name="Manual" href="manual.html"/>
13 13
			<!--item name="FAQ" href="faq.html"/-->
14 14
			<item name="Releases" href="changes-report.html"/>
15
			<item name="Download" href="http://wp5.e-taxonomy.eu/download/taxeditor/"/>
15
			<item name="Download" href="https://cybertaxonomy.eu/download/taxeditor/"/>
16 16
		</menu>
17 17
		<menu name="Developer">
18 18
			<item name="Getting started" href="getting-started.html"/>
19 19
			<item name="Javadocs" href="apidocs/index.html"/>
20 20
			<item name="Troubleshooting" href="troubleshooting.html"/>
21
			<item name="Wiki" href="http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorDev"/>
21
			<item name="Wiki" href="https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/TaxonomicEditorDev"/>
22 22
		</menu>
23 23
		<menu name="Project">
24 24
			<item name="Mailing Lists" href="mail-lists.html"/>
25 25
			<item name="Project Team" href="team-list.html"/>
26 26
			<item name="Continuous Integration" href="integration.html"/>
27
			<item name="Issue Tracking" href="http://dev.e-taxonomy.eu/trac/"/>
27
			<item name="Issue Tracking" href="https://dev.e-taxonomy.eu/redmine/projects/edit"/>
28 28
			<item name="Source Repository" href="source-repository.html"/>
29 29
			<item name="License" href="license.html"/>
30 30
		</menu>

Also available in: Unified diff