Skip to content

Commit

Permalink
Bump the version number to 0.4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkearney committed May 24, 2010
1 parent 58f4f05 commit 4c39372
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.4.3
version=0.4.5
release=1
libvirt.required=0.8.1
java.required=1:1.5.0
Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<rpm specfile="${spec}" command="-ba" topdir="${rpm.topdir}" />
</target>

<target name="maven" depends="build">
<target name="maven" depends="build" description="publish the maven repo">
<mkdir dir="target/repo" />
<get src="http://mirror.its.uidaho.edu/pub/apache/maven/binaries/maven-ant-tasks-2.1.0.jar" dest="target/maven-ant-tasks-2.1.0.jar" />
<copy file="pom.xml.in" tofile="target/pom.xml" overwrite="true" filtering="true">
Expand Down Expand Up @@ -107,7 +107,7 @@
</scp>
</target>

<target name="publish_source" depends="build">
<target name="publish_source" depends="build" description="Publish the source tarball">
<input message="Username for copying source files: "
addproperty="scp.username"/>
<input message="Passphrase: "
Expand All @@ -121,7 +121,7 @@

</target>

<target name="publish_srpm" depends="build">
<target name="publish_srpm" depends="build" description="publish the srpm">
<input message="Username for copying source files: "
addproperty="scp.username"/>
<input message="Passphrase: "
Expand Down
3 changes: 3 additions & 0 deletions libvirt-java.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ rm -rf %{buildroot}
%{_javadocdir}/%{name}

%changelog
* Mon May 24 2010 Bryan Kearney <[email protected]) - 0.4.5-1
- Added libvirt support up to 0.8.1 API

* Fri May 14 2010 Bryan Kearney <[email protected]> - 0.4.3-1
- Added libvirt API support for up to 0.7.1
- Reduce java dependencies to 1.5
Expand Down

0 comments on commit 4c39372

Please sign in to comment.