You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2008/01/28 10:37:26 UTC

svn commit: r615809 - in /felix/trunk/framework: NOTICE doc/changelog.txt pom.xml src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java src/main/resources/META-INF/NOTICE

Author: pauls
Date: Mon Jan 28 01:37:24 2008
New Revision: 615809

URL: http://svn.apache.org/viewvc?rev=615809&view=rev
Log:
Prepare 1.0.2 release

Modified:
    felix/trunk/framework/NOTICE
    felix/trunk/framework/doc/changelog.txt
    felix/trunk/framework/pom.xml
    felix/trunk/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java
    felix/trunk/framework/src/main/resources/META-INF/NOTICE

Modified: felix/trunk/framework/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/framework/NOTICE?rev=615809&r1=615808&r2=615809&view=diff
==============================================================================
--- felix/trunk/framework/NOTICE (original)
+++ felix/trunk/framework/NOTICE Mon Jan 28 01:37:24 2008
@@ -1,5 +1,5 @@
 Apache Felix Framework
-Copyright 2006 The Apache Software Foundation
+Copyright 2008 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: felix/trunk/framework/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/framework/doc/changelog.txt?rev=615809&r1=615808&r2=615809&view=diff
==============================================================================
--- felix/trunk/framework/doc/changelog.txt (original)
+++ felix/trunk/framework/doc/changelog.txt Mon Jan 28 01:37:24 2008
@@ -1,4 +1,4 @@
-Changes from 1.0.1 to 1.0.2
+Changes from 1.0.1 to 1.0.3
 ---------------------------
 
 * [2008-01-27] Moved framework docs to main, since the launcher examples now

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=615809&r1=615808&r2=615809&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Mon Jan 28 01:37:24 2008
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.3</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java?rev=615809&r1=615808&r2=615809&view=diff
==============================================================================
--- felix/trunk/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java (original)
+++ felix/trunk/framework/src/main/java/org/apache/felix/framework/util/CompoundEnumeration.java Mon Jan 28 01:37:24 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.felix.framework.util;
 
 import java.util.Enumeration;

Modified: felix/trunk/framework/src/main/resources/META-INF/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/resources/META-INF/NOTICE?rev=615809&r1=615808&r2=615809&view=diff
==============================================================================
--- felix/trunk/framework/src/main/resources/META-INF/NOTICE (original)
+++ felix/trunk/framework/src/main/resources/META-INF/NOTICE Mon Jan 28 01:37:24 2008
@@ -1,5 +1,5 @@
 Apache Felix Framework
-Copyright 2006 The Apache Software Foundation
+Copyright 2008 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).