Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jpa-dev] SNAPSHOTS deployments
  • From: Lukas Jungmann <lukas.jungmann@xxxxxxxxxx>
  • Date: Tue, 18 Jan 2022 11:09:45 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=1yULVPkPrKCenJm6TyX4i5PiNo8SQk7myrF+LMuKakk=; b=AOee3AMfRbtq09Svi/5FWHoErG0PLI1KUo76Gbq0HNeR8nEk4IN/LtBOjp9crMgmEeJ8zVk9hGkxpq0TfmZHjE6UXrYPDIQ8HZtHbIq34jZ5/lUI3YvoKzBa5Gb7A3BsQh8dyjuzkXSWXFzXN9WMhP4MWjpn7/f8/1kMkozlKgcHWo6gubYi2FeDE6NSSQJcf4WtGIQzflm97ynUzll4QfPm6aM29ZBnbBvNwDxT4DH8+RtPoX9b+BwuUcsY7clEQxz0Fx5moKVTke+hVOrHPkUwzVYj4R7ZKPziJ5krMDOyJH4vOyyVW24idobQ3mrxi5odUfQVoe3T1hOqSMgEtg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=KehZSiJIsqLG9F/Su5RfaNwYsnRpkjGIquJJgjUU/V1tdso84QStAx8VeT9fvEiHM1abVN+2UMkBXCISvFsCOdVM6UhY81K70rnio4O7j7F5z4mbH6VzrR+cMoEbzomX6ewtopS2NgtZYIeTGv7O/5YlDZqxT60S7fgPORADSiHYJdWMZnmvDnlGkO+hGvcZpEz0WBWXW+39LcDgU5Kwk1FXJBgZkvwOuOwtxYlKFqSngpxaNtt6kIOhUSliub+Ad54qHEadqqdrlr3YNCrhksTZmo4/f0BPahaEzPJLuVqqZKGy0ix1XtVSAYgwjDuWz3BiSWTSoK1/Zb9BkjQIBA==
  • Delivered-to: jpa-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jpa-dev/>
  • List-help: <mailto:jpa-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jpa-dev>, <mailto:jpa-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jpa-dev>, <mailto:jpa-dev-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Hi,

we've set up deployment of SNAPSHOT builds from master to the snapshots repository. Projects inheriting from org.eclipse.ee4j:project artifact can use existing snapshots profile (`-Psnapshots`) to use these builds, others need to set up https://jakarta.oss.sonatype.org/content/repositories/snapshots/ repository in their pom.

thanks,
--lukas


Back to the top