Repository: camel
Updated Branches:
  refs/heads/camel-2.12.x afd27100b -> d13ac6d16
  refs/heads/master 92ffd5b2b -> 836e69ab0


CAMEL-6777 Removed the apache-release profile


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/532951d6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/532951d6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/532951d6

Branch: refs/heads/camel-2.12.x
Commit: 532951d68d8bbe707b1753f9764fafbbc25aa83d
Parents: afd2710
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Fri Feb 21 22:26:25 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Fri Feb 21 22:28:22 2014 +0800

----------------------------------------------------------------------
 pom.xml | 44 +-------------------------------------------
 1 file changed, 1 insertion(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/532951d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 68bcfce..56071ad 100755
--- a/pom.xml
+++ b/pom.xml
@@ -503,7 +503,7 @@
        <id>release</id>
        <activation>
         <property>
-          <name>apache-release</name>
+          <name>release</name>
         </property>
       </activation>
       <build>
@@ -560,47 +560,5 @@
         </plugins>
       </build>
     </profile>
-
-    <profile>
-      <id>apache-release</id>
-      <activation>
-        <property>
-          <name>apache-release</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <!-- waiting for release -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <phase>package</phase>
-                <configuration>
-                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                  <descriptorRefs>
-                    <descriptorRef>source-release</descriptorRef>
-                  </descriptorRefs>
-                </configuration>
-              </execution>
-            </executions>
-            <dependencies>
-              <dependency>
-                <!-- apache version not yet released -->
-                <!--<groupId>org.apache</groupId> -->
-                <groupId>org.apache.geronimo.genesis</groupId>
-                
<artifactId>apache-source-release-assembly-descriptor</artifactId>
-                <!-- apache version not yet known -->
-                <version>2.0</version>
-              </dependency>
-            </dependencies>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 </project>

Reply via email to