diff --git a/api/pom.xml b/api/pom.xml index 77ed25076..a7bf08720 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-api diff --git a/caches/partyline/pom.xml b/caches/partyline/pom.xml index f2fb3444e..81f01cafc 100644 --- a/caches/partyline/pom.xml +++ b/caches/partyline/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley-caches - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-cache-partyline diff --git a/caches/partyline/src/test/java/org/commonjava/maven/galley/cache/partyline/PartyLineCacheProviderConcurrentIOTest.java b/caches/partyline/src/test/java/org/commonjava/maven/galley/cache/partyline/PartyLineCacheProviderConcurrentIOTest.java index 674da372c..cc76876a7 100644 --- a/caches/partyline/src/test/java/org/commonjava/maven/galley/cache/partyline/PartyLineCacheProviderConcurrentIOTest.java +++ b/caches/partyline/src/test/java/org/commonjava/maven/galley/cache/partyline/PartyLineCacheProviderConcurrentIOTest.java @@ -32,6 +32,7 @@ import org.jboss.byteman.contrib.bmunit.BMScript; import org.jboss.byteman.contrib.bmunit.BMUnitConfig; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; @@ -50,6 +51,7 @@ import static org.hamcrest.MatcherAssert.assertThat; import static org.junit.Assert.fail; +@Ignore @RunWith( org.jboss.byteman.contrib.bmunit.BMUnitRunner.class ) @BMUnitConfig( loadDirectory = "target/test-classes/bmunit", debug = true ) public class PartyLineCacheProviderConcurrentIOTest diff --git a/caches/path-mapped/pom.xml b/caches/path-mapped/pom.xml index 4a8c35844..450629909 100644 --- a/caches/path-mapped/pom.xml +++ b/caches/path-mapped/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley-caches - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-cache-path-mapped diff --git a/caches/pom.xml b/caches/pom.xml index ebdf2db1c..609328f87 100644 --- a/caches/pom.xml +++ b/caches/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-caches diff --git a/caches/tck/pom.xml b/caches/tck/pom.xml index 7df17d1d2..40a21eeb1 100644 --- a/caches/tck/pom.xml +++ b/caches/tck/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley-caches - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-cache-tck diff --git a/cdi-embedder/pom.xml b/cdi-embedder/pom.xml index 377b4a632..7992aaa4f 100644 --- a/cdi-embedder/pom.xml +++ b/cdi-embedder/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-cdi-embedder diff --git a/core/pom.xml b/core/pom.xml index 9e1cddf90..985412da7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-core diff --git a/maven/pom.xml b/maven/pom.xml index 07df9a6b7..676cd041f 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -21,7 +21,7 @@ org.commonjava.maven.galley galley - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-maven diff --git a/pom.xml b/pom.xml index a77e3b0b7..3c4b8aecd 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.commonjava.maven.galley galley - 1.20-SNAPSHOT + 1.18-SNAPSHOT pom Galley :: Parent @@ -77,51 +77,51 @@ org.commonjava.maven.galley galley-api - 1.20-SNAPSHOT + 1.18-SNAPSHOT org.commonjava.maven.galley galley-maven - 1.20-SNAPSHOT + 1.18-SNAPSHOT org.commonjava.maven.galley galley-core - 1.20-SNAPSHOT + 1.18-SNAPSHOT org.commonjava.maven.galley galley-transport-filearc - 1.20-SNAPSHOT + 1.18-SNAPSHOT org.commonjava.maven.galley galley-transport-httpclient - 1.20-SNAPSHOT + 1.18-SNAPSHOT org.commonjava.maven.galley galley-cache-partyline - 1.20-SNAPSHOT + 1.18-SNAPSHOT org.commonjava.maven.galley galley-cache-tck - 1.20-SNAPSHOT + 1.18-SNAPSHOT test org.commonjava.maven.galley galley-test-harness-api - 1.20-SNAPSHOT + 1.18-SNAPSHOT test org.commonjava.maven.galley galley-test-harness-core - 1.20-SNAPSHOT + 1.18-SNAPSHOT test @@ -437,13 +437,6 @@ -Djdk.attach.allowAttachSelf=true - - maven-release-plugin - - true - -DskipTests - - diff --git a/testing/api/pom.xml b/testing/api/pom.xml index c01065d17..57dc8aa06 100644 --- a/testing/api/pom.xml +++ b/testing/api/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley-testing - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-test-harness-api diff --git a/testing/core/pom.xml b/testing/core/pom.xml index d5f7f6ec0..611c2b432 100644 --- a/testing/core/pom.xml +++ b/testing/core/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley-testing - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-test-harness-core diff --git a/testing/maven/pom.xml b/testing/maven/pom.xml index 9f799b2ce..f1f235e5d 100644 --- a/testing/maven/pom.xml +++ b/testing/maven/pom.xml @@ -21,7 +21,7 @@ org.commonjava.maven.galley galley-testing - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-test-harness-maven diff --git a/testing/pom.xml b/testing/pom.xml index e5f091d0b..eb3b4c262 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-testing diff --git a/transports/filearc/pom.xml b/transports/filearc/pom.xml index 7f6e73b28..37e339f87 100644 --- a/transports/filearc/pom.xml +++ b/transports/filearc/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley-transports - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-transport-filearc diff --git a/transports/httpclient/pom.xml b/transports/httpclient/pom.xml index 8a4d21464..8e356a002 100644 --- a/transports/httpclient/pom.xml +++ b/transports/httpclient/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley-transports - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-transport-httpclient diff --git a/transports/pom.xml b/transports/pom.xml index ecbd8aa59..98cdda9f8 100644 --- a/transports/pom.xml +++ b/transports/pom.xml @@ -22,7 +22,7 @@ org.commonjava.maven.galley galley - 1.20-SNAPSHOT + 1.18-SNAPSHOT galley-transports