Repository: servicemix-specs Updated Branches: refs/heads/master b3d6ac249 -> 1d1f2e3e6
Upgrade to specs-pom 1 and locator 2.10 Project: http://git-wip-us.apache.org/repos/asf/servicemix-specs/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/1d1f2e3e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/1d1f2e3e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/1d1f2e3e Branch: refs/heads/master Commit: 1d1f2e3e6806800759d3a7d50022a384a9d35165 Parents: b3d6ac2 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 29 16:33:12 2018 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 29 16:33:12 2018 +0200 ---------------------------------------------------------------------- stax-api-1.2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/1d1f2e3e/stax-api-1.2/pom.xml ---------------------------------------------------------------------- diff --git a/stax-api-1.2/pom.xml b/stax-api-1.2/pom.xml index 2de818e..4674d8d 100644 --- a/stax-api-1.2/pom.xml +++ b/stax-api-1.2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.specs</groupId> <artifactId>specs-pom</artifactId> - <version>1-SNAPSHOT</version> + <version>1</version> <relativePath>../specs-pom/pom.xml</relativePath> </parent> @@ -50,7 +50,7 @@ <dependency> <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.locator</artifactId> - <version>2.10-SNAPSHOT</version> + <version>2.10</version> </dependency> </dependencies>
