You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/01/24 22:51:04 UTC

incubator-streams git commit: resolves STREAMS-269

Repository: incubator-streams
Updated Branches:
  refs/heads/STREAMS-269 [created] 3c6dfc65b


resolves STREAMS-269


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

Branch: refs/heads/STREAMS-269
Commit: 3c6dfc65b09d035cc3001a036e3bf3f3d9b9fed5
Parents: de25075
Author: Steve Blackmon <sb...@apache.org>
Authored: Sat Jan 24 15:50:51 2015 -0600
Committer: Steve Blackmon <sb...@apache.org>
Committed: Sat Jan 24 15:50:51 2015 -0600

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/3c6dfc65/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e8f534e..c4c28fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,9 +298,9 @@
                     <configuration>
                       <resourceBundles>
                         <!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE -->
-                        <resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT</resourceBundle>
+                        <resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.4</resourceBundle>
                         <!-- Will generate META-INF/DISCLAIMER  -->
-                        <resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.2-SNAPSHOT</resourceBundle>
+                        <resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
                       </resourceBundles>
                     </configuration>
                   </execution>