diff --git a/build.gradle b/build.gradle
index a0c219f..4a9f7db 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,15 +1,15 @@
buildscript {
- repositories {
- ext.artifactory_resolve_url = project.properties['artifactory_resolve_url'] ?: 'ignorethisinvalidurltrymavencentralinstead'
- maven {
- url "${artifactory_resolve_url}"
- }
- mavenCentral()
- }
+ repositories {
+ ext.artifactory_resolve_url = project.properties['artifactory_resolve_url'] ?: 'ignorethisinvalidurltrymavencentralinstead'
+ maven {
+ url "${artifactory_resolve_url}"
+ }
+ mavenCentral()
+ }
}
plugins {
- id 'groovy'
+ id 'groovy'
}
//apply plugin: 'java'
group = 'com.gacme.policy'
@@ -17,19 +17,23 @@ version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
ext.artifactory_resolve_url = project.properties['artifactory_resolve_url'] ?: 'ignorethisinvalidurltrymavencentralinstead'
repositories {
- maven {
+ maven {
// allowInsecureProtocol = true // required by gradle 7+ only
- url "${artifactory_resolve_url}"
- }
- mavenCentral()
+ url "${artifactory_resolve_url}"
+ }
+ mavenCentral()
+ maven {
+ url "pipelinerepo"
+ }
}
configurations.all {
- resolutionStrategy.cacheChangingModulesFor 4, 'minutes' // I want to make sure to try to download the latest snapshot, i.e. scanrunner under development
+ resolutionStrategy.cacheChangingModulesFor 4, 'minutes'
+ // I want to make sure to try to download the latest snapshot, i.e. scanrunner under development
}
dependencies {
- implementation('com.garyclayburg:scanrunner:0.8.3')
- implementation('org.codehaus.groovy:groovy-all:2.4.16') //matches groovy-all nested dependency of spock-core
- testImplementation(group: 'org.spockframework', name: 'spock-core', version:'1.1-groovy-2.4-rc-2')
+ implementation('com.garyclayburg:stepsapi:0.8.4-SNAPSHOT')
+ implementation('org.codehaus.groovy:groovy-all:2.4.16') //matches groovy-all nested dependency of spock-core
+ testImplementation(group: 'org.spockframework', name: 'spock-core', version: '1.1-groovy-2.4-rc-2')
}
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml
new file mode 100644
index 0000000..dae1be6
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml
@@ -0,0 +1,31 @@
+
+
+ com.garyclayburg
+ stepsapi
+ 0.8.4-SNAPSHOT
+
+
+ 20210812.185605
+ 1
+
+ 20210812185605
+
+
+ jar
+ 0.8.4-20210812.185605-1
+ 20210812185605
+
+
+ pom
+ 0.8.4-20210812.185605-1
+ 20210812185605
+
+
+ javadoc
+ jar
+ 0.8.4-20210812.185605-1
+ 20210812185605
+
+
+
+
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml.md5 b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml.md5
new file mode 100644
index 0000000..f75d7eb
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml.md5
@@ -0,0 +1 @@
+be22922b0439430e72fa061c3b01cc9b
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml.sha1 b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml.sha1
new file mode 100644
index 0000000..6d64e88
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+1a405afb462e6388a3c7e824bea3fe01c0000ec0
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar
new file mode 100644
index 0000000..7dd2b32
Binary files /dev/null and b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar differ
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar.md5 b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar.md5
new file mode 100644
index 0000000..98eb921
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar.md5
@@ -0,0 +1 @@
+42bf1afc659b8d954e61c6de0127a12b
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar.sha1 b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar.sha1
new file mode 100644
index 0000000..a6b4289
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1-javadoc.jar.sha1
@@ -0,0 +1 @@
+dbd32facfbf9d4b48fd733afdfe8f79f1b3d92a8
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar
new file mode 100644
index 0000000..6c16edd
Binary files /dev/null and b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar differ
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar.md5 b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar.md5
new file mode 100644
index 0000000..64d608a
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar.md5
@@ -0,0 +1 @@
+8109bc8604a20f3881dbf1824f46975c
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar.sha1 b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar.sha1
new file mode 100644
index 0000000..de77df7
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.jar.sha1
@@ -0,0 +1 @@
+e9e028768e1f11dedd3c53f8630586657b25d44a
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom
new file mode 100644
index 0000000..e8c0b01
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom
@@ -0,0 +1,267 @@
+
+
+ 4.0.0
+ com.garyclayburg
+ stepsapi
+ 0.8.4-SNAPSHOT
+ visualsync stepsapi
+ DSL steps api and execution engine
+
+
+ gclayburg
+ Gary Clayburg
+ @garyclayburg
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ 3.8
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.mongodb
+ mongodb-driver
+ 3.11.2
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.querydsl
+ querydsl-mongodb
+ compile
+
+
+ mongo-java-driver
+ *
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.querydsl
+ querydsl-apt
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-data-mongodb
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.codehaus.groovy
+ groovy-all
+ 2.4.16
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.reflections
+ reflections
+ 0.9.9
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.javers
+ javers-spring-boot-starter-mongo
+ 3.11.2
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ joda-time
+ joda-time
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.jongo
+ jongo
+ 1.4.0
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-joda
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-client
+ 2.3.3-SNAPSHOT
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ 2.0.1
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ 2.25.1
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.glassfish.jersey.security
+ oauth2-client
+ 2.25.1
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+ 2.25.1
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ commons-io
+ commons-io
+ 2.4
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.apache.ivy
+ ivy
+ 2.3.0
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ com.querydsl
+ querydsl-apt
+ 4.1.3
+ compile
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.21.RELEASE
+ import
+ pom
+
+
+
+
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom.md5 b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom.md5
new file mode 100644
index 0000000..53a94d4
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom.md5
@@ -0,0 +1 @@
+196a8ec6fbd970f3bea91a3761d17d9a
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom.sha1 b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom.sha1
new file mode 100644
index 0000000..f28cfaf
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/0.8.4-SNAPSHOT/stepsapi-0.8.4-20210812.185605-1.pom.sha1
@@ -0,0 +1 @@
+9d67345c6d5d56289711f99e6e9b3c0febb350e9
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml b/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml
new file mode 100644
index 0000000..5ab6cb7
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml
@@ -0,0 +1,11 @@
+
+
+ com.garyclayburg
+ stepsapi
+
+
+ 0.8.4-SNAPSHOT
+
+ 20210812185605
+
+
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml.md5 b/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml.md5
new file mode 100644
index 0000000..a0265e4
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml.md5
@@ -0,0 +1 @@
+48b53474f560e8354ffe3274eae39726
\ No newline at end of file
diff --git a/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml.sha1 b/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml.sha1
new file mode 100644
index 0000000..b2cba16
--- /dev/null
+++ b/pipelinerepo/com/garyclayburg/stepsapi/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+73a87e717a665d73893e8bc97913cecbd8745d9e
\ No newline at end of file
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/maven-metadata.xml
new file mode 100644
index 0000000..af03624
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/maven-metadata.xml
@@ -0,0 +1,20 @@
+
+
+ com.unboundid.product.scim2
+ scim2-assembly
+ 2.3.3-SNAPSHOT
+
+
+ 20210303.211715
+ 3
+
+ 20210303211715
+
+
+ pom
+ 2.3.3-20210303.211715-3
+ 20210303211715
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.205456-1.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.205456-1.pom
new file mode 100644
index 0000000..4c02527
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.205456-1.pom
@@ -0,0 +1,84 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-assembly
+ pom
+ UnboundID SCIM2 Assembly
+
+
+ ${project.parent.basedir}
+
+
+
+
+ UnboundID
+
+
+
+ maven-assembly-plugin
+
+
+ create-zip-archive
+ package
+
+ single
+
+
+ scim2-sdk-${project.version}
+
+ ${project.basedir}/assemblies/zip.xml
+
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+ true
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-server
+ ${project.version}
+
+
+ com.unboundid.product.scim2
+ scim2-ubid-extensions
+ ${project.version}
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.205655-2.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.205655-2.pom
new file mode 100644
index 0000000..4c02527
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.205655-2.pom
@@ -0,0 +1,84 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-assembly
+ pom
+ UnboundID SCIM2 Assembly
+
+
+ ${project.parent.basedir}
+
+
+
+
+ UnboundID
+
+
+
+ maven-assembly-plugin
+
+
+ create-zip-archive
+ package
+
+ single
+
+
+ scim2-sdk-${project.version}
+
+ ${project.basedir}/assemblies/zip.xml
+
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+ true
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-server
+ ${project.version}
+
+
+ com.unboundid.product.scim2
+ scim2-ubid-extensions
+ ${project.version}
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.211715-3.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.211715-3.pom
new file mode 100644
index 0000000..4c02527
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/2.3.3-SNAPSHOT/scim2-assembly-2.3.3-20210303.211715-3.pom
@@ -0,0 +1,84 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-assembly
+ pom
+ UnboundID SCIM2 Assembly
+
+
+ ${project.parent.basedir}
+
+
+
+
+ UnboundID
+
+
+
+ maven-assembly-plugin
+
+
+ create-zip-archive
+ package
+
+ single
+
+
+ scim2-sdk-${project.version}
+
+ ${project.basedir}/assemblies/zip.xml
+
+ false
+ false
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+ true
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-server
+ ${project.version}
+
+
+ com.unboundid.product.scim2
+ scim2-ubid-extensions
+ ${project.version}
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/maven-metadata.xml
new file mode 100644
index 0000000..32ec9d7
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-assembly/maven-metadata.xml
@@ -0,0 +1,12 @@
+
+
+ com.unboundid.product.scim2
+ scim2-assembly
+
+ 2.3.3-SNAPSHOT
+
+ 2.3.3-SNAPSHOT
+
+ 20210303211715
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/maven-metadata.xml
new file mode 100644
index 0000000..f22f231
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/maven-metadata.xml
@@ -0,0 +1,26 @@
+
+
+ com.unboundid.product.scim2
+ scim2-parent
+ 2.3.3-SNAPSHOT
+
+
+ 20210303.211634
+ 4
+
+ 20210303211635
+
+
+ javadoc
+ jar
+ 2.3.3-20210303.211634-4
+ 20210303211634
+
+
+ pom
+ 2.3.3-20210303.211634-4
+ 20210303211634
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.204534-1-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.204534-1-javadoc.jar
new file mode 100644
index 0000000..7969c44
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.204534-1-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.204534-1.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.204534-1.pom
new file mode 100644
index 0000000..9349f4e
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.204534-1.pom
@@ -0,0 +1,462 @@
+
+
+ 4.0.0
+ com.unboundid.product.scim2
+ scim2-parent
+ 2.3.3-SNAPSHOT
+ pom
+ UnboundID SCIM2 SDK Parent
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ UTF-8
+ 1.7
+ ${project.basedir}
+ false
+ 2.10.2
+ 2.10.2
+ 2.3.1
+ 2.0.1
+ 2.28
+ 20.0
+ 6.4
+
+
+
+
+ TravisCI
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ false
+
+
+
+
+
+
+ UnboundID
+
+
+
+
+
+
+
+
+
+
+
+
+ central
+ 0ba20e2f588c-releases
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-release-local
+
+
+ snapshots
+ 0ba20e2f588c-snapshots
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-snapshot-local
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-resources
+ verify
+
+ sign
+
+
+ ${env.GPG_PASSPHRASE}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ create-sonatype-bundle
+ install
+
+ single
+
+
+
+ ${main.basedir}/assemblies/sonatype-bundle.xml
+
+ false
+ false
+ sonatype-bundle
+
+
+
+
+
+
+
+
+
+
+ scim2-sdk-common
+ scim2-sdk-server
+ scim2-sdk-client
+ scim2-ubid-extensions
+ scim2-assembly
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ maven-assembly-plugin
+ 2.4
+
+
+ maven-checkstyle-plugin
+ 2.17
+
+
+ maven-surefire-plugin
+ 2.9
+
+
+ maven-javadoc-plugin
+ 2.10.4
+
+
+ maven-jar-plugin
+ 2.3.1
+
+
+ maven-source-plugin
+ 2.1.2
+
+
+ maven-deploy-plugin
+ 2.7
+
+
+ maven-release-plugin
+ 2.2.2
+
+
+ maven-resources-plugin
+ 3.0.1
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ ${compileSource}
+
+ -Xlint:deprecation
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ check-main
+
+ check
+
+ package
+
+ config/scim2-parent-checkstyle.xml
+ ${project.build.sourceDirectory}
+
+
+
+ check-test
+
+ check
+
+ package
+
+ config/scim2-parent-unit-checkstyle.xml
+ ${project.build.testSourceDirectory}
+
+
+
+
+ config/scim2-parent-gpl.sourceheader
+ true
+ cacheFile=${project.build.directory}/checkstyle-cachefile
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ ${ignore.test.failures}
+
+
+ useDefaultListeners
+ false
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ false
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ aggregate
+
+ aggregate-jar
+
+ verify
+ false
+
+ ${project.build.directory}/javadoc
+ true
+ true
+
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ scim-@{project.version}
+ deploy
+ false
+ pom.xml
+ 3
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+
+ copy-resources
+ package
+
+ copy-resources
+
+
+ ${project.build.directory}
+
+
+ ${main.basedir}/resource
+
+
+
+
+
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-databind.version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+ ${jackson.version}
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ ${jax-rs.version}
+ provided
+
+
+ javax.xml.bind
+ jaxb-api
+ ${jaxb.version}
+
+
+ javax.annotation
+ javax.annotation-api
+ 1.2
+ provided
+
+
+ org.glassfish.jersey.core
+ jersey-server
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+ ${jersey.version}
+ test
+
+
+ org.testng
+ testng
+ ${testng.version}
+ test
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+ test
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ central
+ 0ba20e2f588c-releases
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-release-local
+
+
+ snapshots
+ 0ba20e2f588c-snapshots
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-snapshot-local
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205437-2-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205437-2-javadoc.jar
new file mode 100644
index 0000000..e2175ba
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205437-2-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205437-2.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205437-2.pom
new file mode 100644
index 0000000..3aa0680
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205437-2.pom
@@ -0,0 +1,444 @@
+
+
+ 4.0.0
+ com.unboundid.product.scim2
+ scim2-parent
+ 2.3.3-SNAPSHOT
+ pom
+ UnboundID SCIM2 SDK Parent
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ UTF-8
+ 1.7
+ ${project.basedir}
+ false
+ 2.10.2
+ 2.10.2
+ 2.3.1
+ 2.0.1
+ 2.28
+ 20.0
+ 6.4
+
+
+
+
+ TravisCI
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ false
+
+
+
+
+
+
+ ralston
+
+
+ central
+ 0ba20e2f588c-releases
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-release-local
+
+
+ snapshots
+ 0ba20e2f588c-snapshots
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-snapshot-local
+
+
+
+
+ UnboundID
+
+
+ releases
+ Engineering Releases Repo
+ ${releaseRepoUrl}
+
+
+ snapshots
+ Engineering Snapshots Repo
+ ${snapshotRepoUrl}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-resources
+ verify
+
+ sign
+
+
+ ${env.GPG_PASSPHRASE}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ create-sonatype-bundle
+ install
+
+ single
+
+
+
+ ${main.basedir}/assemblies/sonatype-bundle.xml
+
+ false
+ false
+ sonatype-bundle
+
+
+
+
+
+
+
+
+
+
+ scim2-sdk-common
+ scim2-sdk-server
+ scim2-sdk-client
+ scim2-ubid-extensions
+ scim2-assembly
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ maven-assembly-plugin
+ 2.4
+
+
+ maven-checkstyle-plugin
+ 2.17
+
+
+ maven-surefire-plugin
+ 2.9
+
+
+ maven-javadoc-plugin
+ 2.10.4
+
+
+ maven-jar-plugin
+ 2.3.1
+
+
+ maven-source-plugin
+ 2.1.2
+
+
+ maven-deploy-plugin
+ 2.7
+
+
+ maven-release-plugin
+ 2.2.2
+
+
+ maven-resources-plugin
+ 3.0.1
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ ${compileSource}
+
+ -Xlint:deprecation
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ check-main
+
+ check
+
+ package
+
+ config/scim2-parent-checkstyle.xml
+ ${project.build.sourceDirectory}
+
+
+
+ check-test
+
+ check
+
+ package
+
+ config/scim2-parent-unit-checkstyle.xml
+ ${project.build.testSourceDirectory}
+
+
+
+
+ config/scim2-parent-gpl.sourceheader
+ true
+ cacheFile=${project.build.directory}/checkstyle-cachefile
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ ${ignore.test.failures}
+
+
+ useDefaultListeners
+ false
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ false
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ aggregate
+
+ aggregate-jar
+
+ verify
+ false
+
+ ${project.build.directory}/javadoc
+ true
+ true
+
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ scim-@{project.version}
+ deploy
+ false
+ pom.xml
+ 3
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+
+ copy-resources
+ package
+
+ copy-resources
+
+
+ ${project.build.directory}
+
+
+ ${main.basedir}/resource
+
+
+
+
+
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-databind.version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+ ${jackson.version}
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ ${jax-rs.version}
+ provided
+
+
+ javax.xml.bind
+ jaxb-api
+ ${jaxb.version}
+
+
+ javax.annotation
+ javax.annotation-api
+ 1.2
+ provided
+
+
+ org.glassfish.jersey.core
+ jersey-server
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+ ${jersey.version}
+ test
+
+
+ org.testng
+ testng
+ ${testng.version}
+ test
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+ test
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205637-3-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205637-3-javadoc.jar
new file mode 100644
index 0000000..63cb23e
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205637-3-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205637-3.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205637-3.pom
new file mode 100644
index 0000000..3aa0680
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.205637-3.pom
@@ -0,0 +1,444 @@
+
+
+ 4.0.0
+ com.unboundid.product.scim2
+ scim2-parent
+ 2.3.3-SNAPSHOT
+ pom
+ UnboundID SCIM2 SDK Parent
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ UTF-8
+ 1.7
+ ${project.basedir}
+ false
+ 2.10.2
+ 2.10.2
+ 2.3.1
+ 2.0.1
+ 2.28
+ 20.0
+ 6.4
+
+
+
+
+ TravisCI
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ false
+
+
+
+
+
+
+ ralston
+
+
+ central
+ 0ba20e2f588c-releases
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-release-local
+
+
+ snapshots
+ 0ba20e2f588c-snapshots
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-snapshot-local
+
+
+
+
+ UnboundID
+
+
+ releases
+ Engineering Releases Repo
+ ${releaseRepoUrl}
+
+
+ snapshots
+ Engineering Snapshots Repo
+ ${snapshotRepoUrl}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-resources
+ verify
+
+ sign
+
+
+ ${env.GPG_PASSPHRASE}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ create-sonatype-bundle
+ install
+
+ single
+
+
+
+ ${main.basedir}/assemblies/sonatype-bundle.xml
+
+ false
+ false
+ sonatype-bundle
+
+
+
+
+
+
+
+
+
+
+ scim2-sdk-common
+ scim2-sdk-server
+ scim2-sdk-client
+ scim2-ubid-extensions
+ scim2-assembly
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ maven-assembly-plugin
+ 2.4
+
+
+ maven-checkstyle-plugin
+ 2.17
+
+
+ maven-surefire-plugin
+ 2.9
+
+
+ maven-javadoc-plugin
+ 2.10.4
+
+
+ maven-jar-plugin
+ 2.3.1
+
+
+ maven-source-plugin
+ 2.1.2
+
+
+ maven-deploy-plugin
+ 2.7
+
+
+ maven-release-plugin
+ 2.2.2
+
+
+ maven-resources-plugin
+ 3.0.1
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ ${compileSource}
+
+ -Xlint:deprecation
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ check-main
+
+ check
+
+ package
+
+ config/scim2-parent-checkstyle.xml
+ ${project.build.sourceDirectory}
+
+
+
+ check-test
+
+ check
+
+ package
+
+ config/scim2-parent-unit-checkstyle.xml
+ ${project.build.testSourceDirectory}
+
+
+
+
+ config/scim2-parent-gpl.sourceheader
+ true
+ cacheFile=${project.build.directory}/checkstyle-cachefile
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ ${ignore.test.failures}
+
+
+ useDefaultListeners
+ false
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ false
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ aggregate
+
+ aggregate-jar
+
+ verify
+ false
+
+ ${project.build.directory}/javadoc
+ true
+ true
+
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ scim-@{project.version}
+ deploy
+ false
+ pom.xml
+ 3
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+
+ copy-resources
+ package
+
+ copy-resources
+
+
+ ${project.build.directory}
+
+
+ ${main.basedir}/resource
+
+
+
+
+
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-databind.version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+ ${jackson.version}
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ ${jax-rs.version}
+ provided
+
+
+ javax.xml.bind
+ jaxb-api
+ ${jaxb.version}
+
+
+ javax.annotation
+ javax.annotation-api
+ 1.2
+ provided
+
+
+ org.glassfish.jersey.core
+ jersey-server
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+ ${jersey.version}
+ test
+
+
+ org.testng
+ testng
+ ${testng.version}
+ test
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+ test
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.211634-4-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.211634-4-javadoc.jar
new file mode 100644
index 0000000..96af33f
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.211634-4-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.211634-4.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.211634-4.pom
new file mode 100644
index 0000000..3aa0680
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/2.3.3-SNAPSHOT/scim2-parent-2.3.3-20210303.211634-4.pom
@@ -0,0 +1,444 @@
+
+
+ 4.0.0
+ com.unboundid.product.scim2
+ scim2-parent
+ 2.3.3-SNAPSHOT
+ pom
+ UnboundID SCIM2 SDK Parent
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ UTF-8
+ 1.7
+ ${project.basedir}
+ false
+ 2.10.2
+ 2.10.2
+ 2.3.1
+ 2.0.1
+ 2.28
+ 20.0
+ 6.4
+
+
+
+
+ TravisCI
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ false
+
+
+
+
+
+
+ ralston
+
+
+ central
+ 0ba20e2f588c-releases
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-release-local
+
+
+ snapshots
+ 0ba20e2f588c-snapshots
+ http://ralston.garyclayburg.com:8081/artifactory/garyrepo-libs-snapshot-local
+
+
+
+
+ UnboundID
+
+
+ releases
+ Engineering Releases Repo
+ ${releaseRepoUrl}
+
+
+ snapshots
+ Engineering Snapshots Repo
+ ${snapshotRepoUrl}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-resources
+ verify
+
+ sign
+
+
+ ${env.GPG_PASSPHRASE}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ create-sonatype-bundle
+ install
+
+ single
+
+
+
+ ${main.basedir}/assemblies/sonatype-bundle.xml
+
+ false
+ false
+ sonatype-bundle
+
+
+
+
+
+
+
+
+
+
+ scim2-sdk-common
+ scim2-sdk-server
+ scim2-sdk-client
+ scim2-ubid-extensions
+ scim2-assembly
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ maven-assembly-plugin
+ 2.4
+
+
+ maven-checkstyle-plugin
+ 2.17
+
+
+ maven-surefire-plugin
+ 2.9
+
+
+ maven-javadoc-plugin
+ 2.10.4
+
+
+ maven-jar-plugin
+ 2.3.1
+
+
+ maven-source-plugin
+ 2.1.2
+
+
+ maven-deploy-plugin
+ 2.7
+
+
+ maven-release-plugin
+ 2.2.2
+
+
+ maven-resources-plugin
+ 3.0.1
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ ${compileSource}
+
+ -Xlint:deprecation
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ check-main
+
+ check
+
+ package
+
+ config/scim2-parent-checkstyle.xml
+ ${project.build.sourceDirectory}
+
+
+
+ check-test
+
+ check
+
+ package
+
+ config/scim2-parent-unit-checkstyle.xml
+ ${project.build.testSourceDirectory}
+
+
+
+
+ config/scim2-parent-gpl.sourceheader
+ true
+ cacheFile=${project.build.directory}/checkstyle-cachefile
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ ${ignore.test.failures}
+
+
+ useDefaultListeners
+ false
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ false
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ aggregate
+
+ aggregate-jar
+
+ verify
+ false
+
+ ${project.build.directory}/javadoc
+ true
+ true
+
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ scim-@{project.version}
+ deploy
+ false
+ pom.xml
+ 3
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+
+ copy-resources
+ package
+
+ copy-resources
+
+
+ ${project.build.directory}
+
+
+ ${main.basedir}/resource
+
+
+
+
+
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson-databind.version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+ ${jackson.version}
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+ ${jackson.version}
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ ${jax-rs.version}
+ provided
+
+
+ javax.xml.bind
+ jaxb-api
+ ${jaxb.version}
+
+
+ javax.annotation
+ javax.annotation-api
+ 1.2
+ provided
+
+
+ org.glassfish.jersey.core
+ jersey-server
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.core
+ jersey-client
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+ ${jersey.version}
+ test
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+ ${jersey.version}
+ test
+
+
+ org.testng
+ testng
+ ${testng.version}
+ test
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+ test
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-parent/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/maven-metadata.xml
new file mode 100644
index 0000000..9d7896e
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+
+
+ com.unboundid.product.scim2
+ scim2-parent
+
+ 2.3.3-SNAPSHOT
+
+ 2.3.3-SNAPSHOT
+
+ 20210303211635
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/maven-metadata.xml
new file mode 100644
index 0000000..51587bc
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/maven-metadata.xml
@@ -0,0 +1,37 @@
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-client
+ 2.3.3-SNAPSHOT
+
+
+ 20210303.211702
+ 4
+
+ 20210303211702
+
+
+ javadoc
+ jar
+ 2.3.3-20210303.211702-4
+ 20210303211702
+
+
+ sources
+ jar
+ 2.3.3-20210303.211702-4
+ 20210303211702
+
+
+ jar
+ 2.3.3-20210303.211702-4
+ 20210303211702
+
+
+ pom
+ 2.3.3-20210303.211702-4
+ 20210303211702
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1-javadoc.jar
new file mode 100644
index 0000000..ed0ed2c
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1-sources.jar
new file mode 100644
index 0000000..f59eac1
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1.jar
new file mode 100644
index 0000000..d719156
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1.pom
new file mode 100644
index 0000000..ec45ded
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.204548-1.pom
@@ -0,0 +1,187 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-client
+ jar
+ UnboundID SCIM2 SDK Client
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ 2.0.1
+ provided
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2-javadoc.jar
new file mode 100644
index 0000000..469a7a6
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2-sources.jar
new file mode 100644
index 0000000..8edf0ef
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2.jar
new file mode 100644
index 0000000..3547735
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2.pom
new file mode 100644
index 0000000..ec45ded
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205449-2.pom
@@ -0,0 +1,187 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-client
+ jar
+ UnboundID SCIM2 SDK Client
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ 2.0.1
+ provided
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3-javadoc.jar
new file mode 100644
index 0000000..e8eb1e9
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3-sources.jar
new file mode 100644
index 0000000..53f5588
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3.jar
new file mode 100644
index 0000000..ed6feb9
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3.pom
new file mode 100644
index 0000000..ec45ded
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.205648-3.pom
@@ -0,0 +1,187 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-client
+ jar
+ UnboundID SCIM2 SDK Client
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ 2.0.1
+ provided
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4-javadoc.jar
new file mode 100644
index 0000000..b878417
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4-sources.jar
new file mode 100644
index 0000000..fa4ed04
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4.jar
new file mode 100644
index 0000000..4b79ffb
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4.pom
new file mode 100644
index 0000000..ec45ded
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/2.3.3-SNAPSHOT/scim2-sdk-client-2.3.3-20210303.211702-4.pom
@@ -0,0 +1,187 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-client
+ jar
+ UnboundID SCIM2 SDK Client
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+ 2.0.1
+ provided
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/maven-metadata.xml
new file mode 100644
index 0000000..102b6f2
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-client/maven-metadata.xml
@@ -0,0 +1,12 @@
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-client
+
+ 2.3.3-SNAPSHOT
+
+ 2.3.3-SNAPSHOT
+
+ 20210303211702
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/maven-metadata.xml
new file mode 100644
index 0000000..7731511
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/maven-metadata.xml
@@ -0,0 +1,43 @@
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ 2.3.3-SNAPSHOT
+
+
+ 20210303.211656
+ 4
+
+ 20210303211657
+
+
+ javadoc
+ jar
+ 2.3.3-20210303.211656-4
+ 20210303211656
+
+
+ sources
+ jar
+ 2.3.3-20210303.211656-4
+ 20210303211656
+
+
+ jar
+ 2.3.3-20210303.211656-4
+ 20210303211656
+
+
+ tests
+ jar
+ 2.3.3-20210303.211656-4
+ 20210303211656
+
+
+ pom
+ 2.3.3-20210303.211656-4
+ 20210303211656
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-javadoc.jar
new file mode 100644
index 0000000..c50f496
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-sources.jar
new file mode 100644
index 0000000..a4fe1f7
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-tests.jar
new file mode 100644
index 0000000..b365eb8
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1.jar
new file mode 100644
index 0000000..a8984ba
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1.pom
new file mode 100644
index 0000000..3186544
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.204545-1.pom
@@ -0,0 +1,230 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-common
+ jar
+ UnboundID SCIM2 SDK Common
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ gen-sources
+ generate-sources
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.google.guava
+ guava
+
+
+ javax.xml.bind
+ jaxb-api
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-javadoc.jar
new file mode 100644
index 0000000..4df4725
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-sources.jar
new file mode 100644
index 0000000..5ccfabb
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-tests.jar
new file mode 100644
index 0000000..4fecbad
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2.jar
new file mode 100644
index 0000000..03315d3
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2.pom
new file mode 100644
index 0000000..3186544
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205447-2.pom
@@ -0,0 +1,230 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-common
+ jar
+ UnboundID SCIM2 SDK Common
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ gen-sources
+ generate-sources
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.google.guava
+ guava
+
+
+ javax.xml.bind
+ jaxb-api
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-javadoc.jar
new file mode 100644
index 0000000..131d6f4
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-sources.jar
new file mode 100644
index 0000000..8901f4f
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-tests.jar
new file mode 100644
index 0000000..6955dcf
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3.jar
new file mode 100644
index 0000000..b44f8ff
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3.pom
new file mode 100644
index 0000000..3186544
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.205646-3.pom
@@ -0,0 +1,230 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-common
+ jar
+ UnboundID SCIM2 SDK Common
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ gen-sources
+ generate-sources
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.google.guava
+ guava
+
+
+ javax.xml.bind
+ jaxb-api
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-javadoc.jar
new file mode 100644
index 0000000..b2df69c
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-sources.jar
new file mode 100644
index 0000000..89085ba
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-tests.jar
new file mode 100644
index 0000000..e26724e
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4.jar
new file mode 100644
index 0000000..3cb7e1e
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4.pom
new file mode 100644
index 0000000..3186544
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/2.3.3-SNAPSHOT/scim2-sdk-common-2.3.3-20210303.211656-4.pom
@@ -0,0 +1,230 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-common
+ jar
+ UnboundID SCIM2 SDK Common
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ gen-sources
+ generate-sources
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.google.guava
+ guava
+
+
+ javax.xml.bind
+ jaxb-api
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/maven-metadata.xml
new file mode 100644
index 0000000..63d70e3
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-common/maven-metadata.xml
@@ -0,0 +1,12 @@
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+
+ 2.3.3-SNAPSHOT
+
+ 2.3.3-SNAPSHOT
+
+ 20210303211657
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/maven-metadata.xml
new file mode 100644
index 0000000..65469d7
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/maven-metadata.xml
@@ -0,0 +1,43 @@
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-server
+ 2.3.3-SNAPSHOT
+
+
+ 20210303.211709
+ 3
+
+ 20210303211710
+
+
+ javadoc
+ jar
+ 2.3.3-20210303.211709-3
+ 20210303211709
+
+
+ sources
+ jar
+ 2.3.3-20210303.211709-3
+ 20210303211709
+
+
+ jar
+ 2.3.3-20210303.211709-3
+ 20210303211709
+
+
+ tests
+ jar
+ 2.3.3-20210303.211709-3
+ 20210303211709
+
+
+ pom
+ 2.3.3-20210303.211709-3
+ 20210303211709
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-javadoc.jar
new file mode 100644
index 0000000..b8dfb8d
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-sources.jar
new file mode 100644
index 0000000..12e1e46
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-tests.jar
new file mode 100644
index 0000000..4e731b7
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1.jar
new file mode 100644
index 0000000..51b61a9
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1.pom
new file mode 100644
index 0000000..9dc9c44
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205453-1.pom
@@ -0,0 +1,241 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-server
+ jar
+ UnboundID SCIM2 SDK Server
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-client
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+
+
+ javax.annotation
+ javax.annotation-api
+
+
+ org.glassfish.jersey.core
+ jersey-server
+
+
+ org.glassfish.jersey.core
+ jersey-client
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+
+
+ com.google.guava
+ guava
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-javadoc.jar
new file mode 100644
index 0000000..170b7f5
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-sources.jar
new file mode 100644
index 0000000..8ba75ac
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-tests.jar
new file mode 100644
index 0000000..51ab443
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2.jar
new file mode 100644
index 0000000..988cacf
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2.pom
new file mode 100644
index 0000000..9dc9c44
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.205652-2.pom
@@ -0,0 +1,241 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-server
+ jar
+ UnboundID SCIM2 SDK Server
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-client
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+
+
+ javax.annotation
+ javax.annotation-api
+
+
+ org.glassfish.jersey.core
+ jersey-server
+
+
+ org.glassfish.jersey.core
+ jersey-client
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+
+
+ com.google.guava
+ guava
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-javadoc.jar
new file mode 100644
index 0000000..4585611
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-sources.jar
new file mode 100644
index 0000000..82786bf
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-tests.jar
new file mode 100644
index 0000000..6c26c30
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3.jar
new file mode 100644
index 0000000..a70d111
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3.pom
new file mode 100644
index 0000000..9dc9c44
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/2.3.3-SNAPSHOT/scim2-sdk-server-2.3.3-20210303.211709-3.pom
@@ -0,0 +1,241 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-sdk-server
+ jar
+ UnboundID SCIM2 SDK Server
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-client
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-json-provider
+
+
+ com.fasterxml.jackson.jaxrs
+ jackson-jaxrs-base
+
+
+ javax.ws.rs
+ javax.ws.rs-api
+
+
+ javax.annotation
+ javax.annotation-api
+
+
+ org.glassfish.jersey.core
+ jersey-server
+
+
+ org.glassfish.jersey.core
+ jersey-client
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+
+
+ org.glassfish.jersey.test-framework.providers
+ jersey-test-framework-provider-jetty
+
+
+ org.glassfish.jersey.connectors
+ jersey-apache-connector
+
+
+ org.glassfish.jersey.test-framework
+ jersey-test-framework-core
+
+
+ com.google.guava
+ guava
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/maven-metadata.xml
new file mode 100644
index 0000000..bf52755
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-sdk-server/maven-metadata.xml
@@ -0,0 +1,12 @@
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-server
+
+ 2.3.3-SNAPSHOT
+
+ 2.3.3-SNAPSHOT
+
+ 20210303211709
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/maven-metadata.xml
new file mode 100644
index 0000000..d2cc483
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/maven-metadata.xml
@@ -0,0 +1,43 @@
+
+
+ com.unboundid.product.scim2
+ scim2-ubid-extensions
+ 2.3.3-SNAPSHOT
+
+
+ 20210303.211715
+ 3
+
+ 20210303211715
+
+
+ javadoc
+ jar
+ 2.3.3-20210303.211715-3
+ 20210303211715
+
+
+ sources
+ jar
+ 2.3.3-20210303.211715-3
+ 20210303211715
+
+
+ jar
+ 2.3.3-20210303.211715-3
+ 20210303211715
+
+
+ tests
+ jar
+ 2.3.3-20210303.211715-3
+ 20210303211715
+
+
+ pom
+ 2.3.3-20210303.211715-3
+ 20210303211715
+
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-javadoc.jar
new file mode 100644
index 0000000..f7c381a
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-sources.jar
new file mode 100644
index 0000000..01bf65f
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-tests.jar
new file mode 100644
index 0000000..d19fb56
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1.jar
new file mode 100644
index 0000000..4c4e9b2
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1.pom
new file mode 100644
index 0000000..70ab4d7
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205456-1.pom
@@ -0,0 +1,193 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-ubid-extensions
+ jar
+ UnboundID SCIM2 Extensions
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-javadoc.jar
new file mode 100644
index 0000000..9a60641
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-sources.jar
new file mode 100644
index 0000000..0bdbde3
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-tests.jar
new file mode 100644
index 0000000..96d96b3
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2.jar
new file mode 100644
index 0000000..6c6ddfe
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2.pom
new file mode 100644
index 0000000..70ab4d7
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.205654-2.pom
@@ -0,0 +1,193 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-ubid-extensions
+ jar
+ UnboundID SCIM2 Extensions
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-javadoc.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-javadoc.jar
new file mode 100644
index 0000000..f7820b3
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-javadoc.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-sources.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-sources.jar
new file mode 100644
index 0000000..32a6796
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-sources.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-tests.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-tests.jar
new file mode 100644
index 0000000..a4ab11c
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3-tests.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3.jar b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3.jar
new file mode 100644
index 0000000..9f0970c
Binary files /dev/null and b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3.jar differ
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3.pom b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3.pom
new file mode 100644
index 0000000..70ab4d7
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/2.3.3-SNAPSHOT/scim2-ubid-extensions-2.3.3-20210303.211715-3.pom
@@ -0,0 +1,193 @@
+
+
+ 4.0.0
+
+ scim2-parent
+ com.unboundid.product.scim2
+ 2.3.3-SNAPSHOT
+
+ scim2-ubid-extensions
+ jar
+ UnboundID SCIM2 Extensions
+
+ The UnboundID SCIM2 SDK is a library that may be used to interact with various
+ types of SCIM-enabled endpoints (such as the UnboundID server products) to
+ perform lightweight, cloud-based identity management via the SCIM Protocol.
+ See http://simplecloud.info for more information.
+
+ 2015
+ https://github.com/pingidentity/scim2
+
+ https://github.com/pingidentity/scim2
+ scm:git:https://github.com/pingidentity/scim2
+
+
+ Ping Identity Corporation
+ https://www.pingidentity.com
+
+
+
+ unboundid
+ UnboundID Corp.
+ support@unboundid.com
+
+
+
+
+ GNU General Public License version 2 (GPLv2)
+ http://www.gnu.org/licenses/gpl-2.0.html
+
+
+ GNU Lesser General Public License version 2.1 (LGPLv2.1)
+ http://www.gnu.org/licenses/lgpl-2.1.html
+
+
+ UnboundID SCIM2 SDK Free Use License
+ https://github.com/pingidentity/scim2
+ This license is available in the source code repository at the provided URL.
+
+
+
+
+ ${project.name}
+ ${project.artifactId}
+ ${project.version}
+ com.unboundid.scim2.common.utils
+ ${project.parent.basedir}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+
+
+ jar
+
+
+
+ false
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ create-test-jar
+
+ test-jar
+
+
+
+
+
+ maven-javadoc-plugin
+
+
+ create-javadoc-archive
+ package
+
+ jar
+
+
+ true
+ true
+ ${javadoc.excludedPackageNames}
+
+
+
+
+
+ org.codehaus.mojo
+ buildnumber-maven-plugin
+ 1.3
+
+
+ create-revision-number
+ validate
+
+ create
+
+
+
+ create-timestamp
+ initialize
+
+ create-timestamp
+
+
+ yyyy-MM-dd HH:mm:ss
+ build.timestamp
+
+
+
+
+ false
+ false
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.5
+
+
+ add-generated-source
+ generate-sources
+
+ add-source
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.unboundid.product.scim2
+ scim2-sdk-common
+ ${project.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ org.testng
+ testng
+
+
+
diff --git a/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/maven-metadata.xml b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/maven-metadata.xml
new file mode 100644
index 0000000..4f572a5
--- /dev/null
+++ b/pipelinerepo/com/unboundid/product/scim2/scim2-ubid-extensions/maven-metadata.xml
@@ -0,0 +1,12 @@
+
+
+ com.unboundid.product.scim2
+ scim2-ubid-extensions
+
+ 2.3.3-SNAPSHOT
+
+ 2.3.3-SNAPSHOT
+
+ 20210303211715
+
+