Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assert-object-equals-module
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Danijel Dragicevic
assert-object-equals-module
Commits
5a1a9dcc
Commit
5a1a9dcc
authored
Oct 25, 2019
by
Danijel Dragicevic
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added distribution managements for ossrh-snapshot, ossrh-release and codecentric-release
parent
acf2d510
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
pom.xml
pom.xml
+6
-9
No files found.
pom.xml
View file @
5a1a9dcc
...
...
@@ -6,7 +6,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.codecentric.mule.modules
</groupId>
<artifactId>
assert-object-equals-module
</artifactId>
<version>
1.1.
0
</version>
<version>
1.1.
1-SNAPSHOT
</version>
<packaging>
mule-extension
</packaging>
<name>
Assert Object Equals Extension
</name>
...
...
@@ -48,6 +48,11 @@
<id>
ossrh
</id>
<url>
https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
<repository>
<id>
central
</id>
<name>
artifactory.codecentric.de-releases
</name>
<url>
${env.MAVEN_REPO_URL}/public
</url>
</repository>
</distributionManagement>
<build>
...
...
@@ -138,12 +143,4 @@
<layout>
default
</layout>
</repository>
</repositories>
<!-- <distributionManagement>-->
<!-- <repository>-->
<!-- <id>central</id>-->
<!-- <name>artifactory.codecentric.de-releases</name>-->
<!-- <url>${env.MAVEN_REPO_URL}/public</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->
</project>
Danijel Dragicevic
@danijel.dragicevic
mentioned in commit
af49bc1d
·
Oct 25, 2019
mentioned in commit
af49bc1d
mentioned in commit af49bc1d8d42b94d2fab7872b1ad786295068115
Toggle commit list
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