You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/05/06 17:24:32 UTC

[1/3] git commit: STORM-302: Fixes Indentation for storm-dist pom.xml files

Repository: incubator-storm
Updated Branches:
  refs/heads/master a0876291a -> c1eb423c9


STORM-302: Fixes Indentation for storm-dist pom.xml files


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/5ee4f3df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/5ee4f3df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/5ee4f3df

Branch: refs/heads/master
Commit: 5ee4f3df527290b5949b85c19f74cc1f28832d25
Parents: dc4de42
Author: Srinivas Prasad Gumdelli <sr...@gmail.com>
Authored: Sun Apr 27 04:23:42 2014 -0500
Committer: Srinivas Prasad Gumdelli <sr...@gmail.com>
Committed: Sun Apr 27 04:23:42 2014 -0500

----------------------------------------------------------------------
 storm-dist/binary/pom.xml | 40 ++++++++++++++++++++--------------------
 storm-dist/source/pom.xml | 38 +++++++++++++++++++-------------------
 2 files changed, 39 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/5ee4f3df/storm-dist/binary/pom.xml
----------------------------------------------------------------------
diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml
index 3120709..4fa3a27 100644
--- a/storm-dist/binary/pom.xml
+++ b/storm-dist/binary/pom.xml
@@ -41,26 +41,26 @@
     <build>
         <finalName>apache-storm-${project.version}</finalName>
         <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-                <execution>
-                    <phase>package</phase>
-                    <goals>
-                        <goal>single</goal>
-                    </goals>
-                </execution>
-            </executions>
-            <configuration>
-                <attach>true</attach>
-                <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                <descriptors>
-                    <descriptor>${project.basedir}/src/main/assembly/binary.xml</descriptor>
-                </descriptors>
-				<appendAssemblyId>false</appendAssemblyId>
-            </configuration>
-        </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <attach>true</attach>
+                    <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                    <descriptors>
+                        <descriptor>${project.basedir}/src/main/assembly/binary.xml</descriptor>
+                    </descriptors>
+                    <appendAssemblyId>false</appendAssemblyId>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-gpg-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/5ee4f3df/storm-dist/source/pom.xml
----------------------------------------------------------------------
diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml
index 8330094..b5552df 100644
--- a/storm-dist/source/pom.xml
+++ b/storm-dist/source/pom.xml
@@ -41,25 +41,25 @@
     <build>
         <finalName>apache-storm-${project.version}</finalName>
         <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-                <execution>
-                    <phase>package</phase>
-                    <goals>
-                        <goal>single</goal>
-                    </goals>
-                </execution>
-            </executions>
-            <configuration>
-                <attach>true</attach>
-                <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                <descriptors>
-                    <descriptor>${project.basedir}/src/main/assembly/source.xml</descriptor>
-                </descriptors>
-            </configuration>
-        </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <attach>true</attach>
+                    <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                    <descriptors>
+                        <descriptor>${project.basedir}/src/main/assembly/source.xml</descriptor>
+                    </descriptors>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-gpg-plugin</artifactId>


[2/3] git commit: Merge branch 'change-pom' of https://github.com/srinivasgumdelli/incubator-storm

Posted by bo...@apache.org.
Merge branch 'change-pom' of https://github.com/srinivasgumdelli/incubator-storm

STORM-302: Fix Indentation for pom.xml in storm-dist


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/57e854a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/57e854a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/57e854a0

Branch: refs/heads/master
Commit: 57e854a055720e65c660e3385f33aa83f979075e
Parents: a087629 5ee4f3d
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Tue May 6 15:23:12 2014 +0000
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Tue May 6 15:23:12 2014 +0000

----------------------------------------------------------------------
 storm-dist/binary/pom.xml | 40 ++++++++++++++++++++--------------------
 storm-dist/source/pom.xml | 38 +++++++++++++++++++-------------------
 2 files changed, 39 insertions(+), 39 deletions(-)
----------------------------------------------------------------------



[3/3] git commit: Added Changelog for STORM-302: Fix Indentation for pom.xml in storm-dist

Posted by bo...@apache.org.
Added Changelog for
STORM-302: Fix Indentation for pom.xml in storm-dist


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/c1eb423c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/c1eb423c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/c1eb423c

Branch: refs/heads/master
Commit: c1eb423c94344ddfaad78fb2db30bb3c33e72d4b
Parents: 57e854a
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Tue May 6 15:23:49 2014 +0000
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Tue May 6 15:23:49 2014 +0000

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/c1eb423c/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ce41f0..74f2ba2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-302: Fix Indentation for pom.xml in storm-dist
  * STORM-235: Registering a null metric should blow up early
  * STORM-113: making thrift usage thread safe for local cluster
  * STORM-223: use safe parsing for reading YAML