Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-10-07 14:33:06 +0000
committerUwe Stieber2012-10-07 14:33:06 +0000
commit36bf6af2940963b131c89b89ff29585353fe5c85 (patch)
tree16caff40d0437a04caa83cfabd1a747629317f20 /admin
parent22f044871308576080d32e63f1d2f560c4c460f8 (diff)
downloadorg.eclipse.tcf-36bf6af2940963b131c89b89ff29585353fe5c85.tar.gz
org.eclipse.tcf-36bf6af2940963b131c89b89ff29585353fe5c85.tar.xz
org.eclipse.tcf-36bf6af2940963b131c89b89ff29585353fe5c85.zip
Releng: Fix repository deploy step, remove old "sign" profile, rename profile "sign-new" into "sign"
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 5a6fe7ee7..87fabe764 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -36,7 +36,7 @@
<profiles>
<profile>
- <id>sign-new</id>
+ <id>sign</id>
<!-- Uses the new jarsigner from the CBI platform -->
<!-- Not deployed to nexus yet. Must be build locally -->
<!-- before running this profile. -->

Back to the top