Skip to content

Commit

Permalink
Fixes more issues with the TCK auto deployment to maven.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@393 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Dec 23, 2010
1 parent 0686294 commit 4bcf735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.392
project.revision=0.9.9.393
project.revision.major=0
project.revision.minor=9090392
project.revision.minor=9090393
ivy.artifact.id=olap4j
ivy.artifact.group=org.olap4j
impl.title=olap4j
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ META-INF/**" />
<arg value="-Durl=${ivy.repository.publish}" />
<arg value="-DgroupId=${ivy.artifact.group}" />
<arg value="-DartifactId=${ivy.artifact.id}-tck" />
<arg value="-Dpackaging=java" />
<arg value="-Dpackaging=jar" />
<arg value="-Dversion=${project.revision}" />
<arg value="-Dfile=${publish.file}" />
</exec>
Expand All @@ -313,7 +313,7 @@ META-INF/**" />
<arg value="-Durl=${ivy.repository.publish}" />
<arg value="-DgroupId=${ivy.artifact.group}" />
<arg value="-DartifactId=${ivy.artifact.id}-tck" />
<arg value="-Dpackaging=java" />
<arg value="-Dpackaging=jar" />
<arg value="-Dversion=${project.revision}" />
<arg value="-Dfile=${publish.file}" />
</exec>
Expand Down

0 comments on commit 4bcf735

Please sign in to comment.