]> source.dussan.org Git - aspectj.git/commitdiff
finishing off 1.6.13
authorAndy Clement <andrew.clement@gmail.com>
Thu, 25 Apr 2013 21:10:56 +0000 (14:10 -0700)
committerAndy Clement <andrew.clement@gmail.com>
Thu, 25 Apr 2013 21:10:56 +0000 (14:10 -0700)
build/usedForMavenUpload_release/aspectjrt.pom
build/usedForMavenUpload_release/aspectjtools.pom
build/usedForMavenUpload_release/aspectjweaver.pom
docs/dist/doc/README-1613.html [new file with mode: 0644]
docs/dist/doc/index.html

index 3bb479da83a1f3673eb31b87996068e6be3681f7..555b23d6847ae55e17c8524bea5238fb62ed1b8d 100644 (file)
@@ -5,7 +5,7 @@
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjrt</artifactId>
   <packaging>jar</packaging>
-  <version>1.6.11.RELEASE</version>
+  <version>1.6.13.RELEASE</version>
   <name>AspectJ runtime</name>
   <description>The runtime needed to execute a program using AspectJ</description>
   <url>http://www.aspectj.org</url>
index 7ebffbf763485efffc095e6430be8eab2b02956f..c3ef4d1666489ed6064a38cd627d706e9e9e627d 100644 (file)
@@ -5,7 +5,7 @@
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjtools</artifactId>
   <packaging>jar</packaging>
-  <version>1.6.11.RELEASE</version>
+  <version>1.6.13.RELEASE</version>
   <name>AspectJ tools</name>
   <description>Tools from the AspectJ project</description>
   <url>http://www.aspectj.org</url>
index de5593398b9154c1f30994043ff11c064bc127e1..cb1ee1265f79cf9c135aad7852c114820cea817b 100644 (file)
@@ -5,7 +5,7 @@
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjweaver</artifactId>
   <packaging>jar</packaging>
-  <version>1.6.11.RELEASE</version>
+  <version>1.6.13.RELEASE</version>
   <name>AspectJ weaver</name>
   <description>The AspectJ weaver introduces advices to java classes</description>
   <url>http://www.aspectj.org</url>
diff --git a/docs/dist/doc/README-1613.html b/docs/dist/doc/README-1613.html
new file mode 100644 (file)
index 0000000..b2cc40c
--- /dev/null
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.6.13 Readme</title>
+<style type="text/css">
+<!--
+  P   { margin-left:  20px; }
+  PRE { margin-left:  20px; }
+  LI  { margin-left:  20px; }
+  H4  { margin-left:  20px; }
+  H3  { margin-left:  10px; }
+-->
+</style>
+</head>
+
+<body>
+<div align="right"><small>
+&copy; Copyright 2010-2013 Contributors.
+All rights reserved.
+</small></div>
+
+<h1>AspectJ 1.6.13 Readme</h1>
+
+Missing apache license inserted into ConstantPool.java.
+
+<!-- ============================== -->  
+</body>
+</html>
index 35e6339dce17503ef00126b1cc40db5822559fe2..032ca20ace759530aea94f511e833c447991a241 100644 (file)
 <tr> <td>README's
      </td>
      <td>Changes and porting guide for AspectJ 
+        <a href="README-1613.html">1.6.13</a>,
         <a href="README-1612.html">1.6.12</a>,
         <a href="README-1611.html">1.6.11</a>,
         <a href="README-1610.html">1.6.10</a>,