Skip to content

Commit

Permalink
MONDRIAN: Upgrade to ivy-2.0.0-beta2; change version of mondrian and …
Browse files Browse the repository at this point in the history
…workbench to 3.1.0; obsolete references to julian-repo.

[git-p4: depot-paths = "//open/mondrian/": change = 11336]
  • Loading branch information
julianhyde committed Jul 23, 2008
1 parent d709013 commit 5726e9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -12,7 +12,7 @@
<property environment="env"/>

<!-- Define desired ivy version and location. -->
<property name="ivy.install.version" value="2.0.0-beta1"/>
<property name="ivy.install.version" value="2.0.0-beta2"/>
<property name="ivy.jar.dir" value="${basedir}/ivy"/>
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>

Expand Down
4 changes: 2 additions & 2 deletions ivy.xml
Expand Up @@ -14,10 +14,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">

<info organisation="pentaho" module="mondrian" revision="3.0.3">
<info organisation="pentaho" module="mondrian" revision="3.1.0">
<license name="CPL" url="http://www.opensource.org/licenses/cpl.html"/>
<ivyauthor name="Julian Hyde" />
<repository name="julian-rep" url="http://repo.hydromatic.net"/>
<repository name="pentaho-rep" url="http://repo.pentaho.org"/>
<description homepage="http://mondrian.pentaho.org">
Mondrian is an OLAP (online analytical processing) engine written
in Java. It reads from JDBC data sources, aggregates data in a
Expand Down
2 changes: 1 addition & 1 deletion ivysettings.xml
Expand Up @@ -12,7 +12,7 @@
<settings defaultResolver="chain"/>
<resolvers>
<chain name="chain">
<url name="pentaho-repo" m2compatible="true">
<url name="pentaho-rep" m2compatible="true">
<artifact pattern="http://repo.pentaho.org/artifactory/repo/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" />
<artifact pattern="http://repo.pentaho.org/artifactory/repo/[organisation]/[module]/[revision]/[artifact].[ext]" />
</url>
Expand Down
4 changes: 2 additions & 2 deletions workbench/ivy.xml
Expand Up @@ -14,10 +14,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">

<info organisation="pentaho" module="mondrian-workbench" revision="3.0.3">
<info organisation="pentaho" module="mondrian-workbench" revision="3.1.0">
<license name="CPL" url="http://www.opensource.org/licenses/cpl.html"/>
<ivyauthor name="Julian Hyde" />
<repository name="julian-rep" url="http://repo.hydromatic.net"/>
<repository name="pentaho-rep" url="http://repo.pentaho.org"/>
<description homepage="http://mondrian.pentaho.org">
Mondrian workbench.
</description>
Expand Down

0 comments on commit 5726e9b

Please sign in to comment.