Skip to content

Commit

Permalink
versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
meshuga committed Feb 21, 2016
1 parent a3b3984 commit 4f5ecdb
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/app/docs/partials/spring.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h2 class="text-center">Spring integration</h2>
<div class="divider brand centered no-margin-top"></div>

<p>
Katharsis provide a simple Spring Boot integration using a <code>@Configuration</code> annotated class <code>KatharsisConfig</code>. Using this class the only thing needed to allow Katharsis
Katharsis provide a simple Spring Boot integration using a <code>@Configuration</code> annotated class <code>KatharsisConfigV2</code>. Using this class the only thing needed to allow Katharsis
process requests is to configure parameters. An example <code>application.properties</code> file is presented below.
</p>

Expand Down
2 changes: 1 addition & 1 deletion src/assets/code/docs/katharsis-core-tree.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[INFO] io.katharsis:katharsis-core:jar:2.1.3
[INFO] io.katharsis:katharsis-core:jar:2.3.0
[INFO] +- org.reflections:reflections:jar:0.9.9:compile
[INFO] | +- com.google.guava:guava:jar:15.0:compile
[INFO] | +- org.javassist:javassist:jar:3.18.2-GA:compile
Expand Down
4 changes: 2 additions & 2 deletions src/assets/code/docs/katharsis-rs-tree.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[INFO] io.katharsis:katharsis-rs:jar:2.1.3
[INFO] +- io.katharsis:katharsis-core:jar:2.1.3:compile
[INFO] io.katharsis:katharsis-rs:jar:2.3.0
[INFO] +- io.katharsis:katharsis-core:jar:2.3.0:compile
[INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.3:compile
[INFO] +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[INFO] \- javax.servlet:javax.servlet-api:jar:3.0.1:compile
4 changes: 2 additions & 2 deletions src/assets/code/docs/katharsis-servlet-tree.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[INFO] io.katharsis:katharsis-servlet:jar:2.1.3
[INFO] +- io.katharsis:katharsis-core:jar:2.1.3:compile
[INFO] io.katharsis:katharsis-servlet:jar:2.3.0
[INFO] +- io.katharsis:katharsis-core:jar:2.3.0:compile
[INFO] | +- org.reflections:reflections:jar:0.9.9:compile
[INFO] | | +- org.javassist:javassist:jar:3.18.2-GA:compile
[INFO] | | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
Expand Down
6 changes: 3 additions & 3 deletions src/assets/code/docs/katharsis-spring-tree.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[INFO] io.katharsis:katharsis-spring:jar:2.1.3
[INFO] io.katharsis:katharsis-spring:jar:2.3.0
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:1.2.7.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:1.2.7.RELEASE:compile
...
[INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:1.2.7.RELEASE:compile
[INFO] | \- org.json:json:jar:20140107:compile
[INFO] +- io.katharsis:katharsis-servlet:jar:2.1.3:compile
[INFO] | +- io.katharsis:katharsis-core:jar:2.1.3:compile
[INFO] +- io.katharsis:katharsis-servlet:jar:2.3.0:compile
[INFO] | +- io.katharsis:katharsis-core:jar:2.3.0:compile
[INFO] | | +- org.reflections:reflections:jar:0.9.9:compile
[INFO] | | | +- org.javassist:javassist:jar:3.18.2-GA:compile
[INFO] | | | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
Expand Down
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/buildr.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'io.katharsis:katharsis-core:jar:2.1.3'
'io.katharsis:katharsis-core:jar:2.3.0'
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/gradle.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'io.katharsis:katharsis-core:2.1.3'
'io.katharsis:katharsis-core:2.3.0'
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/grape.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@Grapes(
@Grab(group='io.katharsis', module='katharsis-core', version='2.1.3')
@Grab(group='io.katharsis', module='katharsis-core', version='2.3.0')
)
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/ivy.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<dependency org="io.katharsis" name="katharsis-core" rev="2.1.3"/>
<dependency org="io.katharsis" name="katharsis-core" rev="2.3.0"/>
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/leiningen.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[io.katharsis/katharsis-core "2.1.3"]
[io.katharsis/katharsis-core "2.3.0"]
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/mvn.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dependency>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-core</artifactId>
<version>2.1.3</version>
<version>2.3.0</version>
</dependency>
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/sbt.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libraryDependencies += "io.katharsis" % "katharsis-core" % "2.1.3"
libraryDependencies += "io.katharsis" % "katharsis-core" % "2.3.0"
2 changes: 1 addition & 1 deletion src/assets/code/start/dropwizard-dep.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
2 changes: 1 addition & 1 deletion src/assets/code/start/katharsis-dependency.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<dependency>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-rs</artifactId>
<version>2.1.3</version>
<version>2.3.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 4f5ecdb

Please sign in to comment.