Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 672a371

Browse files
committed
Updated version property for release plugin
1 parent f1ad5ab commit 672a371

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ subprojects {
4141
apply plugin: 'maven-publish'
4242
apply plugin: "com.jfrog.bintray"
4343

44-
version = PROJECT_VERSION
4544
group = PROJECT_GROUP
4645

4746
repositories {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818
#
1919

20-
PROJECT_VERSION = 5.0.3-SNAPSHOT
20+
version = 5.0.3-SNAPSHOT
2121
PROJECT_GROUP = com.graphql-java-kickstart
2222
PROJECT_NAME = graphql-spring-boot
2323
PROJECT_DESC = GraphQL Spring Framework Boot

0 commit comments

Comments
 (0)