Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4bb5de02
Commit
4bb5de02
authored
Aug 02, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch back to SNAPSHOT for dev
parent
638a31f5
Changes
40
Show whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
41 additions
and
41 deletions
+41
-41
README.md
README.md
+1
-1
pom.xml
pom.xml
+1
-1
pom.xml
spring-boot-actuator/pom.xml
+1
-1
pom.xml
spring-boot-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-cli/pom.xml
+1
-1
pom.xml
spring-boot-integration-tests/pom.xml
+1
-1
pom.xml
spring-boot-samples/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-actuator/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-batch/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-integration/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-jetty/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-profile/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-simple/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-traditional/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-web-static/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-xml/pom.xml
+1
-1
pom.xml
spring-boot-starters/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-actuator/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-batch/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-integration/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-jetty/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-logging/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-parent/pom.xml
+2
-2
pom.xml
spring-boot-starters/spring-boot-starter-security/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-tomcat/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-web/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter/pom.xml
+1
-1
pom.xml
spring-boot-starters/src/main/parent/pom.xml
+1
-1
pom.xml
spring-boot-tools/pom.xml
+1
-1
pom.xml
spring-boot-tools/spring-boot-gradle-plugin/pom.xml
+1
-1
pom.xml
spring-boot-tools/spring-boot-loader-tools/pom.xml
+1
-1
pom.xml
...rg.springframework.boot/spring-boot-sample-tomcat/pom.xml
+1
-1
pom.xml
spring-boot-tools/spring-boot-loader/pom.xml
+1
-1
pom.xml
spring-boot-tools/spring-boot-maven-plugin/pom.xml
+1
-1
pom.xml
spring-boot/pom.xml
+1
-1
No files found.
README.md
View file @
4bb5de02
...
...
@@ -18,7 +18,7 @@ Our primary goals are:
*
Absolutely no code generation and no requirement for XML configuration
## Quick Start Script Example
The Spring
Zero
command line tool uses
[
Groovy
](
http://groovy.codehaus.org/
)
underneath
The Spring
Boot
command line tool uses
[
Groovy
](
http://groovy.codehaus.org/
)
underneath
so that we can present simple Spring snippets that can 'just run', for example:
```
groovy
...
...
pom.xml
View file @
4bb5de02
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<prerequisites>
<maven>
3.0.0
</maven>
...
...
spring-boot-actuator/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-actuator
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-autoconfigure/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-autoconfigure
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-cli/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-cli
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-integration-tests/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-integration-tests
</artifactId>
<packaging>
pom
</packaging>
...
...
spring-boot-samples/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-samples
</artifactId>
<packaging>
pom
</packaging>
...
...
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-actuator-ui
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-actuator/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-actuator
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-batch/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-batch
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-data-jpa
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-integration/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-integration
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-jetty/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-jetty
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-profile/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-profile
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-simple/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-simple
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-tomcat
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-traditional/pom.xml
View file @
4bb5de02
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-traditional
</artifactId>
<packaging>
war
</packaging>
...
...
spring-boot-samples/spring-boot-sample-web-static/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-web-static
</artifactId>
<packaging>
war
</packaging>
...
...
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-web-ui
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-samples/spring-boot-sample-xml/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-xml
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starters
</artifactId>
<packaging>
pom
</packaging>
...
...
spring-boot-starters/spring-boot-starter-actuator/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-actuator
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-batch/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-batch
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-data-jpa
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-integration/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-integration
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-jetty/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-jetty
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-logging/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-logging
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-parent/pom.xml
View file @
4bb5de02
...
...
@@ -19,7 +19,7 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
<!-- Intentionally do not inherit from boot-parent -->
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<packaging>
pom
</packaging>
...
...
@@ -37,7 +37,7 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
<jetty.version>
8.1.9.v20130131
</jetty.version>
<aspectj.version>
1.7.3
</aspectj.version>
<reactor.version>
1.0.0.M1
</reactor.version>
<spring.boot.version>
0.5.0.
M1
</spring.boot.version>
<spring.boot.version>
0.5.0.
BUILD-SNAPSHOT
</spring.boot.version>
</properties>
<prerequisites>
...
...
spring-boot-starters/spring-boot-starter-security/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-security
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-tomcat/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-web/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-web
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/src/main/parent/pom.xml
View file @
4bb5de02
...
...
@@ -19,7 +19,7 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
<!-- Intentionally do not inherit from boot-parent -->
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<packaging>
pom
</packaging>
...
...
spring-boot-tools/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-tools
</artifactId>
<packaging>
pom
</packaging>
...
...
spring-boot-tools/spring-boot-gradle-plugin/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-gradle-plugin
</artifactId>
<properties>
...
...
spring-boot-tools/spring-boot-loader-tools/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-loader-tools
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-tools/spring-boot-loader-tools/src/test/resources/META-INF/maven/org.springframework.boot/spring-boot-sample-tomcat/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-samples
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-tomcat
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-tools/spring-boot-loader/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-loader
</artifactId>
<packaging>
jar
</packaging>
...
...
spring-boot-tools/spring-boot-maven-plugin/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<packaging>
maven-plugin
</packaging>
...
...
spring-boot/pom.xml
View file @
4bb5de02
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
M1
</version>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot
</artifactId>
<packaging>
jar
</packaging>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment