diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-06 08:58:12 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-07 20:06:57 +0100 |
commit | 8ac0faa2b83dde165d45ab62c932ba0f26f42e54 (patch) | |
tree | 6f5656e783c5bb9de425e718690732ce796b5603 /src/test/resources/nexus | |
parent | 1c2c16858e95db9ae90726fa0da69b88457c1807 (diff) | |
download | esper-testing-8ac0faa2b83dde165d45ab62c932ba0f26f42e54.tar.gz esper-testing-8ac0faa2b83dde165d45ab62c932ba0f26f42e54.tar.bz2 esper-testing-8ac0faa2b83dde165d45ab62c932ba0f26f42e54.tar.xz esper-testing-8ac0faa2b83dde165d45ab62c932ba0f26f42e54.zip |
o Adding support for new release events.
Diffstat (limited to 'src/test/resources/nexus')
-rwxr-xr-x | src/test/resources/nexus/recentlyDeployedArtifacts.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/test/resources/nexus/recentlyDeployedArtifacts.xml b/src/test/resources/nexus/recentlyDeployedArtifacts.xml index 1fe22d9..c1751dc 100755 --- a/src/test/resources/nexus/recentlyDeployedArtifacts.xml +++ b/src/test/resources/nexus/recentlyDeployedArtifacts.xml @@ -7,6 +7,7 @@ <pubDate>Tue, 04 Dec 2012 12:26:41 GMT</pubDate> <dc:creator>Nexus 1.9.2.3</dc:creator> <dc:date>2012-12-04T12:26:41Z</dc:date> + <!-- normal snapshot --> <item> <title>org.example:example:1.0-20121204.122640-536</title> <link>http://hostname/repository/content/repositories/snapshots/org/example/example/1.0-SNAPSHOT/example-1.0-20121204.122640-536.pom</link> @@ -20,5 +21,30 @@ <dc:creator>developer</dc:creator> <dc:date>2012-12-04T12:26:40Z</dc:date> </item> + <!-- classifier --> + <item> + <title>org.example:example:1.0-20121204.122640-536:tests</title> + <link>http://hostname/repository/content/repositories/snapshots/org/example/example/1.0-SNAPSHOT/example-1.0-20121204.122640-536-tests.jar</link> + <description> + The artifact 'org.example:example:1.0-20121204.122640-536:tests' in repository 'Snapshots' was + deployed.Action was initiated by user "developer". + Request originated from IP address 1.2.3.4. + </description> + <pubDate>Tue, 04 Dec 2012 12:26:40 GMT</pubDate> + <guid>http://hostname/repository/content/repositories/snapshots/org/example/example/1.0-SNAPSHOT/example-1.0-20121204.122640-536:tests.jar</guid> + <dc:creator>developer</dc:creator> + <dc:date>2012-12-04T12:26:40Z</dc:date> + </item> + <!-- normal release --> + <item> + <title>org.example:example:1.10</title> + <link>http://hostname/repository/content/repositories/releases/org/example/example/1.10/example-1.10.pom</link> + <description>The artifact 'org.example:example:1.10' in repository 'Releases' was deployed.Action was initiated by user "foo". + Request originated from IP address 172.21.3.60.</description> + <pubDate>Wed, 05 Dec 2012 13:33:47 GMT</pubDate> + <guid>http://hostname/repository/content/repositories/releases/org/example/example/1.10/example-1.10.pom</guid> + <dc:creator>foo</dc:creator> + <dc:date>2012-12-05T13:33:47Z</dc:date> + </item> </channel> </rss> |