Project

General

Profile

« Previous | Next » 

Revision 49511

finished transition to dnet45

View differences:

modules/uoa-validator-web/trunk/deploy.info
1 1
{
2 2
  "type_source": "SVN", 
3 3
  "goal": "package -U -T 4C source:jar", 
4
  "url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-validator-web/trunk", 
4
  "url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-validator-web/trunk", 
5 5
  "deploy_repository": "dnet4-snapshots", 
6 6
  "version": "4", 
7
  "mail": "nikonas@di.uoa.gr", 
8
  "deploy_repository_url": "http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-snapshots", 
7
  "mail": "antleb@di.uoa.gr", 
8
  "deploy_repository_url": "http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots", 
9 9
  "name": "uoa-validator-web"
10 10
}
modules/uoa-validator-web/trunk/src/main/java/eu/dnetlib/validator/web/config/ValidatorContextLoaderListener.java
50 50

  
51 51
		String[] springContextCore = new String[] {
52 52
				"classpath:META-INF/cxf/cxf.xml",
53
				"classpath:META-INF/cxf/cxf-extension-soap.xml",
53
				//"classpath:META-INF/cxf/cxf-extension-soap.xml",
54 54
				"classpath:META-INF/cxf/cxf-extension-jaxws.xml",
55 55
				"classpath:META-INF/cxf/cxf-servlet.xml",
56 56
				"classpath*:/cxf.xml",
modules/uoa-validator-web/trunk/src/main/resources/eu/dnetlib/validator/web/config/springContext-validator.properties
8 8

  
9 9
# the email of the administrator
10 10
# he will receive all the automatic bug reports and feedback created
11
services.validator.adminEmail = nikonas@di.uoa.gr
11
services.validator.adminEmail = antleb@di.uoa.gr
12 12

  
13 13
# the name of the aggregator used for harvesting the repo IS profiles
14 14
services.validator.aggregator.name = OPENAIRE
......
46 46
# used by eu.dnetlib.utils.MailLibrary to control debuggin messages
47 47
services.validator.mail.debug = false
48 48
# if services.validator.mail.override is true then all mails will be send only to this address
49
services.validator.mail.overrideEmail = nikonas@di.uoa.gr
49
services.validator.mail.overrideEmail = antleb@di.uoa.gr
50 50
# a comma-seperated list of address that will receive all mails about validations and repo registrations
51
services.validator.mail.specialRecipients = nikonas@di.uoa.gr
51
services.validator.mail.specialRecipients = antleb@di.uoa.gr
52 52

  
53 53
# a comma-seperated list of addresses that have the ability to register repos without the need for validation and registration
54
services.validator.repoRegistration.override = nikonas@di.uoa.gr
54
services.validator.repoRegistration.override = antleb@di.uoa.gr
55 55
# if set to false then only repositories in the opendoar list can be registered
56 56
services.validator.repoRegistration.allowNotOpenDoar = true
57 57

  
......
70 70
# the jppf management port used to monitor the behavior of the jppf driver
71 71
services.validator.jppf.management.host = localhost
72 72
# the jppf manager port
73
services.validator.jppf.management.port = 11098
73
services.validator.jppf.management.port = 11098
modules/uoa-validator-web/trunk/pom.xml
2 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">
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-container-parent</artifactId>
6
		<version>1.0.0</version>
5
		<artifactId>dnet45-container-parent</artifactId>
6
		<version>1.0.0-SNAPSHOT</version>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<groupId>eu.dnetlib</groupId>
10 10
	<artifactId>uoa-validator-web</artifactId>
11 11
	<packaging>war</packaging>
12
	<version>2.1.1-SNAPSHOT</version>
12
	<version>3.0.0-SNAPSHOT</version>
13 13
	<scm>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-validator-web/trunk</developerConnection>
14
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-validator-web/trunk</developerConnection>
15 15
	</scm>
16 16

  
17 17
	<properties>
......
80 80
		<dependency>
81 81
			<groupId>eu.dnetlib</groupId>
82 82
			<artifactId>uoa-hcm</artifactId>
83
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
83
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
84 84
		</dependency>
85 85
		<dependency>
86 86
			<groupId>eu.dnetlib</groupId>
87 87
			<artifactId>uoa-api</artifactId>
88
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
88
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
89 89
		</dependency>
90 90
		<dependency>
91 91
			<groupId>eu.dnetlib</groupId>
92 92
			<artifactId>uoa-domain</artifactId>
93
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
93
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
94 94
		</dependency>
95 95
		<dependency>
96 96
			<groupId>eu.dnetlib</groupId>
97
			<artifactId>uoa-utils</artifactId>
98
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
99
		</dependency>
100
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102 97
			<artifactId>uoa-commons</artifactId>
103
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
98
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
104 99
			<exclusions>
105 100
				<exclusion>
106 101
					<artifactId>cglib</artifactId>
......
111 106
		<dependency>
112 107
			<groupId>eu.dnetlib</groupId>
113 108
			<artifactId>uoa-clients</artifactId>
114
			<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
109
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
115 110
		</dependency>
116 111
		<dependency>
117 112
			<groupId>com.google.gwt</groupId>
......
121 116
		<dependency>
122 117
			<groupId>eu.dnetlib</groupId>
123 118
			<artifactId>dnet-runtime</artifactId>
124
			<version>[1.0.0]</version>
119
			<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
125 120
			<exclusions>
126 121
				<exclusion>  <!-- declare the exclusion here -->
127 122
					<groupId>org.apache.geronimo.specs</groupId>
......
152 147
		</dependency>
153 148
		<!-- TEMPORARY -->
154 149
		<dependency>
155
            <groupId>eu.dnetlib</groupId>
156
            <artifactId>uoa-validator-commons</artifactId>
157
            <version>[2.0.0, 2.2.0-SNAPSHOT)</version>
158
        </dependency>
150
            		<groupId>eu.dnetlib</groupId>
151
            		<artifactId>uoa-validator-commons</artifactId>
152
            		<version>[3.0.0-SNAPSHOT, 3.0.0)</version>
153
        	</dependency>
159 154
	</dependencies>
160 155
</project>

Also available in: Unified diff