[java-parent-projects COMMIT] /java-parent-project-v2/trunk/bin/lock-version-monolithic.sh /java-parent-project-v2/tr...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 9 19:55:14 EDT 2015
Author: putmanb
Date: Mon Mar 9 19:55:14 2015
New Revision: 326
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=326&view=rev
Log:
JPAR-62: consider not locking checkstyle reference on release
Modified:
java-parent-project-v2/trunk/bin/lock-version-monolithic.sh
java-parent-project-v2/trunk/bin/lock-version-multimodule.sh
java-parent-project-v3/trunk/bin/lock-version-monolithic.sh
java-parent-project-v3/trunk/bin/lock-version-multimodule.sh
Modified: java-parent-project-v2/trunk/bin/lock-version-monolithic.sh
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/bin/lock-version-monolithic.sh?rev=326&r1=325&r2=326&view=diff
==============================================================================
--- java-parent-project-v2/trunk/bin/lock-version-monolithic.sh (original)
+++ java-parent-project-v2/trunk/bin/lock-version-monolithic.sh Mon Mar 9 19:55:14 2015
@@ -1,7 +1,7 @@
#! /bin/bash
-# Adjusts the reference to the eclipse project POM, and project
-# checkstyle configuration such that it points to static, tagged parent project
+# Adjusts the reference to the eclipse project POM
+# such that it points to static, tagged parent project
# information.
if [ $# != 2 ] ; then
@@ -17,4 +17,3 @@
source $LOCATION/lock-version-common.sh
lock_pom $1 $2
-lock_checkstyle $1 $2
Modified: java-parent-project-v2/trunk/bin/lock-version-multimodule.sh
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/bin/lock-version-multimodule.sh?rev=326&r1=325&r2=326&view=diff
==============================================================================
--- java-parent-project-v2/trunk/bin/lock-version-multimodule.sh (original)
+++ java-parent-project-v2/trunk/bin/lock-version-multimodule.sh Mon Mar 9 19:55:14 2015
@@ -1,7 +1,6 @@
#! /bin/bash
# Adjusts the references to the reference to the super POM in the parent module
-# and the checkstyle configuration for each project module
# such that it points to static, tagged parent project information.
if [ $# != 2 ] ; then
@@ -20,8 +19,6 @@
if [ -d "$2/$module" ] ; then
if [ ${module##*-} = "parent" ] ; then
lock_pom $1 $2/$module
- else
- lock_checkstyle $1 $2/$module
fi
fi
done
Modified: java-parent-project-v3/trunk/bin/lock-version-monolithic.sh
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/bin/lock-version-monolithic.sh?rev=326&r1=325&r2=326&view=diff
==============================================================================
--- java-parent-project-v3/trunk/bin/lock-version-monolithic.sh (original)
+++ java-parent-project-v3/trunk/bin/lock-version-monolithic.sh Mon Mar 9 19:55:14 2015
@@ -1,7 +1,7 @@
#! /bin/bash
-# Adjusts the reference to the eclipse project POM, and project
-# checkstyle configuration such that it points to static, tagged parent project
+# Adjusts the reference to the eclipse project POM
+# such that it points to static, tagged parent project
# information.
if [ $# != 2 ] ; then
@@ -17,4 +17,3 @@
source $LOCATION/lock-version-common.sh
lock_pom $1 $2
-lock_checkstyle $1 $2
Modified: java-parent-project-v3/trunk/bin/lock-version-multimodule.sh
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/bin/lock-version-multimodule.sh?rev=326&r1=325&r2=326&view=diff
==============================================================================
--- java-parent-project-v3/trunk/bin/lock-version-multimodule.sh (original)
+++ java-parent-project-v3/trunk/bin/lock-version-multimodule.sh Mon Mar 9 19:55:14 2015
@@ -1,7 +1,6 @@
#! /bin/bash
# Adjusts the references to the reference to the super POM in the parent module
-# and the checkstyle configuration for each project module
# such that it points to static, tagged parent project information.
if [ $# != 2 ] ; then
@@ -20,8 +19,6 @@
if [ -d "$2/$module" ] ; then
if [ ${module##*-} = "parent" ] ; then
lock_pom $1 $2/$module
- else
- lock_checkstyle $1 $2/$module
fi
fi
done
More information about the commits
mailing list