Skip to content

Commit bf756b6

Browse files
Publish 1.27.0 and update to next snapshot version (#125)
1 parent 9ba6a63 commit bf756b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ If you are making changes to the plugins, please see the [internal docs](https:/
1111
on how to do that, including how to develop and test locally and the versioning information.
1212

1313
## Release Notes
14-
### TBD
15-
*Released*: TBD
14+
### 1.27.0
15+
*Released*: 26 May 2021
1616
(Earliest compatible LabKey version: 21.3)
1717
* [Issue 43207](https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=43207): When building a file module, we don't want to create a jar file because that prevents the module from being used in the module loader
1818
* Allow modules that utilize LabKey JSP tags to build without platform repository present

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
}
4646

4747
group 'org.labkey.build'
48-
project.version = "1.27.0-SNAPSHOT"
48+
project.version = "1.28.0-SNAPSHOT"
4949

5050
gradlePlugin {
5151
// TODO after transitioning to using these plugin ids, remove the properties files from resources/META-INF.gradle-plugins

0 commit comments

Comments
 (0)