- Upgrade to 3.3.1

This commit is contained in:
Chris Aniszczyk 2011-04-04 14:18:06 -05:00 committed by Chris Aniszczyk
parent ceed012e0b
commit c1801b5ac5
12 changed files with 33 additions and 30 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
asm-3.2.tar.gz
asm-*.tar.gz

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>asm-parent</artifactId>
<groupId>asm</groupId>
<version>3.2</version>
<version>3.3.1</version>
</parent>
<name>ASM Core</name>

View File

@ -4,11 +4,11 @@ Bundle-SymbolicName: org.objectweb.asm
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-Version: 3.2.0
Bundle-Version: 3.3.1
Bundle-Vendor: %providerName
Export-Package: org.objectweb.asm;version="3.2.0",org.objectweb.asm.co
mmons;version="3.2.0",org.objectweb.asm.signature;version="3.2.0",org
.objectweb.asm.tree;version="3.2.0",org.objectweb.asm.tree.analysis;v
ersion="3.2.0",org.objectweb.asm.util;version="3.2.0",org.objectweb.a
sm.xml;version="3.2.0"
Export-Package: org.objectweb.asm;version="3.3.1",org.objectweb.asm.co
mmons;version="3.3.1",org.objectweb.asm.signature;version="3.3.1",org
.objectweb.asm.tree;version="3.3.1",org.objectweb.asm.tree.analysis;v
ersion="3.3.1",org.objectweb.asm.util;version="3.3.1",org.objectweb.a
sm.xml;version="3.3.1"

View File

@ -4,7 +4,7 @@
<parent>
<groupId>asm</groupId>
<artifactId>asm-parent</artifactId>
<version>3.2</version>
<version>3.3.1</version>
</parent>
<name>ASM All</name>

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>asm-parent</artifactId>
<groupId>asm</groupId>
<version>3.2</version>
<version>3.3.1</version>
</parent>
<name>ASM Analysis</name>

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>asm-parent</artifactId>
<groupId>asm</groupId>
<version>3.2</version>
<version>3.3.1</version>
</parent>
<name>ASM Commons</name>

View File

@ -6,7 +6,7 @@
<artifactId>asm-parent</artifactId>
<groupId>asm</groupId>
<version>3.2</version>
<version>3.3.1</version>
<packaging>pom</packaging>
<name>ASM</name>
@ -55,9 +55,9 @@
</developers>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/tags/ASM_3_2</connection>
<developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/tags/ASM_3_2</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/tags/ASM_3_2/</url>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/trunk</connection>
<developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/trunk</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/</url>
</scm>
<issueManagement>

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>asm-parent</artifactId>
<groupId>asm</groupId>
<version>3.2</version>
<version>3.3.1</version>
</parent>
<name>ASM Tree</name>

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>asm-parent</artifactId>
<groupId>asm</groupId>
<version>3.2</version>
<version>3.3.1</version>
</parent>
<name>ASM Util</name>

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>asm-parent</artifactId>
<groupId>asm</groupId>
<version>3.2</version>
<version>3.3.1</version>
</parent>
<name>ASM XML</name>

View File

@ -31,22 +31,22 @@
%define section free
Name: objectweb-asm
Version: 3.2
Release: 3%{?dist}
Version: 3.3.1
Release: 1%{?dist}
Epoch: 0
Summary: A code manipulation tool to implement adaptable systems
License: BSD
URL: http://asm.objectweb.org/
Group: Development/Libraries/Java
Source0: http://download.forge.objectweb.org/asm/asm-3.2.tar.gz
Source1: http://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.pom
Source2: http://repo1.maven.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom
Source3: http://repo1.maven.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom
Source4: http://repo1.maven.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom
Source5: http://repo1.maven.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom
Source6: http://repo1.maven.org/maven2/asm/asm-xml/3.2/asm-xml-3.2.pom
Source7: http://repo1.maven.org/maven2/asm/asm-all/3.2/asm-all-3.2.pom
Source8: http://repo1.maven.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom
Source0: http://download.forge.objectweb.org/asm/asm-3.3.1.tar.gz
Source1: http://repo1.maven.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom
Source2: http://repo1.maven.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom
Source3: http://repo1.maven.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom
Source4: http://repo1.maven.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom
Source5: http://repo1.maven.org/maven2/asm/asm-util/3.3.1/asm-util-3.3.1.pom
Source6: http://repo1.maven.org/maven2/asm/asm-xml/3.3.1/asm-xml-3.3.1.pom
Source7: http://repo1.maven.org/maven2/asm/asm-all/3.3.1/asm-all-3.3.1.pom
Source8: http://repo1.maven.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Source9: asm-MANIFEST.MF
Patch0: objectweb-asm-no-classpath-in-manifest.patch
# Needed by asm-xml.jar
@ -151,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT
%{_javadocdir}/%{name}
%changelog
* Mon Apr 04 2011 Chris Aniszczyk <zx@redhat.com> 0:3.3.1
- Upgrade to 3.3.1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
a2220390f526a6f1879eb0ad7ee3eed4 asm-3.2.tar.gz
433024df8176f09922646316e415631c asm-3.3.1.tar.gz