Skip to content

Commit

Permalink
Trying to fix issues with upgrade QA
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikheremans committed Jul 27, 2012
1 parent 191acf1 commit d89e31c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distro/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<property file="${user.home}/.activiti/build.properties" />

<property name="activiti.version" value="5.9-SNAPSHOT" />
<property name="activiti.version" value="5.10-SNAPSHOT" />
<property name="target.distro.root" value="target/activiti-${activiti.version}" />
<property name="activiti.website" value="../../activiti-website" />

Expand Down
2 changes: 1 addition & 1 deletion distro/src/setup/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property file="build.db.properties" />

<property name="activiti.home" value=".." />
<property name="activiti.version" value="5.9-SNAPSHOT" />
<property name="activiti.version" value="5.10-SNAPSHOT" />
<property name="tomcat.url" value="http://activiti.org/downloads/" />

<!-- ### OS PROPERTIES #################################################################### -->
Expand Down
2 changes: 1 addition & 1 deletion qa/upgrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<repository>
<id>alfresco.snapshot.repo</id>
<url>https://maven.alfresco.com/nexus/content/repositories/activiti-snapshots/</url>
<snapshots><enabled /></snapshots>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
<id>alfresco</id>
Expand Down

0 comments on commit d89e31c

Please sign in to comment.