Skip to content

Commit

Permalink
Fixes (yet again) another woopsie with the build.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@390 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Dec 22, 2010
1 parent a13b7ec commit 4389388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# See also 'test.properties', which contains settings for the regression
# suite.

project.revision=0.9.9.389
project.revision=0.9.9.390
project.revision.major=0
project.revision.minor=9090389
project.revision.minor=9090390
ivy.artifact.id=olap4j
ivy.artifact.group=org.olap4j
impl.title=olap4j
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ META-INF/**" />
<antcall target="subfloor.publish-nojar"/>
<antcall target="maven-publish-sources">
<param name="publish.groupId" value="${ivy.artifact.group}" />
<param name="publish.artifactId" value="${ivy.artifact.id}" />
<param name="publish.artifactId" value="${ivy.artifact.id}-tck" />
<param name="publish.version" value="${project.revision}" />
<param name="publish.file" value="${dist.dir}/${ivy.artifact.id}-tck-${project.revision}.jar" />
</antcall>
Expand Down

0 comments on commit 4389388

Please sign in to comment.