Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from encuestame/development
Browse files Browse the repository at this point in the history
Release 1.147
  • Loading branch information
juanpicado committed Mar 9, 2014
2 parents 67c4d6e + 62fcc44 commit 7342940
Show file tree
Hide file tree
Showing 51 changed files with 3,369 additions and 7,074 deletions.
4 changes: 2 additions & 2 deletions enme-business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.147-RELEASE-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>encuestame-business</artifactId>
<version>1.147-M4-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<name>Encuestame Business</name>
<build>
Expand Down
7 changes: 3 additions & 4 deletions enme-config/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.147-RELEASE-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>encuestame-config</artifactId>
<version>1.147-M4-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<name> Encuestame Spring Configuration </name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions enme-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.147-RELEASE-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>encuestame-core</artifactId>
<version>1.147-M4-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<name>Encuestame Core</name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions enme-css/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.147-RELEASE-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<version>1.147-M4-SNAPSHOT</version>
<version>1.5.0</version>
<artifactId>encuestame-css</artifactId>
<packaging>war</packaging>
<name>Encuestame :: CSS :: WAR</name>
Expand Down
Loading

0 comments on commit 7342940

Please sign in to comment.