Skip to content

Commit

Permalink
Fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 29, 2012
2 parents 2c46a60 + 4c76873 commit f6bf5fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gameoflife-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,16 @@
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
<<<<<<< HEAD
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-webservice</artifactId>
<version>0.9.66-SNAPSHOT</version>
=======
<version>0.9.67-SNAPSHOT</version>
>>>>>>> master
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,20 @@
</configuration>
</plugin>

<plugin>
<groupId>com.jelastic</groupId>
<artifactId>jelastic-maven-plugin</artifactId>
<version>1.6</version>
<configuration>
<email>${jelastic.username}</email>
<password>${jelastic.password}</password>
<context>gameoflife</context>
<environment>wakaleo</environment>
<api_hoster>app.jelastic.servint.net</api_hoster>
<finalName>gameoflife</finalName>
</configuration>
</plugin>

</plugins>

<pluginManagement>
Expand Down

0 comments on commit f6bf5fe

Please sign in to comment.