Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Apache Commons Codec
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioimage Analysis
Icy
Extensions
Apache Commons Codec
Commits
bab35c9a
Commit
bab35c9a
authored
3 months ago
by
Thomas MUSSET
Browse files
Options
Downloads
Patches
Plain Diff
updated to v1.16.0, updated dependency to v1.17.2
parent
b0f8162f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+33
-3
33 additions, 3 deletions
.gitignore
pom.xml
+5
-36
5 additions, 36 deletions
pom.xml
with
38 additions
and
39 deletions
.gitignore
+
33
−
3
View file @
bab35c9a
.idea/
target/
.settings/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### IntelliJ IDEA ###
.idea/
*.iws
*.iml
*.ipr
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.classpath
\ No newline at end of file
.settings
.springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
**/.DS_Store
Icon?
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
5
−
36
View file @
bab35c9a
...
...
@@ -7,13 +7,13 @@
<!-- Inherited Icy Parent POM -->
<parent>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
p
arent-pom-plugin
</artifactId>
<version>
1.0.6
</version>
<artifactId>
p
om-icy
</artifactId>
<version>
2.1.7
</version>
</parent>
<!-- Project Information -->
<artifactId>
apache-commons-codec
</artifactId>
<version>
1.1
5
.0
</version>
<version>
1.1
6
.0
</version>
<packaging>
jar
</packaging>
...
...
@@ -21,7 +21,7 @@
<description>
The Apache Commons Codec Library.
Apache Commons Codec (TM) software provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs.
</description>
<url>
http://icy.bioimageanalysis.org/plugin/apache-commons-codec/
</url>
<url>
http
s
://icy.bioimageanalysis.org/plugin/apache-commons-codec/
</url>
<inceptionYear>
2020
</inceptionYear>
<organization>
...
...
@@ -57,42 +57,11 @@
<!-- Project properties -->
<properties>
<arttifact-to-extract>
commons-codec
</arttifact-to-extract>
</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-codec
</includeArtifactIds>
<outputDirectory>
${project.build.outputDirectory}
</outputDirectory>
<stripVersion>
true
</stripVersion>
<excludeTransitive>
true
</excludeTransitive>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<!-- List of project's dependencies -->
<dependencies>
<!-- The core of Icy -->
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-kernel
</artifactId>
</dependency>
<dependency>
<groupId>
commons-codec
</groupId>
<artifactId>
commons-codec
</artifactId>
...
...
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