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
F
File Repository
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
File Repository
Commits
326e6783
Commit
326e6783
authored
Sep 19, 2018
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release file-repository-1.0
parent
5ff5c3b8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
12 deletions
+25
-12
CHANGELOG.md
CHANGELOG.md
+18
-0
README.md
README.md
+0
-5
file-repository-core/pom.xml
file-repository-core/pom.xml
+2
-2
file-repository-ftpserver/pom.xml
file-repository-ftpserver/pom.xml
+3
-3
pom.xml
pom.xml
+2
-2
No files found.
CHANGELOG.md
View file @
326e6783
# Changelog
## 1.0 Release
September 19, 2018.
-
4e1e57a Updated javadoc
-
08036e3 FTP:
`CanBeAnythingFile`
updated with date and dir/file type
-
7c85407 Execute FTP calls with Spring Security context configured for FtpUser
-
a431f13
`@Transient`
getters were not serialized to JSON
-
237b4ad Fix table names for
`hibernate.ejb.naming_strategy=org.hibernate.cfg.ImprovedNamingStrategy`
-
5d0ada7 Updates for Postgres
-
4079e5e Moved Spring Security annotations to service implementation
-
6063bca Use default JPA names for tables and columns
-
9425a0e
`RepositoryService`
method signatures updated
-
ee79457 Image galleries with ACL support
-
0df9094 Enabled ACL support on
`RepositoryFile`
-
72794bf Descriptions as
`@Lob`
## 0.9 Release
-
1fd22f7
`RepositoryFile#apply`
method should not modify internal values
...
...
README.md
View file @
326e6783
...
...
@@ -2,8 +2,3 @@
The project implements a very simple DublinCore based file repository system.
# Migration
## From 0.8
Version
**0.9**
introduces a breaking change in dependencies. Replace
`file-repository`
dependency with
`file-repository-core`
.
file-repository-core/pom.xml
View file @
326e6783
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<artifactId>
file-repository-core
</artifactId>
<name>
Genesys File Repository
</name>
...
...
@@ -170,7 +170,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-security
</artifactId>
<version>
${application.blocks.version}
</version>
<version>
1.4
</version>
</dependency>
<dependency>
<groupId>
com.querydsl
</groupId>
...
...
file-repository-ftpserver/pom.xml
View file @
326e6783
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<artifactId>
file-repository-ftpserver
</artifactId>
<name>
FTP/S for Genesys File Repository
</name>
...
...
@@ -69,14 +69,14 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository-core
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</dependency>
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository-core
</artifactId>
<type>
test-jar
</type>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<scope>
test
</scope>
</dependency>
...
...
pom.xml
View file @
326e6783
...
...
@@ -19,7 +19,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<name>
Genesys File Repository
</name>
<description>
Parent project for the File Repository projects
</description>
<url>
https://gitlab.croptrust.org/genesys-pgr/file-repository
</url>
...
...
@@ -41,7 +41,7 @@
<connection>
https://gitlab.croptrust.org/genesys-pgr/file-repository.git
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/file-repository.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/file-repository.git
</url>
<tag>
HEAD
</tag>
<tag>
file-repository-1.0
</tag>
</scm>
<developers>
...
...
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