Skip to content

Commit

Permalink
Updated pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jun 9, 2016
1 parent b92af51 commit c1cfc1b
Show file tree
Hide file tree
Showing 24 changed files with 26 additions and 27 deletions.
2 changes: 1 addition & 1 deletion enme-assembly/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>encuestame-assembly</artifactId>
<name>encuestame assembly</name>
Expand Down
4 changes: 2 additions & 2 deletions enme-business/pom.xml
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>business</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Business Layer</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion enme-config/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>config</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions enme-js/pom.xml
Expand Up @@ -4,17 +4,16 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<groupId>org.encuestame</groupId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
<artifactId>encuestame-js</artifactId>
<packaging>pom</packaging>
<name>Encuestame Javascript POM</name>

<modules>
<module>deps</module>
<module>resources-enme-war</module>
</modules>
<build>
Expand Down
2 changes: 1 addition & 1 deletion enme-js/resources-enme-war/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame-js</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion enme-mvc/controllers/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>mvc</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>controllers</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-mvc/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>mvc</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-mvc/rest-api/api-v1/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>rest-api</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>api-v1</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-mvc/rest-api/api-v2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>rest-api</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>api-v2</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-mvc/rest-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>mvc</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>rest-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion enme-oauth/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>oauth</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-persistence/enme-dao/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>persistence</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>dao</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-persistence/enme-model/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>persistence</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>model</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-persistence/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>persistence</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-social/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>social</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-utils/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>utils</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-war/enme-config/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame-war</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>enme-config</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-war/enme-views/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame-war</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>enme-views</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-war/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>encuestame-war</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-war/web-app/jetty-webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>web-app</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>enme-jetty-app</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enme-war/web-app/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>encuestame-war</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<groupId>org.encuestame</groupId>
<artifactId>web-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion enme-war/web-app/tomcat-webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.encuestame</groupId>
<artifactId>web-app</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>
<artifactId>enme-tomcat-app</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.encuestame</groupId>
<artifactId>encuestame</artifactId>
<packaging>pom</packaging>
<version>1.5.5-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
<name>Encuestame</name>
<description>
Encuestame is an open source project based on Java 6 technology. You can use to create different
Expand Down

0 comments on commit c1cfc1b

Please sign in to comment.