Author: bdelacretaz
Date: Tue Feb 23 15:55:12 2016
New Revision: 1731895
URL: http://svn.apache.org/viewvc?rev=1731895&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.bgservlets.testing-1.0.0
Modified:
sling/trunk/contrib/extensions/bgservlets/testing/pom.xml
Modified: sling/trunk/contrib/extensions/bgservlets/testing/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/bgservlets/testing/pom.xml?rev=1731895&r1=1731894&r2=1731895&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/bgservlets/testing/pom.xml (original)
+++ sling/trunk/contrib/extensions/bgservlets/testing/pom.xml Tue Feb 23
15:55:12 2016
@@ -14,19 +14,18 @@
License for the 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>
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>16</version>
- <relativePath/>
+ <relativePath />
</parent>
<artifactId>org.apache.sling.bgservlets.testing</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>slingstart</packaging>
<name>Apache Sling Background Servlets Integration Tests</name>
@@ -36,10 +35,10 @@
<HttpTestBase.readyTimeoutSeconds>62</HttpTestBase.readyTimeoutSeconds>
<!-- path suffix for HTTP access to Sling -->
- <http.base.path/>
+ <http.base.path />
<!-- path suffix for WebDAV access to the repository -->
- <webdav.workspace.path/>
+ <webdav.workspace.path />
<!-- hostname for integration tests -->
<test.host>localhost</test.host>
@@ -56,7 +55,7 @@
otherwise you can provide your own debug settings
-->
- <debug.options/>
+ <debug.options />
</properties>
<build>
@@ -175,4 +174,10 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</developerConnection>
+
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.bgservlets.testing-1.0.0</url>
+ </scm>
</project>