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
638a31f5
Commit
638a31f5
authored
Aug 02, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix poms for a milestone release
parent
19a880df
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
3 deletions
+41
-3
pom.xml
pom.xml
+14
-2
SampleIntegrationApplicationTests.java
...tegration/consumer/SampleIntegrationApplicationTests.java
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-parent/pom.xml
+13
-0
pom.xml
spring-boot-starters/src/main/parent/pom.xml
+13
-0
No files found.
pom.xml
View file @
638a31f5
...
@@ -734,11 +734,23 @@
...
@@ -734,11 +734,23 @@
</snapshotRepository>
</snapshotRepository>
</distributionManagement>
</distributionManagement>
<profiles>
<profiles>
<profile>
<id>
milestone
</id>
<activation>
<activeByDefault>
false
</activeByDefault>
</activation>
<distributionManagement>
<repository>
<id>
spring-repo-milestone
</id>
<name>
Spring Milestone Repository
</name>
<url>
http://repo.springsource.org/libs-milestone-local
</url>
</repository>
</distributionManagement>
</profile>
<profile>
<profile>
<!-- FIXME deactivate before release -->
<id>
development
</id>
<id>
development
</id>
<activation>
<activation>
<activeByDefault>
tru
e
</activeByDefault>
<activeByDefault>
fals
e
</activeByDefault>
</activation>
</activation>
<repositories>
<repositories>
<repository>
<repository>
...
...
spring-boot-samples/spring-boot-sample-integration/src/test/java/org/springframework/boot/sample/integration/consumer/SampleIntegrationApplicationTests.java
View file @
638a31f5
...
@@ -84,6 +84,6 @@ public class SampleIntegrationApplicationTests {
...
@@ -84,6 +84,6 @@ public class SampleIntegrationApplicationTests {
return
builder
.
toString
();
return
builder
.
toString
();
}
}
});
});
return
future
.
get
(
1
0
,
TimeUnit
.
SECONDS
);
return
future
.
get
(
3
0
,
TimeUnit
.
SECONDS
);
}
}
}
}
spring-boot-starters/spring-boot-starter-parent/pom.xml
View file @
638a31f5
...
@@ -383,5 +383,18 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
...
@@ -383,5 +383,18 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
</snapshotRepository>
</snapshotRepository>
</distributionManagement>
</distributionManagement>
</profile>
</profile>
<profile>
<id>
milestone
</id>
<activation>
<activeByDefault>
false
</activeByDefault>
</activation>
<distributionManagement>
<repository>
<id>
spring-repo-milestone
</id>
<name>
Spring Milestone Repository
</name>
<url>
http://repo.springsource.org/libs-milestone-local
</url>
</repository>
</distributionManagement>
</profile>
</profiles>
</profiles>
</project>
</project>
spring-boot-starters/src/main/parent/pom.xml
View file @
638a31f5
...
@@ -383,5 +383,18 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
...
@@ -383,5 +383,18 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
</snapshotRepository>
</snapshotRepository>
</distributionManagement>
</distributionManagement>
</profile>
</profile>
<profile>
<id>
milestone
</id>
<activation>
<activeByDefault>
false
</activeByDefault>
</activation>
<distributionManagement>
<repository>
<id>
spring-repo-milestone
</id>
<name>
Spring Milestone Repository
</name>
<url>
http://repo.springsource.org/libs-milestone-local
</url>
</repository>
</distributionManagement>
</profile>
</profiles>
</profiles>
</project>
</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