This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.testing-content-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git
commit f74f2746fe2c2e6bb7501e902474a33ab826119d Author: Radu Cotescu <[email protected]> AuthorDate: Mon Mar 23 09:15:58 2015 +0000 [maven-release-plugin] prepare release org.apache.sling.scripting.sightly.testing-content-1.0.0 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/testing-content@1668563 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index d4830f3..ab8d097 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ ~ specific language governing permissions and limitations ~ under the License. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- ======================================================================= --> <!-- P A R E N T P R O J E C T --> @@ -27,14 +26,14 @@ <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> <version>22</version> - <relativePath/> + <relativePath /> </parent> <!-- ======================================================================= --> <!-- P R O J E C T --> <!-- ======================================================================= --> <artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>Apache Sling Scripting Sightly Integration Tests Content</name> @@ -46,9 +45,9 @@ </description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/testing-content</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/testing-content</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/sightly/testing-content</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.sightly.testing-content-1.0.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.sightly.testing-content-1.0.0</developerConnection> + <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.scripting.sightly.testing-content-1.0.0</url> </scm> <properties> @@ -139,7 +138,7 @@ <instructions> <Sling-Initial-Content>SLING-INF;overwrite=true</Sling-Initial-Content> <Sling-Model-Packages>org.apache.sling.scripting.sightly.testing.models</Sling-Model-Packages> - <Require-Capability>io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"</Require-Capability> + <Require-Capability>io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"</Require-Capability> </instructions> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
