You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/02/21 15:32:20 UTC

[4/5] git commit: CAMEL-6777 Removed the apache-release profile

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/d10d5b86
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d10d5b86
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d10d5b86

Branch: refs/heads/master
Commit: d10d5b86668d7cdd39d75d2fca20241710bf42d4
Parents: 9d000ca
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Feb 21 22:26:25 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Feb 21 22:31:49 2014 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/d10d5b86/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dbcebf2..0e2dcd2b 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>