Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Jan 18, 2024
1 parent 046409c commit 890e460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'maven-publish'
id 'com.enonic.defaults' version '2.1.2'
id 'com.enonic.xp.app' version '3.4.0'
}

app {
group = "com.enonic.app"
name = "${appName}"
displayName = "${appDisplayName}"
vendorName = "${vendorName}"
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Gradle Project settings
projectName = intro

# XP App values
appDisplayName = My App
projectName = intro
group = com.enonic.app
appName = com.enonic.app.intro

vendorName = Enonic
vendorUrl = https://www.enonic.com
xpVersion = 7.13.5

version=1.0.0-SNAPSHOT
version=1.0.0

0 comments on commit 890e460

Please sign in to comment.