Skip to content

Commit c592d52

Browse files
committed
merged from develop
1 parent f79b1e7 commit c592d52

File tree

404 files changed

+1105
-51283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404 files changed

+1105
-51283
lines changed

samples/java-dropwizard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To run the sample:
33
```
44
mvn package
55
6-
java -jar target/swagger-java-dropwizard-sample-app_2.10-1.3.10.jar server conf/swagger-sample.yml
6+
java -jar target/swagger-java-dropwizard-sample-app_2.10-1.3.12.jar server conf/swagger-sample.yml
77
88
```
99

samples/java-dropwizard/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<parent>
33
<groupId>com.wordnik</groupId>
44
<artifactId>swagger-project_2.10</artifactId>
5-
<version>1.3.11</version>
5+
<version>1.3.12</version>
66
<relativePath>../..</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.wordnik</groupId>
1010
<artifactId>swagger-java-dropwizard-sample-app_2.10</artifactId>
1111
<packaging>jar</packaging>
1212
<name>swagger-java-dropwizard-app</name>
13-
<version>1.3.11</version>
13+
<version>1.3.12</version>
1414
<build>
1515
<sourceDirectory>src/main/java</sourceDirectory>
1616
<plugins>

samples/java-dropwizard/src/main/java/com/wordnik/swagger/sample/data/PetData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012 Wordnik, Inc.
2+
* Copyright 2014 Reverb Technologies, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

samples/java-dropwizard/src/main/java/com/wordnik/swagger/sample/data/StoreData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012 Wordnik, Inc.
2+
* Copyright 2014 Reverb Technologies, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

samples/java-dropwizard/src/main/java/com/wordnik/swagger/sample/data/UserData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012 Wordnik, Inc.
2+
* Copyright 2014 Reverb Technologies, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

samples/java-dropwizard/src/main/java/com/wordnik/swagger/sample/exception/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012 Wordnik, Inc.
2+
* Copyright 2014 Reverb Technologies, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

samples/java-dropwizard/src/main/java/com/wordnik/swagger/sample/exception/BadRequestException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012 Wordnik, Inc.
2+
* Copyright 2014 Reverb Technologies, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

samples/java-dropwizard/src/main/java/com/wordnik/swagger/sample/exception/NotFoundException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012 Wordnik, Inc.
2+
* Copyright 2014 Reverb Technologies, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

samples/java-dropwizard/src/main/java/com/wordnik/swagger/sample/model/Category.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012 Wordnik, Inc.
2+
* Copyright 2014 Reverb Technologies, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

samples/java-dropwizard/src/main/java/com/wordnik/swagger/sample/model/Order.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012 Wordnik, Inc.
2+
* Copyright 2014 Reverb Technologies, Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)