Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Apache Commons Logging
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioimage Analysis
Apache Commons Logging
Commits
2a42edeb
Commit
2a42edeb
authored
2 years ago
by
Thomas MUSSET
Browse files
Options
Downloads
Patches
Plain Diff
update pom parent
parent
e53adb5e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+4
-37
4 additions, 37 deletions
pom.xml
with
4 additions
and
37 deletions
pom.xml
+
4
−
37
View file @
2a42edeb
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<!-- Inherited Icy Parent POM -->
<!-- Inherited Icy Parent POM -->
<parent>
<parent>
<groupId>
org.bioimageanalysis.icy
</groupId>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
p
arent-pom-plugin
</artifactId>
<artifactId>
p
om-icy
</artifactId>
<version>
1.0.8
</version>
<version>
2.2.0
</version>
</parent>
</parent>
<!-- Project Information -->
<!-- Project Information -->
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<name>
Apache Commons Logging
</name>
<name>
Apache Commons Logging
</name>
<description>
The Apache Commons Logging Library.
</description>
<description>
The Apache Commons Logging Library.
</description>
<url>
http://icy.bioimageanalysis.org/plugin/apache-commons-logging/
</url>
<url>
http
s
://icy.bioimageanalysis.org/plugin/apache-commons-logging/
</url>
<inceptionYear>
2020
</inceptionYear>
<inceptionYear>
2020
</inceptionYear>
<organization>
<organization>
...
@@ -55,49 +55,16 @@
...
@@ -55,49 +55,16 @@
<!-- Project properties -->
<!-- Project properties -->
<properties>
<properties>
<artifact-to-extract>
commons-logging
</artifact-to-extract>
</properties>
</properties>
<!-- Project build configuration -->
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-dependency-plugin
</artifactId>
<executions>
<execution>
<id>
${project.artifactId}-fetch
</id>
<phase>
generate-sources
</phase>
<goals>
<goal>
unpack-dependencies
</goal>
</goals>
<configuration>
<includeArtifactIds>
commons-logging
</includeArtifactIds>
<outputDirectory>
${project.build.outputDirectory}
</outputDirectory>
<stripVersion>
true
</stripVersion>
<excludeTransitive>
true
</excludeTransitive>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<!-- List of project's dependencies -->
<!-- List of project's dependencies -->
<dependencies>
<dependencies>
<!-- The core of Icy -->
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-kernel
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
commons-logging
</groupId>
<groupId>
commons-logging
</groupId>
<artifactId>
commons-logging
</artifactId>
<artifactId>
commons-logging
</artifactId>
<version>
1.2
</version>
<version>
1.2
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<!-- Icy Maven repository (to find parent POM) -->
<!-- Icy Maven repository (to find parent POM) -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment