Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
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
openSource
spring-boot-admin
Commits
de3bea3a
Commit
de3bea3a
authored
Oct 16, 2015
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to sprinig-boot 1.2.7 and prepare release
parent
d1b2a76e
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
115 additions
and
113 deletions
+115
-113
pom.xml
pom.xml
+3
-3
pom.xml
spring-boot-admin-samples/pom.xml
+1
-1
pom.xml
...-admin-samples/spring-boot-admin-sample-discovery/pom.xml
+1
-1
pom.xml
...-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
+1
-1
pom.xml
...g-boot-admin-samples/spring-boot-admin-sample-war/pom.xml
+55
-61
pom.xml
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
+1
-1
package.json
spring-boot-admin-server-ui/package.json
+1
-1
pom.xml
spring-boot-admin-server-ui/pom.xml
+1
-1
pom.xml
spring-boot-admin-server/pom.xml
+1
-1
pom.xml
spring-boot-admin-starter-client/pom.xml
+50
-42
No files found.
pom.xml
View file @
de3bea3a
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.2.
5
.RELEASE
</version>
<version>
1.2.
7
.RELEASE
</version>
<relativePath
/>
<!-- lookup parent from repository -->
</parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
3.0
-SNAPSHOT
</version>
<version>
1.
2.4
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
Spring Boot Admin
</name>
<description>
Spring Boot Admin
</description>
...
...
@@ -19,7 +19,7 @@
<java.version>
1.7
</java.version>
<main.basedir>
${basedir}
</main.basedir>
<passphrase>
${gpg.passphrase}
</passphrase>
<spring-boot.version>
1.2.
5
.RELEASE
</spring-boot.version>
<spring-boot.version>
1.2.
7
.RELEASE
</spring-boot.version>
<hazelcast.version>
3.3.3
</hazelcast.version>
<commons-lang3.version>
3.3.2
</commons-lang3.version>
<spring-cloud.version>
Angel.SR3
</spring-cloud.version>
...
...
spring-boot-admin-samples/pom.xml
View file @
de3bea3a
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
3.0
-SNAPSHOT
</version>
<version>
1.
2.4
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<groupId>
de.codecentric
</groupId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-discovery/pom.xml
View file @
de3bea3a
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
3.0
-SNAPSHOT
</version>
<version>
1.
2.4
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-sample-discovery
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
View file @
de3bea3a
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
3.0
-SNAPSHOT
</version>
<version>
1.
2.4
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-sample-hazelcast
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-war/pom.xml
View file @
de3bea3a
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-sample-war
</artifactId>
<version>
1.3.0-SNAPSHOT
</version>
<packaging>
war
</packaging>
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.3.0-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server
</artifactId>
</dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
</dependency>
<!-- FIX for missing dependency -->
<dependency>
<groupId>
com.googlecode.json-simple
</groupId>
<artifactId>
json-simple
</artifactId>
<version>
1.1.1
</version>
</dependency>
</dependencies>
<build>
<finalName>
${project.artifactId}
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
</execution>
</executions>
<configuration>
<addResources>
false
</addResources>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-eclipse-plugin
</artifactId>
<configuration>
<wtpversion>
2.0
</wtpversion>
<jeeversion>
6.0
</jeeversion>
</configuration>
</plugin>
</plugins>
</build>
<?xml version="1.0"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-sample-war
</artifactId>
<version>
1.2.4-SNAPSHOT
</version>
<packaging>
war
</packaging>
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.2.4-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server
</artifactId>
</dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
</dependency>
</dependencies>
<build>
<finalName>
${project.artifactId}
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
</execution>
</executions>
<configuration>
<addResources>
false
</addResources>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-eclipse-plugin
</artifactId>
<configuration>
<wtpversion>
2.0
</wtpversion>
<jeeversion>
6.0
</jeeversion>
</configuration>
</plugin>
</plugins>
</build>
</project>
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
View file @
de3bea3a
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
3.0
-SNAPSHOT
</version>
<version>
1.
2.4
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-sample
</artifactId>
...
...
spring-boot-admin-server-ui/package.json
View file @
de3bea3a
{
"name"
:
"spring-boot-admin-server-ui"
,
"version"
:
"1.
3.0
"
,
"version"
:
"1.
2.4
"
,
"scripts"
:
{
"postinstall"
:
"./node_modules/protractor/bin/webdriver-manager update"
,
"pretest"
:
"./node_modules/protractor/bin/webdriver-manager start &"
,
...
...
spring-boot-admin-server-ui/pom.xml
View file @
de3bea3a
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
3.0
-SNAPSHOT
</version>
<version>
1.
2.4
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
...
...
spring-boot-admin-server/pom.xml
View file @
de3bea3a
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
3.0
-SNAPSHOT
</version>
<version>
1.
2.4
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-server
</artifactId>
...
...
spring-boot-admin-starter-client/pom.xml
View file @
de3bea3a
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.3.0-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-starter-client
</artifactId>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-configuration-processor
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jolokia
</groupId>
<artifactId>
jolokia-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
<?xml version="1.0"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.2.4-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-starter-client
</artifactId>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-web
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-configuration-processor
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jolokia
</groupId>
<artifactId>
jolokia-core
</artifactId>
</dependency>
<dependency>
<!-- Make json-simple non-optional.
It is marked optional in boot-dependencies, but required by jolokia-core.
Without this fix it would be missing when used war-packaging. -->
<groupId>
com.googlecode.json-simple
</groupId>
<artifactId>
json-simple
</artifactId>
<optional>
false
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
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