Author: markt Date: Wed Oct 19 10:10:33 2016 New Revision: 1765569 URL: http://svn.apache.org/viewvc?rev=1765569&view=rev Log: Add the JASPIC API jar to the Maven Central publication script
Added: tomcat/trunk/res/maven/tomcat-jaspic-api.pom (with props) Modified: tomcat/trunk/res/maven/mvn-pub.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/res/maven/mvn-pub.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn-pub.xml?rev=1765569&r1=1765568&r2=1765569&view=diff ============================================================================== --- tomcat/trunk/res/maven/mvn-pub.xml (original) +++ tomcat/trunk/res/maven/mvn-pub.xml Wed Oct 19 10:10:33 2016 @@ -321,6 +321,10 @@ jarFileName="websocket-api.jar" srcJarFileName="websocket-api-src.jar"/> + <doMavenDeploy artifactId="tomcat-jaspic-api" + jarFileName="jaspic-api.jar" + srcJarFileName="jaspic-api-src.jar"/> + <doMavenDeploy artifactId="tomcat-api"/> <doMavenDeploy artifactId="tomcat-jni"/> <doMavenDeploy artifactId="tomcat-util"/> Added: tomcat/trunk/res/maven/tomcat-jaspic-api.pom URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jaspic-api.pom?rev=1765569&view=auto ============================================================================== --- tomcat/trunk/res/maven/tomcat-jaspic-api.pom (added) +++ tomcat/trunk/res/maven/tomcat-jaspic-api.pom Wed Oct 19 10:10:33 2016 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-jaspic-api</artifactId> + <version>@MAVEN.DEPLOY.VERSION@</version> + <description>javax.security.auth.message package</description> + <url>http://tomcat.apache.org/</url> + <licenses> + <license> + <name>Apache License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> +</project> Propchange: tomcat/trunk/res/maven/tomcat-jaspic-api.pom ------------------------------------------------------------------------------ svn:eol-style = native Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1765569&r1=1765568&r2=1765569&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Oct 19 10:10:33 2016 @@ -124,6 +124,13 @@ </update> </changelog> </subsection> + <subsection name="Other"> + <chnagelog> + <add> + Add the JASPIC API jar to the Maven Central publication script. (markt) + </add> + </chnagelog> + </subsection> </section> <section name="Tomcat 9.0.0.M11" rtext="2016-10-10"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org