Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akihiro Kondo committed Dec 17, 2015
1 parent 062f161 commit 7526050
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.rakugakibox.springbootext</groupId>
<artifactId>spring-boot-ext-logback-access</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>spring-boot-ext-logback-access</name>
Expand Down
4 changes: 2 additions & 2 deletions sample/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.rakugakibox.springbootext</groupId>
<artifactId>spring-boot-ext-logback-access-sample-jetty</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>spring-boot-ext-logback-access-sample-jetty</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>net.rakugakibox.springbootext</groupId>
<artifactId>spring-boot-ext-logback-access</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions sample/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.rakugakibox.springbootext</groupId>
<artifactId>spring-boot-ext-logback-access-sample-tomcat</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>spring-boot-ext-logback-access-sample-tomcat</name>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>net.rakugakibox.springbootext</groupId>
<artifactId>spring-boot-ext-logback-access</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7526050

Please sign in to comment.