Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
llsand committed Jul 7, 2022
1 parent 64edeb6 commit b37fd99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion orcas_core/build_source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ subprojects
project.ext.xtext_version = "2.6.1"

project.group = "com.opitzconsulting.orcas"
project.version = "7.8.1-SNAPSHOT"
project.version = "7.8.1"

repositories
{
Expand Down
4 changes: 2 additions & 2 deletions orcas_core/release_orcas_step1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

new_orcas_version=7.8.0
new_orcas_version=7.8.1

cd ..

Expand All @@ -18,7 +18,7 @@ cd orcas_core/build_source

#./mvnw clean install

cd ../orcas_core/upload_maven_central
cd ../upload_maven_central

./gradlew clean publish

Expand Down
2 changes: 1 addition & 1 deletion orcas_core/release_orcas_step2.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

new_orcas_snapshot_version=7.8.1-SNAPSHOT
new_orcas_snapshot_version=7.8.2-SNAPSHOT

cd ..

Expand Down
2 changes: 1 addition & 1 deletion orcas_core/upload_maven_central/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project.buildDir = ".gradle/build"
apply from: 'mcupload.gradle'

project.group = "com.opitzconsulting.orcas"
project.version = "7.8.0"
project.version = "7.8.1"

project.ext.mcupload.publish("orcas-db-objects")
project.ext.mcupload.publish("orcas-orig")
Expand Down

0 comments on commit b37fd99

Please sign in to comment.