Skip to content

Commit a770366

Browse files
committed
cleaned up pom, readme
1 parent 83d5b3f commit a770366

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Swagger Core library
22

3-
[![Build Status](https://travis-ci.org/swagger-api/swagger-core.png?branch=master)](https://travis-ci.org/swagger-api/swagger-core)
3+
[![Build Status](https://travis-ci.org/swagger-api/swagger-core.png)](https://travis-ci.org/swagger-api/swagger-core)
44

55
The goal of Swagger™ is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, Swagger removes the guesswork in calling the service.
66

@@ -28,7 +28,7 @@ The Swagger Specification has undergone 3 revisions since initial creation in 20
2828
Swagger core Version | Release Date | Swagger Spec compatibility | Notes | Status
2929
------------------------- | ------------ | -------------------------- | ----- | ----
3030
1.5.0 (in development) | n/a | 2.0 | [branch develop_2.0](https://github.com/swagger-api/swagger-core/tree/develop_2.0) | [1.5.0 Milestone](https://github.com/swagger-api/swagger-core/milestones/v1.5.0)
31-
1.3.11 | 2014-11-27 | 1.2 | [tag v1.3.11](https://github.com/swagger-api/swagger-core/tree/v1.3.11)
31+
1.3.12 | 2014-12-23 | 1.2 | [tag v1.3.12](https://github.com/swagger-api/swagger-core/tree/v1.3.12)
3232
1.2.4 | 2013-06-19 | 1.1 | [tag swagger-project_2.10.0-1.2.4](https://github.com/swagger-api/swagger-core/tree/swagger-project_2.10.0-1.2.4)
3333
1.0.0 | 2011-10-16 | 1.0 | [tag v1.0](https://github.com/swagger-api/swagger-core/tree/v1.0)
3434

@@ -47,7 +47,7 @@ You need the following installed and available in your $PATH:
4747

4848
<li>- Apache maven 3.0.4 or greater (http://maven.apache.org/)
4949

50-
### To build from source (currently 1.3.11)
50+
### To build from source (currently 1.3.12)
5151
```
5252
# first time building locally
5353
mvn -N

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<artifactId>swagger-project_2.10</artifactId>
1010
<packaging>pom</packaging>
1111
<name>wordnik-swagger-project</name>
12-
<version>1.3.11</version>
12+
<version>1.3.12</version>
1313
<url>https://github.com/swagger-api/swagger-core</url>
1414
<scm>
15-
<connection>scm:git:git@github.com:wordnik/swagger-core.git</connection>
16-
<developerConnection>scm:git:git@github.com:wordnik/swagger-core.git</developerConnection>
15+
<connection>scm:git:git@github.com:swagger-api/swagger-core.git</connection>
16+
<developerConnection>scm:git:git@github.com:swagger-api/swagger-core.git</developerConnection>
1717
<url>https://github.com/swagger-api/swagger-core</url>
1818
</scm>
1919
<prerequisites>
@@ -316,7 +316,10 @@
316316
</activation>
317317
<modules>
318318
<module>samples/java-resteasy</module>
319+
<module>samples/java-resteasy-spring</module>
319320
<module>samples/java-jaxrs</module>
321+
<module>samples/java-jaxrs-wink</module>
322+
<module>samples/java-jersey-spring</module>
320323
<module>samples/java-dropwizard</module>
321324
<module>samples/scala-jaxrs</module>
322325
<module>samples/scala-servlet</module>
@@ -416,25 +419,21 @@
416419
<groupId>org.slf4j</groupId>
417420
<artifactId>slf4j-ext</artifactId>
418421
<version>${slf4j-version}</version>
419-
<scope>compile</scope>
420422
</dependency>
421423
<dependency>
422424
<groupId>org.slf4j</groupId>
423425
<artifactId>slf4j-api</artifactId>
424426
<version>${slf4j-version}</version>
425-
<scope>compile</scope>
426427
</dependency>
427428
<dependency>
428429
<groupId>commons-lang</groupId>
429430
<artifactId>commons-lang</artifactId>
430431
<version>${commons-lang-version}</version>
431-
<scope>compile</scope>
432432
</dependency>
433433
<dependency>
434434
<groupId>org.scala-lang</groupId>
435435
<artifactId>scala-library</artifactId>
436436
<version>${scala-version}</version>
437-
<scope>compile</scope>
438437
</dependency>
439438
<dependency>
440439
<groupId>org.scalatest</groupId>
@@ -452,7 +451,6 @@
452451
<groupId>com.wordnik</groupId>
453452
<artifactId>swagger-core_2.10</artifactId>
454453
<version>${project.version}</version>
455-
<scope>compile</scope>
456454
<exclusions>
457455
<exclusion>
458456
<groupId>org.slf4j</groupId>
@@ -495,15 +493,16 @@
495493
</dependencies>
496494
</dependencyManagement>
497495
<properties>
498-
<scala-version>2.10.0</scala-version>
496+
<scala-version>2.10.4</scala-version>
499497
<felix-version>2.3.4</felix-version>
500498
<servlet-api-version>2.5</servlet-api-version>
501499
<jersey-version>1.13</jersey-version>
502500
<jersey2-version>2.1</jersey2-version>
503501
<jackson-version>2.4.1</jackson-version>
504502
<jackson-scala-version>2.4.1</jackson-scala-version>
505503
<logback-version>1.0.1</logback-version>
506-
<json4s-version>3.2.9</json4s-version>
504+
<json4s-version>3.2.11</json4s-version>
505+
<swagger-ui-version>2.0.24</swagger-ui-version>
507506

508507
<junit-version>4.8.1</junit-version>
509508
<maven-plugin-version>1.0.0</maven-plugin-version>

0 commit comments

Comments
 (0)