File tree Expand file tree Collapse file tree
src/main/java/io/dyspatch/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
44apply plugin : ' maven-publish'
55
66group = ' io.dyspatch'
7- version = ' 6 .0.0'
7+ version = ' 7 .0.0'
88
99buildscript {
1010 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " io.dyspatch" ,
44 name := " dyspatch-java" ,
5- version := " 6 .0.0" ,
5+ version := " 7 .0.0" ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 55 <artifactId >dyspatch-java</artifactId >
66 <packaging >jar</packaging >
77 <name >dyspatch-java</name >
8- <version >6 .0.0</version >
8+ <version >7 .0.0</version >
99 <url >https://github.com/openapitools/openapi-generator</url >
1010 <description >OpenAPI Java</description >
1111 <scm >
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ private void init() {
109109 json = new JSON ();
110110
111111 // Set default User-Agent.
112- setUserAgent ("OpenAPI-Generator/6 .0.0/java" );
112+ setUserAgent ("OpenAPI-Generator/7 .0.0/java" );
113113
114114 authentications = new HashMap <String , Authentication >();
115115 }
You can’t perform that action at this time.
0 commit comments