You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/10/09 15:46:35 UTC

svn commit: r1530606 - in /commons/proper/jci/tags/1.1-RC1: ./ compilers/ compilers/eclipse/ compilers/groovy/ compilers/janino/ compilers/jsr199/ compilers/rhino/ core/ examples/ examples/src/main/java/org/apache/commons/jci/examples/commandline/ exam...

Author: ebourg
Date: Wed Oct  9 13:46:34 2013
New Revision: 1530606

URL: http://svn.apache.org/r1530606
Log:
Creating JCI 1.1-RC1 tag

Added:
    commons/proper/jci/tags/1.1-RC1/
      - copied from r1530569, commons/proper/jci/trunk/
    commons/proper/jci/tags/1.1-RC1/LICENSE.txt
      - copied unchanged from r1530568, commons/proper/jci/trunk/LICENSE.txt
    commons/proper/jci/tags/1.1-RC1/NOTICE.txt
      - copied unchanged from r1530568, commons/proper/jci/trunk/NOTICE.txt
    commons/proper/jci/tags/1.1-RC1/README.txt
      - copied unchanged from r1530568, commons/proper/jci/trunk/README.txt
    commons/proper/jci/tags/1.1-RC1/RELEASE-NOTES.txt
      - copied unchanged from r1530568, commons/proper/jci/trunk/RELEASE-NOTES.txt
    commons/proper/jci/tags/1.1-RC1/TODO.txt
      - copied unchanged from r1530568, commons/proper/jci/trunk/TODO.txt
    commons/proper/jci/tags/1.1-RC1/compilers/
      - copied from r1530568, commons/proper/jci/trunk/compilers/
    commons/proper/jci/tags/1.1-RC1/core/
      - copied from r1530568, commons/proper/jci/trunk/core/
    commons/proper/jci/tags/1.1-RC1/doap_jci.rdf
      - copied unchanged from r1530568, commons/proper/jci/trunk/doap_jci.rdf
    commons/proper/jci/tags/1.1-RC1/examples/
      - copied from r1530568, commons/proper/jci/trunk/examples/
    commons/proper/jci/tags/1.1-RC1/examples/pom.xml
      - copied, changed from r1530588, commons/proper/jci/trunk/examples/pom.xml
    commons/proper/jci/tags/1.1-RC1/examples/src/main/java/org/apache/commons/jci/examples/commandline/CommandlineCompiler.java
      - copied unchanged from r1530586, commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/commandline/CommandlineCompiler.java
    commons/proper/jci/tags/1.1-RC1/examples/src/main/java/org/apache/commons/jci/examples/serverpages/JspGenerator.java
      - copied unchanged from r1530586, commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/serverpages/JspGenerator.java
    commons/proper/jci/tags/1.1-RC1/examples/src/main/java/org/apache/commons/jci/examples/serverpages/ServerPageServlet.java
      - copied unchanged from r1530586, commons/proper/jci/trunk/examples/src/main/java/org/apache/commons/jci/examples/serverpages/ServerPageServlet.java
    commons/proper/jci/tags/1.1-RC1/fam/
      - copied from r1530568, commons/proper/jci/trunk/fam/
    commons/proper/jci/tags/1.1-RC1/pom.xml
      - copied, changed from r1530592, commons/proper/jci/trunk/pom.xml
    commons/proper/jci/tags/1.1-RC1/src/
      - copied from r1530568, commons/proper/jci/trunk/src/
    commons/proper/jci/tags/1.1-RC1/src/site/site.xml
      - copied unchanged from r1530573, commons/proper/jci/trunk/src/site/site.xml
    commons/proper/jci/tags/1.1-RC1/src/site/xdoc/index.xml
      - copied unchanged from r1530589, commons/proper/jci/trunk/src/site/xdoc/index.xml
    commons/proper/jci/tags/1.1-RC1/src/site/xdoc/issue-tracking.xml
      - copied unchanged from r1530570, commons/proper/jci/trunk/src/site/xdoc/issue-tracking.xml
    commons/proper/jci/tags/1.1-RC1/src/site/xdoc/usage.xml
      - copied unchanged from r1530589, commons/proper/jci/trunk/src/site/xdoc/usage.xml
Removed:
    commons/proper/jci/tags/1.1-RC1/src/site/xdoc/downloads.xml
Modified:
    commons/proper/jci/tags/1.1-RC1/compilers/eclipse/pom.xml
    commons/proper/jci/tags/1.1-RC1/compilers/groovy/pom.xml
    commons/proper/jci/tags/1.1-RC1/compilers/janino/pom.xml
    commons/proper/jci/tags/1.1-RC1/compilers/jsr199/pom.xml
    commons/proper/jci/tags/1.1-RC1/compilers/rhino/pom.xml
    commons/proper/jci/tags/1.1-RC1/core/pom.xml
    commons/proper/jci/tags/1.1-RC1/fam/pom.xml

Modified: commons/proper/jci/tags/1.1-RC1/compilers/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/compilers/eclipse/pom.xml?rev=1530606&r1=1530568&r2=1530606&view=diff
==============================================================================
--- commons/proper/jci/tags/1.1-RC1/compilers/eclipse/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/compilers/eclipse/pom.xml Wed Oct  9 13:46:34 2013
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-eclipse</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI compiler-eclipse</name>
     <description>
         Apache Commons JCI compiler implementation for the Eclipse compiler.

Modified: commons/proper/jci/tags/1.1-RC1/compilers/groovy/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/compilers/groovy/pom.xml?rev=1530606&r1=1530568&r2=1530606&view=diff
==============================================================================
--- commons/proper/jci/tags/1.1-RC1/compilers/groovy/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/compilers/groovy/pom.xml Wed Oct  9 13:46:34 2013
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-groovy</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI compiler-groovy</name>
     <description>
         Apache Commons JCI compiler implementation for the Groovy compiler.

Modified: commons/proper/jci/tags/1.1-RC1/compilers/janino/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/compilers/janino/pom.xml?rev=1530606&r1=1530568&r2=1530606&view=diff
==============================================================================
--- commons/proper/jci/tags/1.1-RC1/compilers/janino/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/compilers/janino/pom.xml Wed Oct  9 13:46:34 2013
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-janino</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI compiler-janino</name>
     <description>
         Apache Commons JCI compiler implementation for the Janino compiler.

Modified: commons/proper/jci/tags/1.1-RC1/compilers/jsr199/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/compilers/jsr199/pom.xml?rev=1530606&r1=1530568&r2=1530606&view=diff
==============================================================================
--- commons/proper/jci/tags/1.1-RC1/compilers/jsr199/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/compilers/jsr199/pom.xml Wed Oct  9 13:46:34 2013
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-jsr199</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI compiler-jsr199</name>
     <description>
         Apache Commons JCI compiler implementation for JDK 1.6 and up.

Modified: commons/proper/jci/tags/1.1-RC1/compilers/rhino/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/compilers/rhino/pom.xml?rev=1530606&r1=1530568&r2=1530606&view=diff
==============================================================================
--- commons/proper/jci/tags/1.1-RC1/compilers/rhino/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/compilers/rhino/pom.xml Wed Oct  9 13:46:34 2013
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-rhino</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI compiler-rhino</name>
     <description>
         Apache Commons JCI compiler implementation for Rhino javascript.

Modified: commons/proper/jci/tags/1.1-RC1/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/core/pom.xml?rev=1530606&r1=1530568&r2=1530606&view=diff
==============================================================================
--- commons/proper/jci/tags/1.1-RC1/core/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/core/pom.xml Wed Oct  9 13:46:34 2013
@@ -21,10 +21,10 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
     </parent>
     <artifactId>commons-jci-core</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI core</name>
     <description>
         Apache Commons JCI core interfaces and implementations.

Copied: commons/proper/jci/tags/1.1-RC1/examples/pom.xml (from r1530588, commons/proper/jci/trunk/examples/pom.xml)
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/examples/pom.xml?p2=commons/proper/jci/tags/1.1-RC1/examples/pom.xml&p1=commons/proper/jci/trunk/examples/pom.xml&r1=1530588&r2=1530606&rev=1530606&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/examples/pom.xml Wed Oct  9 13:46:34 2013
@@ -21,10 +21,10 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
     </parent>
     <artifactId>commons-jci-examples</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI examples</name>
     <description>
         Apache Commons JCI examples.

Modified: commons/proper/jci/tags/1.1-RC1/fam/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/fam/pom.xml?rev=1530606&r1=1530568&r2=1530606&view=diff
==============================================================================
--- commons/proper/jci/tags/1.1-RC1/fam/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/fam/pom.xml Wed Oct  9 13:46:34 2013
@@ -21,10 +21,10 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.1</version>
     </parent>
     <artifactId>commons-jci-fam</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI FileAlterationMonitor</name>
     <description>
         Commons JCI FileAlterationMonitor (FAM) to monitor local filesystems and get notified about changes.

Copied: commons/proper/jci/tags/1.1-RC1/pom.xml (from r1530592, commons/proper/jci/trunk/pom.xml)
URL: http://svn.apache.org/viewvc/commons/proper/jci/tags/1.1-RC1/pom.xml?p2=commons/proper/jci/tags/1.1-RC1/pom.xml&p1=commons/proper/jci/trunk/pom.xml&r1=1530592&r2=1530606&rev=1530606&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/tags/1.1-RC1/pom.xml Wed Oct  9 13:46:34 2013
@@ -27,7 +27,7 @@
     <packaging>pom</packaging>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jci</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
     <name>Apache Commons JCI</name>
     <description>
         Apache Commons JCI is a java compiler interface.