File tree 10 files changed +14
-18
lines changed
graphql-kotlin-federation
graphql-kotlin-schema-generator
graphql-kotlin-spring-server 10 files changed +14
-18
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ update_version() {
10
10
echo " Updating the version in the POMs"
11
11
12
12
# Push the tag with `-SNAPSHOT` as the current version
13
- mvn --settings .travis/settings.xml org.codehaus.mojo:versions-maven-plugin:2.7:set -DnewVersion=" ${TRAVIS_TAG} -SNAPSHOT"
13
+ mvn --settings .travis/settings.xml org.codehaus.mojo:versions-maven-plugin:2.7:set -PdefaultBuild - DnewVersion=" ${TRAVIS_TAG} -SNAPSHOT"
14
14
15
15
# Increment the patch version
16
- mvn --settings .travis/settings.xml release:update-versions -B
16
+ mvn --settings .travis/settings.xml release:update-versions -B -PdefaultBuild
17
17
18
18
# Pull the new value from the pom
19
19
NEW_VERSION=$( mvn --settings .travis/settings.xml help:evaluate -Dexpression=project.version -q -DforceStdout)
@@ -26,7 +26,7 @@ commit_files() {
26
26
git checkout -b ${NEW_VERSION}
27
27
28
28
# Stage the modified files
29
- git add ./pom.xml ./* /pom.xml
29
+ git add ./pom.xml ./** / * /pom.xml
30
30
31
31
# Print the current files we are going to commit
32
32
git status
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.expediagroup</groupId >
6
6
<artifactId >graphql-kotlin</artifactId >
7
- <version >1.0.0-RC7 -SNAPSHOT</version >
7
+ <version >1.0.0-RC8 -SNAPSHOT</version >
8
8
<relativePath >../../..</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.expediagroup</groupId >
6
6
<artifactId >graphql-kotlin</artifactId >
7
- <version >1.0.0-RC7 -SNAPSHOT</version >
7
+ <version >1.0.0-RC8 -SNAPSHOT</version >
8
8
<relativePath >../../..</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<artifactId >graphql-kotlin</artifactId >
8
6
<groupId >com.expediagroup</groupId >
9
- <version >1.0.0-RC7 -SNAPSHOT</version >
7
+ <version >1.0.0-RC8 -SNAPSHOT</version >
10
8
<relativePath >../..</relativePath >
11
9
</parent >
12
10
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<artifactId >graphql-kotlin</artifactId >
8
6
<groupId >com.expediagroup</groupId >
9
- <version >1.0.0-RC7 -SNAPSHOT</version >
7
+ <version >1.0.0-RC8 -SNAPSHOT</version >
10
8
<relativePath >..</relativePath >
11
9
</parent >
12
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.expediagroup</groupId >
6
6
<artifactId >graphql-kotlin</artifactId >
7
- <version >1.0.0-RC7 -SNAPSHOT</version >
7
+ <version >1.0.0-RC8 -SNAPSHOT</version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.expediagroup</groupId >
7
7
<artifactId >graphql-kotlin</artifactId >
8
- <version >1.0.0-RC7 -SNAPSHOT</version >
8
+ <version >1.0.0-RC8 -SNAPSHOT</version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.expediagroup</groupId >
7
7
<artifactId >graphql-kotlin</artifactId >
8
- <version >1.0.0-RC7 -SNAPSHOT</version >
8
+ <version >1.0.0-RC8 -SNAPSHOT</version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.expediagroup</groupId >
6
6
<artifactId >graphql-kotlin</artifactId >
7
- <version >1.0.0-RC7 -SNAPSHOT</version >
7
+ <version >1.0.0-RC8 -SNAPSHOT</version >
8
8
<relativePath >..</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.expediagroup</groupId >
6
6
<artifactId >graphql-kotlin</artifactId >
7
- <version >1.0.0-RC7 -SNAPSHOT</version >
7
+ <version >1.0.0-RC8 -SNAPSHOT</version >
8
8
<name >graphql-kotlin</name >
9
9
<description >Code-only GraphQL schema generation for Kotlin</description >
10
10
<url >https://github.com/ExpediaGroup/graphql-kotlin</url >
You can’t perform that action at this time.
0 commit comments