From c85697eee8ce3dac5480a3ba2b31cc4943e1d8e6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 7 Apr 2022 14:57:35 -0400 Subject: Better snapshot deployments for Aedifex. --- stdlib/project.lux | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'stdlib/project.lux') diff --git a/stdlib/project.lux b/stdlib/project.lux index 2ba89ffe9..4644c56e8 100644 --- a/stdlib/project.lux +++ b/stdlib/project.lux @@ -2,7 +2,7 @@ [... An optional identity for the project. ... It can also be specified or overriden in a non-default profile. ... This will be the name given to the project when installed/deployed as a dependency. - "identity" ["com.github.luxlang" "stdlib" "0.6.5"] + "identity" ["com.github.luxlang" "stdlib" "0.7.0-SNAPSHOT"] ... Every piece of information, and the whole "info" bundle, are optional. "info" ["url" "https://github.com/LuxLang/lux" @@ -30,8 +30,7 @@ ... An optional list of repositories to use for fetching remote dependencies. ... Additionally, there is an implicit repository being used, which is https://repo1.maven.org/maven2/ ... So, even if the "repositories" list were to be empty, you'd still have access to the default repository. - "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" - "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] + "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"] ... The different directories to look for source code. The default is described below. ... "sources" ["source"] ... The directory for storing the build artifacts. The default is described below. -- cgit v1.2.3