[jenkins-commons-jelly] 04/04: New upstream release Updated the version in 01_mavenize_debian_build.patch

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 5 11:26:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jenkins-commons-jelly.

commit dbd8c6474c90f67a23d632a16ae6a265e059885a
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 5 13:08:49 2014 +0200

    New upstream release
    Updated the version in 01_mavenize_debian_build.patch
---
 debian/changelog                              |  6 ++-
 debian/patches/01_mavenize_debian_build.patch | 54 ++++++++++-----------------
 2 files changed, 24 insertions(+), 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff7ccaf..35727f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-jenkins-commons-jelly (1.1-jenkins-20110627-4) UNRELEASED; urgency=medium
+jenkins-commons-jelly (1.1-jenkins-20120928-1) unstable; urgency=medium
 
   * Team upload.
+  * New upstream release
+  * Updated the version in 01_mavenize_debian_build.patch
   * debian/control:
     - Removed the deprecated DM-Upload-Allowed field
     - Standards-Version updated to 3.9.5 (no changes)
@@ -8,7 +10,7 @@ jenkins-commons-jelly (1.1-jenkins-20110627-4) UNRELEASED; urgency=medium
   * Switch to debhelper level 9
   * Use XZ compression for the upstream tarball
 
- -- Emmanuel Bourg <ebourg at apache.org>  Fri, 05 Sep 2014 12:17:41 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 05 Sep 2014 12:59:05 +0200
 
 jenkins-commons-jelly (1.1-jenkins-20110627-3) unstable; urgency=low
 
diff --git a/debian/patches/01_mavenize_debian_build.patch b/debian/patches/01_mavenize_debian_build.patch
index 393e9bb..fd21f65 100644
--- a/debian/patches/01_mavenize_debian_build.patch
+++ b/debian/patches/01_mavenize_debian_build.patch
@@ -4,10 +4,8 @@ Description: Provide pom.xml files for components which are not
 Author: James Page <james.page at canonical.com>
 Forwarded: no
 
-Index: jenkins-jelly/pom.xml
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ jenkins-jelly/pom.xml	2011-06-22 15:39:55.936904432 +0100
+--- /dev/null
++++ b/pom.xml
 @@ -0,0 +1,21 @@
 +<project xmlns="http://maven.apache.org/POM/4.0.0"
 +  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -30,10 +28,8 @@ Index: jenkins-jelly/pom.xml
 +    <module>jelly-tags/define</module>
 +  </modules>
 +</project>
-Index: jenkins-jelly/jelly-tags/fmt/pom.xml
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ jenkins-jelly/jelly-tags/fmt/pom.xml	2011-06-22 15:39:35.406904440 +0100
+--- /dev/null
++++ b/jelly-tags/fmt/pom.xml
 @@ -0,0 +1,54 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
@@ -42,7 +38,7 @@ Index: jenkins-jelly/jelly-tags/fmt/pom.xml
 +  <groupId>org.jenkins-ci</groupId>
 +  <artifactId>commons-jelly-tags-fmt</artifactId>
 +  <name>commons-jelly-tags-fmt</name>
-+  <version>1.1-jenkins-20110627</version>
++  <version>1.1-jenkins-20120928</version>
 +  <description>The Jelly JSP Standard Tag Library (JSTL) for I18N and Formatting</description>
 +  <dependencies>
 +    <dependency>
@@ -89,10 +85,8 @@ Index: jenkins-jelly/jelly-tags/fmt/pom.xml
 +    </repository>
 +  </distributionManagement>
 +</project>
-Index: jenkins-jelly/jelly-tags/xml/pom.xml
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ jenkins-jelly/jelly-tags/xml/pom.xml	2011-06-22 15:39:35.406904440 +0100
+--- /dev/null
++++ b/jelly-tags/xml/pom.xml
 @@ -0,0 +1,63 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
@@ -100,7 +94,7 @@ Index: jenkins-jelly/jelly-tags/xml/pom.xml
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.jenkins-ci</groupId>
 +  <artifactId>commons-jelly-tags-xml</artifactId>
-+  <version>1.1-jenkins-20110627</version>
++  <version>1.1-jenkins-20120928</version>
 +  <name>commons-jelly-tags-xml</name>
 +  <description>The Jelly XML Tag Library</description>
 +  <dependencies>
@@ -157,10 +151,8 @@ Index: jenkins-jelly/jelly-tags/xml/pom.xml
 +    </repository>
 +  </distributionManagement>
 +</project>
-Index: jenkins-jelly/jelly-tags/define/pom.xml
-===================================================================
---- jenkins-jelly.orig/jelly-tags/define/pom.xml	2011-06-22 15:29:03.006904726 +0100
-+++ jenkins-jelly/jelly-tags/define/pom.xml	2011-06-22 15:39:35.406904440 +0100
+--- a/jelly-tags/define/pom.xml
++++ b/jelly-tags/define/pom.xml
 @@ -1,15 +1,15 @@
  <?xml version="1.0" encoding="UTF-8"?><project>
    <modelVersion>4.0.0</modelVersion>
@@ -169,7 +161,7 @@ Index: jenkins-jelly/jelly-tags/define/pom.xml
    <artifactId>commons-jelly-tags-define</artifactId>
    <name>commons-jelly-tags-define</name>
 -  <version>1.0.1-hudson-20071021</version>
-+  <version>1.1-jenkins-20110627</version>
++  <version>1.1-jenkins-20120928</version>
    <description>The Jelly Define Tag Library</description>
    <dependencies>
      <dependency>
@@ -230,10 +222,8 @@ Index: jenkins-jelly/jelly-tags/define/pom.xml
 -</project>
 \ No newline at end of file
 +</project>
-Index: jenkins-jelly/jelly-tags/junit/pom.xml
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ jenkins-jelly/jelly-tags/junit/pom.xml	2011-06-22 15:39:35.406904440 +0100
+--- /dev/null
++++ b/jelly-tags/junit/pom.xml
 @@ -0,0 +1,61 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
@@ -241,7 +231,7 @@ Index: jenkins-jelly/jelly-tags/junit/pom.xml
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.jenkins-ci</groupId>
 +  <artifactId>commons-jelly-tags-junit</artifactId>
-+  <version>1.1-jenkins-20110627</version>
++  <version>1.1-jenkins-20120928</version>
 +  <name>commons-jelly-tags-junit</name>
 +  <description>The Jelly JUnit Tag Library</description>
 +  <dependencies>
@@ -296,10 +286,8 @@ Index: jenkins-jelly/jelly-tags/junit/pom.xml
 +    </repository>
 +  </distributionManagement>
 +</project>
-Index: jenkins-jelly/jelly-tags/dynabean/pom.xml
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ jenkins-jelly/jelly-tags/dynabean/pom.xml	2011-06-22 15:41:38.116904386 +0100
+--- /dev/null
++++ b/jelly-tags/dynabean/pom.xml
 @@ -0,0 +1,63 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
@@ -307,7 +295,7 @@ Index: jenkins-jelly/jelly-tags/dynabean/pom.xml
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.jenkins-ci</groupId>
 +  <artifactId>commons-jelly-tags-dynabean</artifactId>
-+  <version>1.1-jenkins-20110627</version>
++  <version>1.1-jenkins-20120928</version>
 +  <name>commons-jelly-tags-dynabean</name>
 +  <description>Commons Jelly Dyna Bean Tag Library</description>
 +  <dependencies>
@@ -364,10 +352,8 @@ Index: jenkins-jelly/jelly-tags/dynabean/pom.xml
 +    </repository>
 +  </distributionManagement>
 +</project>
-Index: jenkins-jelly/jelly-tags/log/pom.xml
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ jenkins-jelly/jelly-tags/log/pom.xml	2011-06-22 15:42:28.116904362 +0100
+--- /dev/null
++++ b/jelly-tags/log/pom.xml
 @@ -0,0 +1,63 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
@@ -375,7 +361,7 @@ Index: jenkins-jelly/jelly-tags/log/pom.xml
 +  <modelVersion>4.0.0</modelVersion>
 +  <groupId>org.jenkins-ci</groupId>
 +  <artifactId>commons-jelly-tags-log</artifactId>
-+  <version>1.1-jenkins-20110627</version>
++  <version>1.1-jenkins-20120928</version>
 +  <name>commons-jelly-tags-log</name>
 +  <description>Commons Jelly Log Tag Library</description>
 +  <dependencies>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-commons-jelly.git



More information about the pkg-java-commits mailing list