[liquibase] Updating to Liquibase 3.1.0

Alex Wood awood at fedoraproject.org
Mon Jan 13 22:01:36 UTC 2014


commit 2429b88c6735174e7e16a9ec0cc892ef4ebe6a72
Author: Alex Wood <awood at redhat.com>
Date:   Mon Jan 13 15:31:08 2014 -0500

    Updating to Liquibase 3.1.0

 .gitignore     |    1 +
 liquibase.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e795af9..5ec2a03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /liquibase-2.0.3.tar.gz
 /liquibase-2.0.5.tar.gz
 /liquibase-3.0.7.tar.gz
+/liquibase-3.1.0.tar.gz
diff --git a/liquibase.spec b/liquibase.spec
index fec57bc..f12536d 100644
--- a/liquibase.spec
+++ b/liquibase.spec
@@ -1,14 +1,14 @@
 Name: liquibase
 Summary: Database Refactoring Tool
-Version: 3.0.7
-Release: 4%{?dist}
+Version: 3.1.0
+Release: 1%{?dist}
 License: ASL 2.0
 Group: Applications/Databases
 
 # Liquibase does not distribute source releases. To generate:
 #   git clone https://github.com/liquibase/liquibase.git
 #   cd liquibase/
-#   git archive --format=tar.gz --prefix=liquibase-3.0.7/ liquibase-parent-3.0.7 liquibase-core/ changelog.txt LICENSE.txt pom.xml > liquibase-3.0.7.tar.gz
+#   git archive --format=tar.gz --prefix=liquibase-3.1.0/ liquibase-parent-3.1.0 liquibase-core/ changelog.txt LICENSE.txt pom.xml > liquibase-3.1.0.tar.gz
 Source0: %{name}-%{version}.tar.gz
 Source1: build.xml
 
@@ -91,6 +91,9 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jan 13 2014 Alex Wood <awood at redhat.com> 3.1.0-1
+- Update to 3.1.0
+
 * Mon Oct 28 2013 Alex Wood <awood at redhat.com> - 3.0.7-4
 - Update to 3.0.7.
 - Use jpackage-utils to generate launch script.
diff --git a/sources b/sources
index 4e55db6..b0a0f32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5c8a621783a2bd2ecb6bb5a2c9427e5  liquibase-3.0.7.tar.gz
+36eea79cab55a6fa7cd601f91291b454  liquibase-3.1.0.tar.gz


More information about the scm-commits mailing list