Skip to content

Commit

Permalink
Merge pull request #18 from zylklab/develop
Browse files Browse the repository at this point in the history
from develop to master
  • Loading branch information
guszylk authored Aug 11, 2018
2 parents 53f5054 + 7670bcd commit b7e63fb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_INSTALADORES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Hay que tener en cuenta que si se hace un "release" de un proyecto hay que hacer
El orden en el que hay que ir realizado este proceso es el siguiente:
- MITyCLibOCSP-sinadura
- MITyCLibTSA-sinadura
- MITyCLibXADES-sinadura
- xmlsec-mityc-sinadura
- MITyCLibXADES-sinadura
- sinaduraEE-Interface
- sinaduraCore
- sinaduraEE
Expand Down
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,24 @@
<groupId>sinadura</groupId>
<artifactId>sinaduraCore</artifactId>
<version>3.3.22</version>
<exclusions>
<exclusion>
<groupId>es.mityc.jumbo.adsi</groupId>
<artifactId>MITyCLibTSA-sinadura</artifactId>
</exclusion>
<exclusion>
<groupId>es.mityc.jumbo.adsi</groupId>
<artifactId>MITyCLibAPI</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.shell</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
## Propiedades generales de sistema. En principio no deberian ser modificadas.
##
# Para comparar con la version del servidor. Tiene que ser numerico!
application.local.version=502
application.local.version=508
application.local.version.string=${project.version}
idiomas.soportados=es_ES,eu_ES,en_US,ca_ES,pt_BR
enable.send.button=false
Expand Down

0 comments on commit b7e63fb

Please sign in to comment.